forked from linode/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
61 lines (45 loc) · 1.33 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
baseURL = "https://linode.com/docs/"
languageCode = "en-us"
title = "Linode Guides & Tutorials"
theme = "docsmith"
contentDir = "docs"
# Highlighting config (Pygments)
# Styles created with hugo gen chromastyles --style=perldoc > assets/stylesheets/_syntax-chroma.css
pygmentsUseClasses = true
pygmentsCodeFences = true
# Use the new and fast Chroma highlighter (Pygments port) in Hugo >= 0.28.
pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html
# Also see pygmentsUseClasses above.
pygmentsStyle = "perldoc"
disqusShortname="linode-1"
disableKinds = ["taxonomy", "taxonomyTerm"]
rssLimit = 15
[blackfriday]
fractions = false
[outputs]
home = [ "HTML", "RSS"]
section = ["HTML"]
page = ["HTML"]
[taxonomies]
category = "categories"
[params]
description = "Guides and tutorials on the Linode platform, Linux basics, and software installation and configuration."
default_image_width = 120
default_image_height = 120
# Date and time formatting, see https://gohugo.io/functions/format/
time_format_RFC3339 = "2006-01-02T15:04:05Z07:00"
time_format_default = "Monday, January 2, 2006"
# Related Content ("See Also") configuration.
# [related]
# threshold = 80
# includeNewer = true
# toLower = false
#
# [[related.indices]]
# name = "keywords"
# weight = 100
# [[related.indices]]
# name = "date"
# weight = 10
# pattern = "2006"