-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
183 lines (168 loc) · 5.6 KB
/
config.toml
File metadata and controls
183 lines (168 loc) · 5.6 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
baseURL = "https://www.mariumtapal.com/"
theme = "hugo-apero"
languageCode = "en"
author = "Marium Tapal"
title = "Marium Tapal"
copyright = ""
googleAnalytics = ""
disqusShortname = "" # see params.utterances to use utterances instead of Disqus
metaDataFormat = "yaml"
footnoteReturnLinkContents = "↩" # ↩
# set deliberately low for testing choose your preffered number based on the blog layout you've chosen
paginate = 5
preserveTaxonomyNames = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
enableEmoji = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true # Enable user to embed HTML snippets in Markdown content.
hardwraps = false
[markup.tableOfContents]
startLevel = 2
endLevel = 2
ordered = false
[markup.highlight]
# one of: https://xyproto.github.io/splash/docs/
style = "github"
#noClasses = false
# Syntax highlighting
pygmentsUseClasses = true # use class names instead of directly inserting color codes
#pygmentsCodeFences = true # enable GitHub style code snippets
# https://gohugo.io/content-management/urls/#relative-urls
relativeURLs = true
[params]
orgName = "Marium Tapal"
orgLocal = ""
#description = "A modern, beautiful, and easily configurable blog theme for Hugo."
description = "Personal website of Marium Tapal"
#favicon = "/img/favicon.ico"
favicon = "/img/favicon.ico"
logo = "/img/logo.png"
#logo = "/img/logo_noBg.svg"
mainSections = ["about"]
navallcaps = true
# show/hide social icons in site header & footer
# configure social icons and links below in [[params.social]]
socialInHeader = false
socialInFooter = true
# Default image for social sharing and search engines.
# Place image file in `static` folder and specify image name here.
sharing_image = "/img/headshot.JPG"
#sharing_image = "/img/silvia-social.png"
# Twitter username (without @). Used when a visitor shares your site on Twitter.
twitter = "mariumtapal"
# use a built-in color theme
# one of: forest / grayscale / peach / plum /
# poppy / sky / violet / water
theme = "violet"
# or, leave theme empty & make your own palette
# see docs at https://hugo-apero.netlify.app/blog/color-themes/
# the custom scss file must be in the assets/ folder
# add the filename name here, without extension
# to use hex colors instead of named tachyons colors, include "hex" in filename
# Note from Silvia: I designed this site's custom theme for me,
# please do not reuse it without permission:
# custom_theme = "marium-hex"
# use an embedded font-family
# serif options: Fraunces / EB Garamond / Bitter
# sans-serif options: Commissioner / Alegreya Sans / Metropolis / Red Hat Text
# if you import your own fonts, name them here too
# Note from Silvia: I designed this site's custom theme for me,
# please do not reuse it without permission
customtextFontFamily = "EB Garamond"
customheadingFontFamily = "Fraunces" # Petrona
# alternatively, leave empty and select basic font options: sans-serif or serif
# for more http://tachyons.io/docs/typography/font-family/
textFontFamily = "Georgia"
#headingFontFamily = "serif"
#textFontFamily = "avenir"
headingFontFamily = "athelas"
# Configuration of https://utteranc.es/ for comments
[params.utterances]
use_utterances = true
repo_name = "mariumtapal/website"
issue_term = "title" # url, pathname, or title
theme = "boxy-light" # TODO: change to "preferred-color-scheme" when you enable dark mode toggle
label = "comments :crystal_ball:"
[[params.social]]
icon = "github" # icon name without the 'fa-'
icon_pack = "fab"
url = "https://github.com/mariumtapal"
[[params.social]]
icon = "google-scholar" # icon name without the 'fa-'
icon_pack = "fab"
url = "https://scholar.google.com/citations?user=e43r7DgAAAAJ&hl=en"
[[params.social]]
icon = "orcid" # icon name without the 'fa-'
icon_pack = "fab"
url = "https://orcid.org/0000-0001-5093-6462"
[[params.social]]
icon = "linkedin" # icon name without the 'fa-'
icon_pack = "fab"
url = "https://linkedin.com/in/mariumtapal"
[[params.social]]
icon = "envelope" # icon name without the 'fa-'
icon_pack = "far"
url = "mailto:mariumtapal@gmail.com"
[[params.social]]
icon = "bluesky" # icon name without the 'fa-'
icon_pack = "fab"
url = "https://bsky.app/profile/mariumtapal.com"
[[params.social]]
icon = "x-twitter" # icon name without the 'fa-'
icon_pack = "fab"
url = "https://x.com/mariumtapal"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[menu]
# Configure header
[[menu.header]]
name = "about"
title = "About"
url = "/about/"
weight = 1
[[menu.header]]
name = "CV"
title = "CV"
url = "/CV/marium_tapal_cv.pdf"
weight = 2
[[menu.header]]
name = "projects"
title = "Projects"
url = "/project/"
weight = 3
[[menu.header]]
name = "blog"
title = "Blog"
url = "/blog/"
weight = 4
# [[menu.header]]
# name = "art"
# title = "Art"
# url = "/art/"
# weight = 3
# see https://gohugo.io/about/hugo-and-gdpr/
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
disable = false
anonymizeIP = true
respectDoNotTrack = true
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
enableDNT = true
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true