cookbook/config.yaml

121 lines
2.2 KiB
YAML
Raw Normal View History

2023-11-26 11:00:14 -08:00
baseURL: "https://cookbook.jamestombleson.com"
languageCode: "en-us"
title: "Tombleson Family Cookbook"
2023-11-26 11:00:14 -08:00
#theme: "github.com/jtom38/hugo-cookbook"
theme: "github.com/CaiJimmy/hugo-theme-stack"
enableEmoji: true
2023-11-26 11:00:14 -08:00
features:
- "disqus"
- "photoswipe"
- "opengraph"
- "widgets"
- "darkmode"
- "table of contents"
- "search"
2022-10-01 22:17:08 -07:00
# Used to bring the /tags/ forward
2023-12-06 17:31:28 -08:00
#preserveTaxonomyNames: true
2022-10-01 22:17:08 -07:00
sitemap:
changefreq: monthly
filename: sitemap.xml
2022-10-09 13:00:54 -07:00
priority: 0.5
2023-11-26 11:00:14 -08:00
links:
- title: GitHub
description: GitHub is the world's largest software development platform.
website: https://github.com
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
2023-12-06 17:31:28 -08:00
permalinks:
page: /:slug/
2022-10-09 13:00:54 -07:00
params:
2023-11-26 11:00:14 -08:00
mainSections:
- recipes
featuredImageField: image
rssFullContent: true
2023-12-06 17:31:28 -08:00
favicon: static/images/favicon.svg
2023-11-26 11:00:14 -08:00
sidebar:
compact: true
emoji: true
article:
math: false
toc: false
readingTime: false
#license:
# enabled: true
# default: Licensed under CC BY-NC-SA 4.0
widgets:
homepage:
- type: search
- type: archives
params:
limit: 5
- type: categories
params:
limit: 10
- type: tag-cloud
params:
limit: 10
page:
- type: toc
colorScheme:
# Display toggle
toggle: true
# Available values: auto, light, dark
default: auto
imageProcessing:
cover:
enabled: false
content:
enabled: false
menu:
2023-12-06 17:31:28 -08:00
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
- identifier: twitter
name: Twitter
url: https://twitter.com
params:
icon: brand-twitter
2023-11-26 11:00:14 -08:00
related:
includeNewer: true
threshold: 60
toLower: false
indices:
- name: tags
weight: 100
- name: categories
weight: 200
2023-12-06 17:31:28 -08:00
2023-11-26 11:00:14 -08:00
#params:
# hugo-cookbook params
2023-11-26 11:00:14 -08:00
#DisplayRssButton: true
## This tells the theme to use the list display view
2023-11-26 11:00:14 -08:00
#UseListRows: true
2022-10-09 13:00:54 -07:00
## Enable this line to use the card view
#UseCardView: true