-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
78 lines (70 loc) · 1.74 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
70
71
72
73
74
75
76
77
78
baseURL = "http://stacked-git.github.io/"
languageCode = "en-us"
title = "Stacked Git"
theme = ""
[params]
description = "Manage stack of Git commits"
logoimage = "stgit.svg"
[menu]
[[menu.main]]
name = "Changelog"
url = "/changelog/"
weight = -100
[[menu.main]]
name = "Man Pages"
url = "/man/"
weight = -99
[[menu.main]]
name = "Guides"
url = "/guides/"
weight = -98
[[menu.main]]
name = "Tutorial"
url = "/guides/tutorial/"
weight = -97
[[menu.main]]
name = "Repository"
url = "https://github.com/stacked-git/stgit/"
post = '<img src="/github.svg" alt="GitHub logo">'
weight = -89
[[menu.main]]
name = "Issue Tracker"
url = "https://github.com/stacked-git/stgit/issues"
post = '<img src="/github.svg" alt="GitHub logo">'
weight = -87
[[menu.main]]
name = "Releases"
url = "https://github.com/stacked-git/stgit/releases"
post = '<img src="/github.svg" alt="GitHub logo">'
weight = -86
[[menu.main]]
name = "Forum"
url = "https://groups.google.com/d/forum/stgit"
post = '<img src="/ext-link.svg" alt="external link">'
weight = -79
[markup]
[markup.highlight]
noclasses = false
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'asciidoctor']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[security.funcs]
getenv = ['^HUGO_']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']