summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/_default/hugo.toml4
-rw-r--r--config/_default/menus/menus.en.toml39
2 files changed, 22 insertions, 21 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 299375b..d8badd2 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -114,4 +114,6 @@ home = ["HTML", "RSS", "REDIR"]
[[module.imports]]
path = "github.com/gethinode/hinode"
[[module.imports]]
- path = "github.com/gethinode/mod-mermaid" \ No newline at end of file
+ path = "github.com/gethinode/mod-mermaid"
+ [[module.imports]]
+ path = "github.com/anoduck/mod-countup" \ No newline at end of file
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index c53ae01..c6814c4 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -53,7 +53,6 @@
[[main]]
name = "About"
- pageRef = "/about"
weight = 55
[[main]]
@@ -126,27 +125,27 @@
# weight = 30
# toml-docs-start sample-navigation
-[[sample]]
- name = "Posts"
- pageRef = "/posts/"
- weight = 10
+# [[sample]]
+# name = "Posts"
+# pageRef = "/posts/"
+# weight = 10
-[[sample]]
- name = "Projects"
- pageRef = "/projects/"
- weight = 20
+# [[sample]]
+# name = "Projects"
+# pageRef = "/projects/"
+# weight = 20
-[[sample]]
- name = "Sample project"
- pageRef = "/projects/sample-project/"
- parent = "Projects"
- weight = 1
-
-[[sample]]
- name = "Another project"
- pageRef = "/projects/another-project/"
- parent = "Projects"
- weight = 2
+# [[sample]]
+# name = "Sample project"
+# pageRef = "/projects/sample-project/"
+# parent = "Projects"
+# weight = 1
+
+# [[sample]]
+# name = "Another project"
+# pageRef = "/projects/another-project/"
+# parent = "Projects"
+# weight = 2
# toml-docs-end sample-navigation
[[footer]]