-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
100 lines (83 loc) · 2.28 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
baseurl = "https://shapescience.xyz/"
title = "Shapescience"
theme = "casper-two"
paginate = 10
footnoteReturnLinkContents = "↩"
languageCode = "en-us"
EnableEmoji = true
canonifyurls = true
googleAnalytics = "UA-42364112-9"
# http://themes.gohugo.io/casper/
# hugo new -t casper post/my-post.md
# https://gohugo.io/content-management/syntax-highlighting/
pygmentsCodeFences = true
pygmentsStyle = "monokai"
PygmentsCodeFences = true
DisqusShortname = "shapescience"
[permalinks]
post = "/blog/:title/"
page = "/:title/"
[taxonomies]
category = "categories"
author = "authors"
tag = "tags"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
title = "Shapescience"
subtitle = "Posts on algorithms, data science and software engineering. It's slowly taking shape!"
description = "Arthur Flam's blog on algorithms, data science and software engineering. It's slowly taking shape!"
metaDescription = ""
Copyright = "All rights reserved - 2021"
showSubscribe = false
cover = "images/Black-Abstraction-Georgia-O-Keeffe.upscaled.jpg"
shareimage = "images/shape-shapescience-okeefe.png"
author = "shapescience"
logo = "images/logo.white.svg"
logodark = "images/logo.black.svg"
# old syntax
googleAnalyticsUserID = "UA-42364112-9"
googleAnalytics = "UA-42364112-9"
# Optional RSS-Link, if not provided it defaults to the standard index.xml
# RSSLink = "http://feeds.feedburner.com/..."
twitterName = "ArthurFlam"
facebookName = "shapescience"
# fbName = "shapescience"
githubName = "arthur-flam"
linkedinName = "ArthurFlam"
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
showSupport = true
mainSections = ["post"]
[[menu.main]]
name = "Home"
url = "https://shapescience.xyz"
weight = 0
#[[menu.main]]
#name = "Forum"
#url = "https://talk.shapescience.xyz"
#weight = -114
[related]
includeNewer = true
toLower = true
threshold=0
[[related.indices]]
name = "keywords"
weight = 150
[[related.indices]]
name = "tags"
weight = 150
[[related.indices]]
name = "author"
toLower = true
weight = 30
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
pattern = "2006"