-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
51 lines (45 loc) · 1.05 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
baseURL = "http://localhost:1313/QUESTDB_website/"
#baseURL = "https://lcpq.github.io/QUESTDB_website/"
canonifyurls = true
languageCode = "en-us"
metaDataFormat = "yaml"
DateForm = "12-30-2006"
title = "QUEST: a database of highly-accurate excitation energies"
DefaultContentLanguage = "en"
theme = "beautifulhugo"
[Params]
hometitle = "QUESTDB"
logo="img/TOC_JPCL.png"
subtitle = "QUantum Excited STate DataBase"
[[Params.bigimg]]
src = "img/QUEST-home.png"
desc = "A mountaineering strategy to excited states"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[Author]
name = "M. Véril"
email = "[email protected]"
github = "LCPQ/QUESTDB_website"
twitter = "LCPQ_UMR5626"
[[menu.main]]
name = "Home"
url = ""
weight = 1
[[menu.main]]
name = "Dataset"
url = "dataset"
weight = 2
[[menu.main]]
name = "Subsets"
url = "subsets"
weight = 3
[[menu.main]]
name = "References"
url = "references"
weight = 4
[[menu.main]]
name = "FAQ"
url = "faq"
weight = 5