diff options
| -rw-r--r-- | hugo.toml (renamed from config.toml) | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -4,6 +4,7 @@ title = 'Kumar Damani - Home' theme = 'risotto' paginate = 3 enableEmoji = true +DefaultContentLanguage = "en" enableInlineShortcodes = true # prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API. @@ -16,12 +17,13 @@ noindex = false [params.theme] palette = "tokyo-night-dark" +#palette = "base16-dark" # Sidebar: about/bio [params.about] title = "Links" description = "Git, email, and resume" -logo = "images/rice.svg" +logo_image = "images/rice.svg" [[params.socialLinks]] icon = "fa-brands fa-gitlab" @@ -47,6 +49,15 @@ series = "series" [markup.goldmark.renderer] unsafe = true +[markup] + + # Table of contents + # Add toc = true to content front matter to enable + [markup.tableOfContents] + startLevel = 1 + endLevel = 4 + ordered = true + [privacy] [privacy.vimeo] |
