-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
48 lines (44 loc) · 1017 Bytes
/
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
languageCode = "en-us"
title = "Bogdan Toader"
author = "Bogdan Toader"
baseURL = "https://btoader.com"
canonifyurls = true
theme = "hugo-xmin"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
note = "/note/:year/:month/:day/:slug/"
[[menu.main]]
name = "About"
url = "/#about"
weight = 1
# [[menu.main]]
# name = "Publications"
# url = "/publications/"
# weight = 2
[[menu.main]]
name = "Research"
url = "/#research"
weight = 2
# [[menu.main]]
# name = "Teaching"
# url = "/teaching/"
# weight = 3
# [[menu.main]]
# name = "Talks"
# url = "/#talks"
# weight = 4
[[menu.main]]
name = "Industry"
url = "/#industry-engagement"
weight = 5
[[menu.main]]
name = "CV"
url = "Bogdan_Toader_CV_May2024.pdf"
weight = 6
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
description = "Bogdan Toader's academic website."
footer = "© 2018-2025 Bogdan Toader. Powered by Hugo XMin"