-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
42 lines (35 loc) · 1.07 KB
/
config.toml
File metadata and controls
42 lines (35 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
baseURL = "http://gobacktest.github.io/"
languageCode = "en-us"
title = "gobacktest"
theme = "github.com/alex-shpak/hugo-book"
# Book configuration
disablePathToLower = false
enableGitInfo = true
# (Optional) Theme is intended for documentation use, therefore it doesn't render taxonomy.
# You can remove related files with config below
disableKinds = ['taxonomy', 'taxonomyTerm']
# Needed for mermaid/katex shortcodes
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
[menu]
# [[menu.before]]
[[menu.after]]
name = "View on Github"
url = "https://github.com/gobacktest/gobacktest"
weight = 10
# see https://themes.gohugo.io/hugo-book/ for options
[params]
BookTheme = 'auto'
BookToC = true
# BookLogo = 'logo.png'
BookSection = 'docs'
BookRepo = 'https://github.com/gobacktest/gobacktest.github.io'
BookCommitPath = 'commit'
BookEditPath = 'edit/main/content'
# (Optional, default January 2, 2006) Configure the date format used on the pages
# - In git information
# - In blog posts
BookDateFormat = '02.01.2006'