diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 15:19:11 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 15:19:11 +0200 |
| commit | 9fcb38b42d71c3752a19866273d15e14b3dfa34d (patch) | |
| tree | c39741dda60ae91d74922c6990e3053871d2cd7e /config.toml | |
| parent | fc9eff7f81b11a239039cf4a414245eab5f94190 (diff) | |
| download | mitjafelicijan.com-9fcb38b42d71c3752a19866273d15e14b3dfa34d.tar.gz | |
Added Openring
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 9 |
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. |
| 9 | uglyurls = true | 9 | uglyurls = true |
| 10 | 10 | ||
| 11 | # Length of summary. | ||
| 12 | summaryLength = 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 |
