112 lines
2.0 KiB
YAML
112 lines
2.0 KiB
YAML
baseURL: 'https://wiki.sarsoo.xyz/'
|
|
languageCode: 'en-gb'
|
|
title: 'sarwiki'
|
|
theme: 'hextra'
|
|
|
|
# Parse Git commit
|
|
# enableGitInfo: true
|
|
|
|
outputs:
|
|
home: [HTML]
|
|
page: [HTML]
|
|
section: [HTML, RSS]
|
|
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
extensions:
|
|
passthrough:
|
|
delimiters:
|
|
block: [['\[', '\]'], ['$$', '$$']]
|
|
inline: [['\(', '\)'], ['$', '$']]
|
|
enable: true
|
|
|
|
enableInlineShortcodes: true
|
|
|
|
menu:
|
|
main:
|
|
- identifier: wiki
|
|
name: Wiki
|
|
pageRef: /wiki
|
|
weight: 1
|
|
- identifier: blog
|
|
name: Blog
|
|
url: "https://sarsoo.xyz"
|
|
weight: 2
|
|
- identifier: about
|
|
name: About
|
|
pageRef: /about
|
|
weight: 3
|
|
- name: Search
|
|
weight: 4
|
|
params:
|
|
type: search
|
|
- name: GitHub
|
|
weight: 5
|
|
url: "https://github.com/Sarsoo/noteswiki"
|
|
params:
|
|
icon: github
|
|
|
|
sidebar:
|
|
- identifier: more
|
|
name: More
|
|
params:
|
|
type: separator
|
|
weight: 1
|
|
- identifier: about
|
|
name: "About"
|
|
pageRef: "/about"
|
|
weight: 2
|
|
|
|
params:
|
|
description: STEM notes
|
|
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: false
|
|
logo:
|
|
path: images/logo.svg
|
|
dark: images/logo-dark.svg
|
|
# 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: false
|
|
displayCopyright: true
|
|
displayPoweredBy: false
|
|
width: normal
|
|
|
|
# Display the last modification date
|
|
displayUpdatedDate: true
|
|
|
|
# Search
|
|
search:
|
|
enable: true
|
|
type: flexsearch
|
|
|
|
flexsearch:
|
|
# index page by: content | summary | heading | title
|
|
index: content
|
|
# full | forward | reverse | strict
|
|
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
|
|
tokenize: full
|
|
|
|
highlight:
|
|
copy:
|
|
enable: true
|
|
# hover | always
|
|
display: hover |