Tweaking menu
This commit is contained in:
parent
ee0bf5adf2
commit
10307af151
76
hugo.yaml
76
hugo.yaml
@ -39,70 +39,18 @@ params:
|
||||
colorScheme:
|
||||
toggle: true
|
||||
default: "dark"
|
||||
social:
|
||||
- identifier: "github"
|
||||
name: "GitHub"
|
||||
url: "https://github.com/CaiJimmy/Vezpi"
|
||||
params:
|
||||
icon: "brand-github"
|
||||
- identifier: "linkedin"
|
||||
name: "LinkedIn"
|
||||
url: "https://www.linkedin.com/in/etiennegirault/"
|
||||
params:
|
||||
icon: "brand-linkedin"
|
||||
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON
|
||||
|
||||
#params:
|
||||
# # Appearance
|
||||
# defaultTheme: auto # auto | dark | light
|
||||
# disableThemeToggle: false # Show dark/light switch
|
||||
# ShowReadingTime: true
|
||||
# ShowLastMod: true
|
||||
# ShowWordCount: false
|
||||
# showtoc: true
|
||||
# tocopen: true
|
||||
# disableComments: true
|
||||
#
|
||||
# # Fancy post features
|
||||
# showBreadcrumb: true # Path-like post location at top
|
||||
# showPostNavLinks: false # Next/Previous post links
|
||||
# hideSummary: false # Show summary on list view
|
||||
# comments: false
|
||||
#
|
||||
# # Syntax highlighting
|
||||
# assets:
|
||||
# disableHLJS: false
|
||||
# hljsStyle: monokai-sublime # Pick from: https://highlightjs.org/static/demo/
|
||||
#
|
||||
# # Social icons (top right or footer)
|
||||
# socialIcons:
|
||||
# - name: "GitHub"
|
||||
# url: "https://github.com/vezpi"
|
||||
# - name: "LinkedIn"
|
||||
# url: "https://linkedin.com/in/vezpi"
|
||||
#
|
||||
# # Search (Fuse.js)
|
||||
# fuseOpts:
|
||||
# isCaseSensitive: false
|
||||
# shouldSort: true
|
||||
# location: 0
|
||||
# distance: 1000
|
||||
# threshold: 0.4
|
||||
# minMatchCharLength: 3
|
||||
# keys: ["title", "permalink", "summary", "content"]
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: home
|
||||
|
||||
- identifier: homelab
|
||||
name: Homelab
|
||||
url: /homelab/
|
||||
weight: 10
|
||||
params:
|
||||
- icon: "home"
|
||||
- identifier: about
|
||||
name: About
|
||||
url: /about/
|
||||
@ -115,4 +63,20 @@ menu:
|
||||
name: 🔍 Search
|
||||
url: /search/
|
||||
weight: 40
|
||||
social:
|
||||
- identifier: "github"
|
||||
name: "GitHub"
|
||||
url: "https://github.com/CaiJimmy/Vezpi"
|
||||
params:
|
||||
icon: "brand-github"
|
||||
- identifier: "linkedin"
|
||||
name: "LinkedIn"
|
||||
url: "https://www.linkedin.com/in/etiennegirault/"
|
||||
# params:
|
||||
# icon: "brand-linkedin"
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON
|
Loading…
x
Reference in New Issue
Block a user