diff --git a/config.yaml b/config.yaml index c8e3c63..5cf50a9 100644 --- a/config.yaml +++ b/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