tdl/docs/hugo.yaml
2023-10-03 16:22:09 +08:00

44 lines
785 B
YAML

baseURL: "https://example.com/"
title: tdl
enableGitInfo: true
canonifyURLs: true
module:
imports:
- path: github.com/alex-shpak/hugo-book
# Needed for mermaid/katex shortcodes
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
params:
BookTheme: auto
BookRepo: https://github.com/iyear/tdl
BookSection: "*"
BookEditPath: edit/master/docs
BookCommitPath: commit
BookDateFormat: 2006/01/02
languages:
en:
languageName: English
contentDir: content/en
weight: 1
zh:
languageName: 简体中文
contentDir: content/zh
weight: 2
menu:
before:
- name: "GitHub"
url: "https://github.com/iyear/tdl"
weight: 10
- name: "Author"
url: "https://github.com/iyear"
weight: 20