|
1 | 1 | # Tranquilpeak |
2 | | -# Version : 0.4.1-BETA |
| 2 | +# Version : 0.4.2-BETA |
3 | 3 | # Author : Thibaud Leprêtre |
4 | 4 |
|
5 | 5 | # I STRONGLY recommend you to use a CDN to speed up loading of pages. |
|
12 | 12 | # For developpers, if you modify this theme, put your images in `source/images` folder and |
13 | 13 | # use grunt task `build` to synchronize assets |
14 | 14 |
|
15 | | -baseurl = "" |
| 15 | +baseURL = "https://example.org/" |
16 | 16 | languageCode = "en-us" |
17 | 17 | defaultContentLanguage = "en-us" |
18 | 18 | title = "Hugo tranquilpeak theme" |
@@ -107,6 +107,10 @@ canonifyurls = true |
107 | 107 | # Global keywords configuration. Following keywords will be add to every pages |
108 | 108 | # keywords = ["development", "next-gen"] |
109 | 109 |
|
| 110 | + # Syntax highlighter, possible choice between: "highligth.js" (recommanded) and "prism.js" (experimental) |
| 111 | + # You can comment it to disable syntax highligthing |
| 112 | + syntaxHighlighter = "highligth.js" |
| 113 | + |
110 | 114 | # Hide sidebar on all article page to let article take full width to improve reading, and enjoy wide images and cover images. (true: enable, false: disable) |
111 | 115 | clearReading = true |
112 | 116 |
|
@@ -166,11 +170,17 @@ canonifyurls = true |
166 | 170 |
|
167 | 171 | # Custom CSS. Put here your custom CSS files. They are loaded after the theme CSS; |
168 | 172 | # they have to be referred from static root. Example |
169 | | - # customCSS = ["css/foo.css"] |
| 173 | + # [[params.customCSS]] |
| 174 | + # href = "css/mystyle.css" |
170 | 175 |
|
171 | 176 | # Custom JS. Put here your custom JS files. They are loaded after the theme JS; |
172 | 177 | # they have to be referred from static root. Example |
173 | | - # customJS = ["js/foo.js"] |
| 178 | + # [[params.customJS]] |
| 179 | + # src = "js/myscript.js" |
| 180 | + |
| 181 | + # Display `Next` on left side of the pagination, and `Prev` on right side one. |
| 182 | + # If you set this value to `true`, these positions swap. |
| 183 | + # swapPaginator = true |
174 | 184 |
|
175 | 185 | # Sharing options |
176 | 186 | # Comment and uncomment to enable or disable sharing options |
@@ -200,6 +210,6 @@ canonifyurls = true |
200 | 210 | # [params.sidebar.profile] |
201 | 211 | # url = "/#about" |
202 | 212 |
|
203 | | - # Customize copyright value "© 2016 <CUSTOMIZATION>. All Rights Reserved" |
| 213 | + # Customize copyright value "© 2017 <CUSTOMIZATION>. All Rights Reserved" |
204 | 214 | # [params.footer] |
205 | 215 | # copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>" |
0 commit comments