mirror of
https://github.com/iyear/tdl
synced 2025-01-09 04:17:35 +08:00
44 lines
785 B
YAML
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
|