-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
103 lines (86 loc) · 1.92 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
baseurl = "https://silocitylabs.com/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "docs"
title = "SCL Blog"
canonifyurls = true
DefaultContentLanguage = "en"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
disqusShortname = "sclblog-1"
googleAds = "ca-pub-6882852717412296"
googleAnalytics = "UA-78226868-1"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[Params]
subtitle = "Official Blog for Silo City Labs LLC"
logo = "logo/144x144.png"
favicon = "favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
gcse = "006156681959470562953:oxkwuulite0"
[[Params.bigimg]]
src = "img/sphere.jpg"
[Author]
name = "Silo City Labs LLC"
email = "[email protected]"
facebook = "SiloCityLabs"
gitlab = "silo-city-labs-llc"
github = "SiloCityLabs/blog"
twitter = "silocitylabs"
linkedin-company = "10586208"
youtube = "channel/UC9vgzat1SRdQ8NNsCQ6d7cA"
newsletter = "newsletter"
[taxonomies]
author = "author"
tag = "tags"
category = "categories"
[outputs]
home = ["HTML", "RSS"]
page = ["HTML", "AMP"]
[[menu.main]]
name = "Shop"
url = "https://shop.silocitylabs.com"
weight = 1
[[menu.main]]
name = "Blog"
url = ""
weight = 2
[[menu.main]]
identifier = "cat"
name = "Categories"
weight = 3
[[menu.main]]
parent = "cat"
name = "Official"
url = "categories/company/"
weight = 1
[[menu.main]]
parent = "cat"
name = "Side Projects"
url = "categories/projects/"
weight = 2
[[menu.main]]
parent = "cat"
name = "Deals"
url = "categories/tech-deals/"
weight = 3
[[menu.main]]
parent = "cat"
name = "Tags"
url = "tags"
weight = 4
[[menu.main]]
name = "About"
url = "page/about/"
weight = 4
[[menu.main]]
name = "Newsletter"
url = "newsletter"
weight = 5