projects
/
brevno-suite
/
themes
/
xmin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428a441
)
Fix paths in navigation bar (#36)
author
Andrea
<andry.tino@gmail.com>
Mon, 12 Oct 2020 21:08:49 +0000
(23:08 +0200)
committer
GitHub
<noreply@github.com>
Mon, 12 Oct 2020 21:08:49 +0000
(16:08 -0500)
Co-authored-by: Yihui Xie <xie@yihui.name>
exampleSite/config.yaml
patch
|
blob
|
history
diff --git
a/exampleSite/config.yaml
b/exampleSite/config.yaml
index 88753423c004f72a696e68f4cab7aa4b47321c69..6b5e2eb6867138051a6387f8723a88351ac66612 100644
(file)
--- 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."