-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
175 lines (148 loc) · 4.53 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
baseURL = "https://www.ntp.org/"
title = "NTP: Network Time Protocol"
canonifyurls = true
enableRobotsTXT = true
disablePathToLower = true
# JS Plugins
[[params.plugins.js]]
link = "plugins/bootstrap-5.1.3/js/bootstrap.bundle.min.js"
# Preloader
[params.preloader]
preloader = "" # use .png , .svg or .gif format
# Disable creation of categories and tags pages
disableKinds = ["taxonomy", "taxonomyTerm"]
# Get lastmod for sitemap from git
enableGitInfo = true
# Comply with GDPR
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
[minify]
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = false
[minify.tdewolff]
[minify.tdewolff.css]
keepCSS2 = true
precision = 0
[minify.tdewolff.html]
keepComments = false
keepConditionalComments = true
keepDefaultAttrVals = true
keepDocumentTags = true
keepEndTags = true
keepQuotes = false
keepWhitespace = true
[minify.tdewolff.js]
keepVarNames = false
noNullishOperator = false
precision = 0
[minify.tdewolff.json]
keepNumbers = false
precision = 0
[minify.tdewolff.svg]
precision = 0
[minify.tdewolff.xml]
keepWhitespace = false
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[languages]
[languages.en]
contentDir = "content/en"
title = "NTP: Network Time Protocol"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.ja]
contentDir = "content/ja"
title = "NTP: ネットワークタイムプロトコル "
description = ""
languageName ="日本語"
# Weight used for sorting.
weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "tango"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true"
[params]
copyright = "Network Time Foundation"
logo1 = "images/ntp_logo.jpg"
logo2 = "images/logo.png"
description = "The NTP Project conducts Research and Development in NTP, a protocol designed to synchronize the clocks of computers over a network to a common timebase."
images = ["/images/NTPLogo800x418.webp"]
[[languages.en.menu.main]]
name = "Support"
url = "/support/"
weight = 10
[[languages.en.menu.main]]
name = "Reference Library"
url = "/reflib/"
weight = 20
[[languages.en.menu.main]]
name = "Documentation"
url = "/current-stable/"
weight = 30
[[languages.ja.menu.main]]
name = "サポート"
url = "/support/"
weight = 10
[[languages.ja.menu.main]]
name = "リファレンスライブラリ"
url = "/reflib/"
weight = 20
[[languages.ja.menu.main]]
name = "ドキュメンテーション"
url = "/documentation/"
weight = 30
github_repo = "https://github.com/ntp-project/ntp"
[params.ui]
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false
# Set to true to disable the About link in the site footer
footer_about_disable = true
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
# add "hide_feedback: true" to the page's front matter.
[params.ui.feedback]
enable = true
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes = 'Glad to hear it!</a>'
no = 'Sorry to hear that.</a>'
[params.links]
[[params.links.user]]
name ="LinkedIn"
url = "https://www.linkedin.com/groups/4651343"
icon = "/images/icons/linkedin.svg"
desc = "Follow us on LinkedIn"
[[params.links.user]]
name = "Facebook"
url = "https://www.facebook.com/networktimeprotocol"
icon = "/images/icons/facebook.svg"
desc = "Follow us on Facebook"