wiki.hemera.network/wiki-hemera/config.yaml

143 lines
3.2 KiB
YAML
Raw Normal View History

2023-09-07 13:57:52 -04:00
baseurl: https://wiki.hemera.network/
languageCode: en-us
theme: hugo-theme-stack
paginate: 5
title: Hemera wiki pages
2023-09-07 16:05:17 -04:00
copyright: CopyLeft
2023-09-07 13:57:52 -04:00
languages:
en:
languageName: English
2023-09-07 15:45:10 -04:00
title: Hemera Wiki Pages
2023-09-07 13:57:52 -04:00
weight: 1
params:
description: HemeraLink and Hemera Network based on Netmaker
DefaultContentLanguage: en
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
# This will make .Summary and .WordCount behave correctly for CJK languages.
hasCJKLanguage: false
permalinks:
post: /p/:slug/
page: /:slug/
params:
mainSections:
- post
featuredImageField: image
rssFullContent: true
favicon: /favicon.ico
footer:
since:
2023-09-07 16:14:18 -04:00
customText: 'GPLv3.0 for the extensive use of <a href="https://github.com/CaiJimmy/hugo-theme-stack"><strong><u>Stack</u></strong></a>'
2023-09-07 13:57:52 -04:00
dateFormat:
published: Jan 02, 2006
lastUpdated: Jan 02, 2006 15:04 MST
sidebar:
2023-09-07 15:45:10 -04:00
emoji: ☀️
subtitle: HemeraLink and Hemera Network based on Netmaker
2023-09-07 13:57:52 -04:00
avatar:
enabled: true
local: true
src: img/logo1.png
article:
math: false
toc: true
readingTime: true
license:
enabled: true
default: "Licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)"
comments:
enabled: false
widgets:
homepage:
- type: search
- type: categories
2023-09-07 13:57:52 -04:00
params:
limit: 10
page:
- type: toc
opengraph:
twitter:
# Your Twitter username
site:
# Available values: summary, summary_large_image
card: summary_large_image
defaultImage:
opengraph:
enabled: true
local: false
src:
colorScheme:
# Display toggle
toggle: true
# Available values: auto, light, dark
default: auto
imageProcessing:
cover:
enabled: true
content:
enabled: true
### Custom menu
### See https://docs.stack.jimmycai.com/configuration/custom-menu.html
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
menu:
main: []
2023-09-07 13:57:52 -04:00
social:
- identifier: gitea
name: Gitea
url: https://git.myco.systems/kleionode/wiki.hemera.network
params:
icon: brand-git
- identifier: mastodon
name: Mastodon
url: https://mastodon.social/@brookeee
params:
icon: brand-mastodon
related:
includeNewer: true
threshold: 60
toLower: false
indices:
- name: tags
weight: 100
- name: categories
weight: 200
markup:
goldmark:
renderer:
## Set to true if you have HTML content inside Markdown
unsafe: true
tableOfContents:
endLevel: 4
ordered: true
startLevel: 2
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
tabWidth: 4