updated config
This commit is contained in:
parent
c592b55b36
commit
8ee412b793
47
config.yaml
47
config.yaml
@ -14,14 +14,8 @@ features:
|
||||
- "table of contents"
|
||||
- "search"
|
||||
|
||||
|
||||
#taxonomies:
|
||||
# tag: "tags"
|
||||
# cuisines: "cuisine"
|
||||
# courses: "course"
|
||||
|
||||
# Used to bring the /tags/ forward
|
||||
preserveTaxonomyNames: true
|
||||
#preserveTaxonomyNames: true
|
||||
|
||||
sitemap:
|
||||
changefreq: monthly
|
||||
@ -34,18 +28,20 @@ links:
|
||||
website: https://github.com
|
||||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
||||
|
||||
permalinks:
|
||||
page: /:slug/
|
||||
|
||||
params:
|
||||
mainSections:
|
||||
- recipes
|
||||
featuredImageField: image
|
||||
rssFullContent: true
|
||||
#favicon:
|
||||
favicon: static/images/favicon.svg
|
||||
|
||||
sidebar:
|
||||
compact: true
|
||||
emoji: true
|
||||
|
||||
|
||||
article:
|
||||
math: false
|
||||
toc: false
|
||||
@ -83,25 +79,25 @@ params:
|
||||
enabled: false
|
||||
|
||||
menu:
|
||||
main: []
|
||||
#name: title (optional)
|
||||
#weight: -90
|
||||
#params:
|
||||
# icon: icon-name
|
||||
main: []
|
||||
#name: title (optional)
|
||||
#weight: -90
|
||||
#params:
|
||||
# icon: icon-name
|
||||
|
||||
|
||||
social:
|
||||
- identifier: github
|
||||
name: GitHub
|
||||
url: https://github.com/CaiJimmy/hugo-theme-stack
|
||||
params:
|
||||
icon: brand-github
|
||||
social:
|
||||
- identifier: github
|
||||
name: GitHub
|
||||
url: https://github.com/CaiJimmy/hugo-theme-stack
|
||||
params:
|
||||
icon: brand-github
|
||||
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
url: https://twitter.com
|
||||
params:
|
||||
icon: brand-twitter
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
url: https://twitter.com
|
||||
params:
|
||||
icon: brand-twitter
|
||||
|
||||
related:
|
||||
includeNewer: true
|
||||
@ -113,6 +109,7 @@ related:
|
||||
- name: categories
|
||||
weight: 200
|
||||
|
||||
|
||||
#params:
|
||||
# hugo-cookbook params
|
||||
#DisplayRssButton: true
|
||||
|
Loading…
Reference in New Issue
Block a user