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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-01-04 10:48:30 +0300
committerAsur <asur@asurbernardo.com>2020-01-04 10:48:30 +0300
commit7493d362918becdfac83f5065dd83be8d82d4bf8 (patch)
tree7af0b48f9ef50b1bba8813bfce68d969ff3864bb
parent9b52ca06aaf43d029cb2315c5f7216f81bddd022 (diff)
Update menu
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dc040d7..7e994f8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -30,17 +30,17 @@ paginate = 3
# Menu elements
[[menu.main]]
identifier = "hugo"
- name = "What is this for?"
+ name = "GoHugo"
url = "https://gohugo.io"
weight = 8
[[menu.main]]
identifier = "author"
- name = "Who made this?"
+ name = "The author"
url = "https://asur.dev"
weight = 9
[[menu.main]]
identifier = "github"
- name = "Show me the code!"
+ name = "The code!"
url = "https://github.com/asurbernardo/amperage"
weight = 10