code cleanup and add documentation for config params
This commit is contained in:
parent
f2f51adff0
commit
aac46df166
12 changed files with 196 additions and 43 deletions
13
exampleSite/data/menu/more.yaml
Normal file
13
exampleSite/data/menu/more.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
more:
|
||||
- name: News
|
||||
ref: "/posts"
|
||||
icon: "notification"
|
||||
- name: Releases
|
||||
ref: "https://github.com/xoxys/hugo-geekdoc/releases"
|
||||
external: true
|
||||
icon: "download"
|
||||
- name: "View Source"
|
||||
ref: "https://github.com/xoxys/hugo-geekdoc"
|
||||
external: true
|
||||
icon: "github"
|
Loading…
Add table
Add a link
Reference in a new issue