forked from ad-freiburg/ad-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
58 lines (45 loc) · 1.17 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
baseurl = "/"
theme = "ad-blog-theme"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
canonifyurls = true
[params]
title = "Algorithms and Data Structures"
subtitle = "Musings on Computer Science"
copyright = "© 2018"
cover = "img/unibib.jpg"
description = "Musings on Computer Science Topics by the Team of the Chair of Algorithms and Data Structures under Prof. Dr. Hannah Bast"
metaDescription = ""
googleAnalytics = ""
customCSS = []
RSSLink = ""
githubName = "ad-freiburg"
#logo = "img/logo.png"
orgName = "University of Freiburg"
orgWebsite = "https://ad.cs.uni-freiburg.de"
orgDescription = ""
showSupport = false
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/post/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 200
#[[menu.main]]
# name = "Some Topic"
# url = "/tags/thetag"
# weight = 100
#[[menu.main]]
# name = "News"
# url = "/categories/news/"
# weight = 99
[[menu.main]]
name = "Research"
url = "/categories/research/"
weight = 98
[markup.goldmark.renderer]
unsafe = true