From aea62badd855a4e2963de2bcb121ee8bef0d9563 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 11 Apr 2021 15:44:14 -0700 Subject: toml: re-configure markup --- config.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 23df087..31f75af 100644 --- a/config.toml +++ b/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"] -- cgit 1.4.1