diff options
author | Franck Cuny <franck@fcuny.net> | 2021-04-11 15:44:14 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-04-13 19:57:38 -0700 |
commit | 27f7870ba6f4da7fdf861a948a9508cba011e83b (patch) | |
tree | 88fa3c1f41eff08090ded014c0692c357fba98df /users/fcuny/notes/config.toml | |
parent | css: switch to sans-serif; add tables; other tweaks (diff) | |
download | world-27f7870ba6f4da7fdf861a948a9508cba011e83b.tar.gz |
toml: re-configure markup
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/config.toml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml index 23df087..31f75af 100644 --- a/users/fcuny/notes/config.toml +++ b/users/fcuny/notes/config.toml @@ -3,7 +3,6 @@ languageCode = "en-us" title = "Franck Cuny's Website" publishDir = "docs" enableGitInfo = true -markup = "org" [params] homeText = "A collection of notes" @@ -15,6 +14,24 @@ markup = "org" articles = "/:section/:slug/" tags = "/tags/:slug/" +[markup] + [markup.tableOfContents] + startLevel = 1 + endLevel = 3 + ordered = true + [markup.highlight] + anchorLineNos = false + codeFences = false + guessSyntax = false + hl_Lines = "" + lineAnchors = "" + lineNoStart = 1 + lineNos = false + lineNumbersInTable = false + noClasses = true + style = "emacs" + tabWidth = 4 + [mediaTypes."application/atom"] suffixes = ["xml"] |