diff --git a/hugo.toml b/hugo.toml index 87cdf93..45dd2f7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -12,6 +12,15 @@ theme = 'terminal' [pagination] pagerSize = 5 +[markup] + [markup.tableOfContents] + ordered = true + # start by listing h1s + startLevel = 1 + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + ### TERMINAL THEME CONFIG ### [params]