Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-07-05 23:34:18 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-05 23:34:18 +0300
commit1a32395f89c6a1aed455c32c04f8f70c9518fde3 (patch)
treec745987df66a39b8e01cc265f19cfb223ce7b2d6
parentf5c22bdbad5e3ebc2d7cd3658396c008f45ce2f3 (diff)
Remove unused settings, add item to menu
-rw-r--r--exampleSite/config.toml28
1 files changed, 15 insertions, 13 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eb4a801..d9b5648 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -30,7 +30,6 @@ tag = "tags"
copyright = "Copyright © 2020 Someone"
- # favicon = "favicon.ico" # TODO: add support
cover = "images/vancouver.jpg"
ogImage = "images/og_image.jpg"
@@ -39,18 +38,21 @@ tag = "tags"
linkedin = "https://linkedin.com/in/XXXX"
email = "email@xxxx.com"
-
- # logo = "images/logo.png" # TODO: add support
avatar = "images/avatar.jpg"
-
authorBio = "Bento is a doggo who likes to code. Follow him on <a href='#'>Twitter</a>"
-[[menu.main]]
- name = "About"
- url = "/about"
- weight = 1
-
-[[menu.main]]
- name = "Source code"
- url = "https://github.com/leonardofaria/bento"
- weight = 1
+[menu]
+ [[menu.main]]
+ name = "About"
+ url = "/about"
+ weight = 1
+
+ [[menu.main]]
+ name = "Archives"
+ url = "/archives"
+ weight = 1
+
+ [[menu.main]]
+ name = "Source code"
+ url = "https://github.com/leonardofaria/bento"
+ weight = 1