summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index fdfbae9..313a320 100644
--- a/README.md
+++ b/README.md
@@ -22,18 +22,16 @@ theme = 'ed'
color_scheme = ''
# Github project url. Used in sidebar
github_url = 'https://github.com/user/project'
+ # Used in header
+ tagline = 'a Hugo theme for minimal editions'
[menu]
[[menu.nav]]
- name = "Home"
- url = "/"
- weight = 1
- [[menu.nav]]
name = "Posts"
url = "/posts/"
- weight = 2
+ weight = 1
[[menu.nav]]
name = "Tags"
url = "/tags/"
- weight = 3
+ weight = 2
```