From 9fcb38b42d71c3752a19866273d15e14b3dfa34d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 15:19:11 +0200 Subject: Added Openring --- config.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 7cb9aa2..47573af 100644 --- a/config.toml +++ b/config.toml @@ -8,16 +8,23 @@ theme = 'simple' # Makes url's have '.html' at the end. uglyurls = true +# Length of summary. +summaryLength = 5 + +# Custom params. [params] description = 'You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.' +# URL if not specified in a post or a page. [permalinks] posts = ':title' - # pages = ':title' + pages = ':title' +# Author information. [author] name = 'Mitja Felicijan' +# Additional markup settings. [markup] [markup.tableOfContents] endLevel = 3 -- cgit v1.2.3