aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-03-02 14:35:20 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-03-02 14:35:20 -0300
commit3b1e9390206f22da0a0f7d94d4e585ff61944550 (patch)
treeb579bc285bfa64df632ef6eb74d6dbfc6796450f
parent667b0026019c3800ba1585a1ef8115cad92aff10 (diff)
downloadhugo-bearcub-3b1e9390206f22da0a0f7d94d4e585ff61944550.tar.gz
hugo-bearcub-3b1e9390206f22da0a0f7d94d4e585ff61944550.tar.bz2
Reorder options in config
-rw-r--r--.gitignore3
-rw-r--r--exampleSite/config.toml10
2 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 6650314..6274ee4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.hugo_build.lock
-.DS_Store \ No newline at end of file
+.DS_Store
+resources/ \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7c00420..cda1d21 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -61,10 +61,10 @@ enableRobotsTXT = true
# formatting, see https://gohugo.io/functions/format/
dateFormat = "2006-01-02"
- # If your blog is multilingual but you haven't translated a page, this theme
- # will create a disabled link. By setting `hideUntranslated` to true, you can
- # have the theme simply not show any link
- hideUntranslated = false
-
# Your email, added to the navbar so readers can reply to your posts
email = "me@example.com"
+
+ # (EXPERIMENTAL) If your blog is multilingual but you haven't translated a
+ # page, this theme will create a disabled link. By setting `hideUntranslated`
+ # to true, you can have the theme simply not show any link
+ hideUntranslated = false