-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
86 lines (74 loc) · 2.15 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
baseURL = "https://blog.josephmorag.com/"
languageCode = "en-us"
Title = "Joseph Morag"
enableRobotsTXT = true
paginate = 8
summaryLength = 50
theme = "hugo-primer"
# available themes:
# contrast-hugo - math works, title "Joseph Morag" is duplicated, no youtube or github icons
# er - title box in the corner a bit weird, math broken
# hugo-dusk - math broken, no next/prev links on posts
# hugo-kiera - math broken, links a shitty color, otherwise good
# hugo-primer - need to figure out TOC, about shows up in posts
# hugo-theme-noteworthy - math wonky looking but works, no next/prev
# Mainroad - no youtube/gh or next/prev, Lauren doesn't like it
googleAnalytics = ""
copyright = "©Joseph Morag 2020-2022"
[taxonomies]
tag = "tags"
[author]
name = "Joseph Morag"
# Set to false to disallow raw HTML in markdown files
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
style = "solarized-dark"
[params]
description = "A blog about various technologies I like"
# twitter = "Your Twitter username"
# facebook = "Your Facebook username"
# instagram = "Your Instagram username"
github = "https://github.com/jmorag"
reddit = "https://www.reddit.com/user/jmorag"
# gitlab = "Your GitLab username"
# npm = "Your npm username"
# codepen = "Your CodePen username"
# dribbble = "Your Dribbble username"
# flickr = "Your Flickr username"
# pinterest = "Your Pinterest username"
# tumblr = "Your Tumblr username"
# vimeo = "Your Vimeo username"
youtube = "https://youtube.com/channel/UCqCd5nmIEU9u62dpq3h4bvg"
# linkedin = "Your LinkedIn username"
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3
[[menu.main]]
name = "RSS"
url = "/posts/index.xml"
weight = 4
# Most aggressive privacy settings
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true