aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-08-11 23:25:26 +0000
committerKumar Damani <me@kumardamani.net>2024-08-11 23:25:26 +0000
commit56b9f0e748f89bbfa13fda5ba2b874ee18c31416 (patch)
tree88bd4db0b062a144c752f8c789d78d7739fb6e70
parent55b83d1379d98440f46ebe1295ed1b03529f0355 (diff)
switched to hugo.toml
-rw-r--r--hugo.toml (renamed from config.toml)13
1 files changed, 12 insertions, 1 deletions
diff --git a/config.toml b/hugo.toml
index 845d856..3462e52 100644
--- a/config.toml
+++ b/hugo.toml
@@ -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]