-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
64 lines (49 loc) · 1.21 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
baseURL = "https://lafolle.ca/"
languageCode = "en-us"
title = "The Knife of Phaedrus"
theme = "hugo-vitae"
pygmentsCodefences = true
pygmentsStyle = "github"
pygmentsOptions = "linenos=table"
# Google analytics
googleAnalytics = "UA-176408027-1"
copyright = "© Karan Chaudhary"
[params]
subtitle = "Musings with systems"
# Disable math typesettings
math = false
twitter = "https://twitter.com/ckarany"
github = "https://github.com/lafolle"
iconOrder = ["Github", "Twitter"]
showPageTitleInTOC = true
# Customzie the hugo-vitae theme. The custom css is referenced by the theme
# in themes/hugo-vitae/layouts/partials/head.html file.
customcss = "custom.css"
# Navigation
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
# Social menu
[[params.social]]
name = "Github"
icon = "fab fa-github"
url = "https://github.com/lafolle"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
url = "https://twitter.com/ckarany"
[[params.social]]
name = "Linkedin"
icon = "fab fa-linkedin"
url = "https://www.linkedin.com/in/karan-chaudhary-603b6aa0/"
[markup.goldmark.parser.attribute]
block = true # default false