-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
95 lines (77 loc) · 1.95 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
baseURL = "https://sourgough.mrph.dev"
languageCode = "en-us"
title = "Your Name"
theme = "sourgough-starter"
relativeURLs = true
[markup.goldmark.renderer]
unsafe= true
[params]
#------------- Config -------------------
scholarStats = false #if true need a json with data. See https://github.com/jack-alope/sourgough-ipfs
dimensionCitations = true
backgroundPath = "images/SA_back.png"
footerOffset = -60
#-------------- Defined ------------
css= ["css/sourgough.css"]
[menu]
#----- Navbar links ------
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
[[menu.main]]
identifier = "publications"
name = "Publications"
url = "/publications/"
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
#----- NavBottom Links ------
[[menu.bot]]
identifier = "github"
name = "Github"
url = "https://github.com/jack-alope/"
pre = "fab fa-github"
[[menu.bot]]
identifier = "gitlab"
name = "Gitlab"
url = "https://gitlab.com/jack-alope/"
pre = "fab fa-gitlab"
[[menu.bot]]
identifier = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/jackmurphyf/"
pre = "fab fa-linkedin-in"
#-------- About section links -----
[[menu.about]]
identifier = "ordcidid"
name = "OrcidID"
url = ""
pre = "fab fa-orcid"
[[menu.about]]
identifier = "researchgate"
name = "ResearchGate"
url = ""
pre = "fab fa-researchgate"
[[menu.about]]
identifier = "medium"
name = "Medium"
url = ""
pre = "fab fa-medium-m"
[[menu.about]]
identifier = "googlescholar"
name = "Google Scholar"
url = ""
pre = "fas fa-graduation-cap"
#----------- Text Links -------
[[menu.link]]
identifier = "email"
name = "[email protected]"
url = "mailto:[email protected]"
[[menu.link]]
identifier = "resume"
name = "resume"
url = ""
[taxonomies]
authors = "authors"