2025-01-20 13:54:41 +00:00
|
|
|
# Configuration
|
|
|
|
baseURL: "https://example.com/"
|
|
|
|
title: "Forkey Docs"
|
|
|
|
|
|
|
|
enableRobotsTXT: true
|
|
|
|
enableGitInfo: true
|
|
|
|
enableEmoji: true
|
|
|
|
hasCJKLanguage: true
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
home: [HTML]
|
|
|
|
page: [HTML]
|
|
|
|
section: [HTML, RSS]
|
|
|
|
|
|
|
|
defaultContentLanguage: en
|
|
|
|
languages:
|
|
|
|
en:
|
|
|
|
languageName: English
|
|
|
|
weight: 1
|
|
|
|
title: Forkey
|
|
|
|
|
|
|
|
module:
|
|
|
|
imports:
|
|
|
|
- path: github.com/imfing/hextra
|
|
|
|
|
|
|
|
markup:
|
|
|
|
highlight:
|
|
|
|
noClasses: false
|
|
|
|
goldmark:
|
|
|
|
renderer:
|
|
|
|
unsafe: true
|
|
|
|
extensions:
|
|
|
|
passthrough:
|
|
|
|
delimiters:
|
|
|
|
block: [['\[', '\]'], ['$$', '$$']]
|
|
|
|
inline: [['\(', '\)']]
|
|
|
|
enable: true
|
|
|
|
|
|
|
|
enableInlineShortcodes: true
|
|
|
|
|
|
|
|
menu:
|
|
|
|
main:
|
|
|
|
- identifier: documentation
|
|
|
|
name: Documentation
|
|
|
|
pageRef: /docs
|
|
|
|
weight: 1
|
|
|
|
- identifier: blog
|
|
|
|
name: Blog
|
|
|
|
pageRef: /blog
|
|
|
|
weight: 3
|
|
|
|
- identifier: about
|
|
|
|
name: About
|
|
|
|
pageRef: /about
|
|
|
|
weight: 4
|
|
|
|
- name: Search
|
|
|
|
weight: 5
|
|
|
|
params:
|
|
|
|
type: search
|
|
|
|
- name: Forgejo
|
|
|
|
weight: 6
|
|
|
|
url: "https://git.woem.men/woem.men/docs"
|
|
|
|
params:
|
2025-01-20 16:21:17 +00:00
|
|
|
icon: forgejo
|
2025-01-20 13:54:41 +00:00
|
|
|
|
|
|
|
sidebar:
|
|
|
|
- identifier: more
|
|
|
|
name: More
|
|
|
|
params:
|
|
|
|
type: separator
|
|
|
|
weight: 1
|
|
|
|
- identifier: about
|
|
|
|
name: "About"
|
|
|
|
pageRef: "/about"
|
|
|
|
weight: 2
|
|
|
|
- identifier: hugoDocs
|
|
|
|
name: "Misskey Docs ↗"
|
|
|
|
url: "https://misskey-hub.net/en/docs/"
|
|
|
|
weight: 3
|
|
|
|
|
|
|
|
params:
|
2025-01-20 15:54:19 +00:00
|
|
|
description: The forkey documentation site
|
2025-01-20 13:54:41 +00:00
|
|
|
|
|
|
|
navbar:
|
|
|
|
displayTitle: true
|
|
|
|
displayLogo: true
|
|
|
|
logo:
|
2025-01-20 15:54:19 +00:00
|
|
|
path: favicon.svg
|
|
|
|
dark: favicon.svg
|
2025-01-20 13:54:41 +00:00
|
|
|
# width: 40
|
|
|
|
# height: 20
|
|
|
|
# link: /
|
|
|
|
width: wide
|
|
|
|
|
|
|
|
page:
|
|
|
|
# full (100%), wide (90rem), normal (1280px)
|
|
|
|
width: normal
|
|
|
|
|
|
|
|
theme:
|
|
|
|
# light | dark | system
|
|
|
|
default: system
|
|
|
|
displayToggle: true
|
|
|
|
|
|
|
|
footer:
|
|
|
|
enable: true
|
|
|
|
displayCopyright: true
|
|
|
|
displayPoweredBy: true
|
|
|
|
width: normal
|
|
|
|
|
|
|
|
displayUpdatedDate: true
|
|
|
|
dateFormat: "January 2, 2006"
|
|
|
|
|
|
|
|
editURL:
|
|
|
|
enable: true
|
|
|
|
base: "https://git.woem.men/woem.men/docs"
|
|
|
|
|
|
|
|
blog:
|
|
|
|
list:
|
|
|
|
displayTags: true
|
|
|
|
# date | lastmod | publishDate | title | weight
|
|
|
|
sortBy: date
|
|
|
|
sortOrder: desc # or "asc"
|
|
|
|
|
|
|
|
highlight:
|
|
|
|
copy:
|
|
|
|
enable: true
|
|
|
|
# hover | always
|
|
|
|
display: hover
|