-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
118 lines (98 loc) · 2.46 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
110
111
112
113
114
115
116
117
baseurl = "https://www.glaciology.net"
title = "Aslak Grinsted"
author = "Aslak Grinsted"
languageCode = "en-us"
defaultContentLanguage = "en-us"
themesDir = "themes"
theme = "hugo-theme-m10c"
[pagination]
pagerSize = 12
[permalinks]
post = "/:year/:title"
[menu]
[[menu.main]]
identifier = "publication"
name = "Publications"
url = "/publication/"
weight = 1
[[menu.main]]
identifier = "post"
name = "Posts"
url = "/post/"
weight = 2
[[menu.main]]
identifier = "studentproject"
name = "Student projects"
url = "/studentproject/"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 4
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 5
[params]
author = "Aslak Grinsted"
bio = "Climate scientist and Associate Professor"
location = "Physics of Ice, Climate, and Earth; Niels Bohr Institute; University of Copenhagen"
site_description = ""
avatar = "/avatar.jpg"
logo = "icon-180x180.png"
copyright = "Aslak Grinsted"
description = "Associate Professor at the Niels Bohr Institute, Climate scientist, and dad."
menu_item_separator = " - "
[[params.social]]
icon = "brand-github"
name = "Github"
url = "https://github.com/grinsted"
[[params.social]]
icon = "brand-mastodon"
name = "Mastodon"
url = "https://fediscience.org/@agrinsted"
[[params.social]]
icon = "brand-bluesky"
name = "Bluesky"
url = "https://bsky.app/profile/agrinsted.bsky.social"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokai'
tabWidth = 4
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# Default theme
# [params.style]
# darkestColor = "#242930"
# darkColor = "#353b43"
# lightColor = "#afbac4"
# lightestColor = "#ffffff"
# primaryColor = "#57cc8a"
# Green theme
# [params.style]
# darkestColor = "#315659"
# darkColor = "#253031"
# lightColor = "#96a879"
# lightestColor = "#fff"
# primaryColor = "#dad865"
# Red theme
# [params.style]
# darkestColor = "#d35050"
# darkColor = "#212121"
# lightColor = "#d6d6d6"
# lightestColor = "#d3d3d3"
# primaryColor = "#ffffff"