aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 7cb9aa2..47573af 100644
--- a/config.toml
+++ b/config.toml
@@ -8,16 +8,23 @@ theme = 'simple'
8# Makes url's have '.html' at the end. 8# Makes url's have '.html' at the end.
9uglyurls = true 9uglyurls = true
10 10
11# Length of summary.
12summaryLength = 5
13
14# Custom params.
11[params] 15[params]
12 description = 'You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.' 16 description = 'You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.'
13 17
18# URL if not specified in a post or a page.
14[permalinks] 19[permalinks]
15 posts = ':title' 20 posts = ':title'
16 # pages = ':title' 21 pages = ':title'
17 22
23# Author information.
18[author] 24[author]
19 name = 'Mitja Felicijan' 25 name = 'Mitja Felicijan'
20 26
27# Additional markup settings.
21[markup] 28[markup]
22 [markup.tableOfContents] 29 [markup.tableOfContents]
23 endLevel = 3 30 endLevel = 3