aboutsummaryrefslogtreecommitdiffstats
path: root/exampleSite/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r--exampleSite/config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 8875342..6b5e2eb 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -14,19 +14,19 @@ permalinks:
menu:
main:
- name: Home
- url: /
+ url: ""
weight: 1
- name: About
- url: /about/
+ url: "about/"
weight: 2
- name: Categories
- url: /categories/
+ url: "categories/"
weight: 3
- name: Tags
- url: /tags/
+ url: "tags/"
weight: 4
- name: Subscribe
- url: /index.xml
+ url: "index.xml"
params:
description: "A website built through Hugo and blogdown."