-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
109 lines (86 loc) · 2.35 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
baseURL = "https://amanahuja.me/"
languageCode = "en-us"
title = "Aman Ahuja"
# https://github.com/theNewDynamic/gohugo-theme-ananke
theme = "amanophonic"
# check this for compatibility with quartz backlinks
relativeURLs = false
enableRobotsTXT = false
ignoreFiles = [
]
[pagination]
pagerSize = 4
[params]
# General info
description = "Aman Ahuja's website."
orgName = "Aman Ahuja"
# base style
favicon = "/images/favicon/favicon.ico?v=0"
logo = "/images/logos/amanahuja_me.png"
# font options: sans-serif or serif
# for more http://tachyons.io/docs/typography/font-family/
textFontFamily = "sans-serif"
headingFontFamily = "sans-serif"
# basic color options: use only color names as shown in the
# "Color Palette" section of http://tachyons.io/docs/themes/skins/
custom_css = ["assets/custom.css"]
body_classes = "lato bg-near-white"
# color notes
# favicon / logo : light-gray + black + white
# accent : dark-green #137752
# background: near-white: #F4F4F4
# text: dark-gray: #333333
# logo font: lora
# 1
siteBgColor = "near-white"
textColor = "dark-gray"
bodyLinkColor = "dark-green"
headlineColor = "near-black"
headingColor = "near-black"
# headlineColor = "dark-green"
# headingColor = "dark-green"
# 2
sidebarBgColor = "light-gray"
sidebarTextColor = "mid-gray"
navLinkColor = "near-black"
# 3
buttonTextColor = "dark-green"
buttonBgColor = "moon-gray"
buttonHoverTextColor = "moon-gray"
buttonHoverBgColor = "dark-green"
borderColor = "moon-gray"
# buttonTextColor = "near-white"
# buttonBgColor = "black"
# buttonHoverTextColor = "white"
# buttonHoverBgColor = "blue"
# borderColor = "moon-gray"
# more
sidebarLinkColor = "near-black"
footerTextColor = "gray"
# show/hide social icons in site header/footer
# content display
recent_posts_number = 2
show_reading_time = false
socialInHeader = false
socialInFooter = true
github = "amanahuja"
linkedin = "amanahuja"
medium = ""
twitter = ""
youtube = ""
mastodon = "amanqa"
# no SVG: rss = "index.xml"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe=true
# [markup.highlight]
# style = "solarized-light"