summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2020-12-01 08:59:23 -0500
committerRobby Zambito <contact@robbyzambito.me>2020-12-01 08:59:23 -0500
commitd5bfc8840746df1667a0d20925afced557afcf53 (patch)
tree9f7fb03c287d7ced0ecbc6acdb4bab260d8b64ac /config.toml
parent25e5af0b23ce945622006d77582387a1488644e9 (diff)
Added some photos, updated theme, moved posts around, started working on new post
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 7dae0af..a522761 100644
--- a/config.toml
+++ b/config.toml
@@ -20,6 +20,7 @@ pygmentscodefencesguesssyntax = true
customCSS = "css/custom.css" # Custom CSS applied to default styles.
customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
# customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts.
+ mainSections = ["post"]
# Nav.
[[menu.main]]
@@ -38,14 +39,19 @@ url = "/posts"
weight = 3
[[menu.main]]
+name = "Photos"
+url = "/photos"
+weight = 4
+
+[[menu.main]]
name = "Other"
url = "/other"
-weight = 4
+weight = 5
[[menu.main]]
name = "Tags"
url = "/tags"
-weight = 5
+weight = 6
[[params.social]]
name = "Gitea"