-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
97 lines (78 loc) · 1.77 KB
/
hugo.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
baseURL = 'https://AWSary.com/'
enablerobotstxt = true
paginate = 50
titlecasestyle = "Go"
[languages.en]
languagecode = "en-us"
languagedirection = "ltr"
languagename = "English"
weight = 10
[languages.en.params.paige]
copyright = "© AWSary"
description = '<span style="display: inline-block">Accelerate your</span> <span style="display: inline-block">cloud journey.</span>'
title = 'AWSary'
[[module.imports]]
path = "github.com/willfaught/paige"
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[languages.en.menu.main]]
identifier = "Podcasts"
name = "Podcasts"
url = "/Podcasts/"
weight = 20
[[languages.en.menu.main]]
identifier = "Mobile Apps"
name = "Mobile Apps"
url = "/mobile-apps/"
weight = 30
[[languages.en.menu.main]]
identifier = "About us"
name = "About us"
url = "/about-us/"
weight = 40
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noclasses = false
[markup.tableofcontents]
endlevel = 6
ordered = true
startlevel = 2
[[module.imports]]
path = "github.com/willfaught/paige"
[outputs]
home = ["html", "rss"]
section = ["html", "rss"]
taxonomy = ["html", "rss"]
term = ["html", "rss"]
[params.paige.list_page]
disable_authors = true
disable_date = true
disable_keywords = true
disable_reading_time = true
disable_series = true
disable_summary = true
[params.paige.page]
disable_authors = true
disable_keywords = true
disable_next = true
disable_prev = true
disable_reading_time = true
disable_series = true
disable_toc = true
[params.paige.site]
disable_breadcrumbs = true
disable_credit = true
[params.paige.feed]
page_link = "✓"
[[params.paige.feed.atom.authors]]
name = "Tiago Rodrigues"
[permalinks]
articles = "/:year/:month/:day/:slug/"
blog = "/:year/:month/:day/:slug/"
[taxonomies]
category = "categories"
tag = "tags"