-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.toml
69 lines (58 loc) · 1.78 KB
/
config.toml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# baseURL = 'https://ojack.xyz/hydra-blog'
baseURL = 'https://hydra.ojack.xyz/hydra-docs-v2'
languageCode = 'en-us'
title = 'hydra video synth'
theme = "hugo-book"
enableGitInfo = true
[markup.goldmark.renderer]
unsafe = true
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content'
weight = 1
[languages.ja]
languageName = '日本語'
contentDir = 'content.ja'
weight = 2
[languages.pt]
languageName = 'Portuguese | Português'
contentDir = 'content.pt'
weight = 3
[menu]
# [[menu.before]]
# [[menu.after]]
# name = "web editor"
# url = "https://hydra.ojack.xyz"
# name = "Github"
# url = "https://github.com/hydra-synth/hydra-blog"
# weight = 10
[[menu.after]]
name = "contribute"
url = "https://opencollective.com/hydra-synth"
[[menu.after]]
name = "grants"
url = "https://hydra.ojack.xyz/grants"
# [[menu.after]]
# name = "showcase"
# url = "https://hydra.ojack.xyz/garden"
[params]
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/hydra-synth/hydra-docs-v2'
# BookTheme = 'dark'
# (Optional, default 'commit') Specifies commit portion of the link to the page's last modified
# commit hash for 'doc' page type.
# Requires 'BookRepo' param.
# Value used to construct a URL consisting of BookRepo/BookCommitPath/<commit-hash>
# Github uses 'commit', Bitbucket uses 'commits'
# BookCommitPath = 'commit'
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Edit path must point to root directory of repo.
BookEditPath = 'edit/main'
# Configure the date format used on the pages
# - In git information
# - In blog posts
BookDateFormat = 'January 2, 2006'
# BookMenuBundle = '/menu'