-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (51 loc) · 2.06 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
baseURL = 'https://badcirculation.github.io'
languageCode = 'en-us'
title = 'badcirculation'
theme = 'hugo-researcher'
[params]
author = "badcirculation"
description = "badcirculation are Antonio Roberts and Maria Witek. They use live coding software to collaboratively live code experimental techno and house, pursuing a high energy aesthetic that is both heavy and groovy."
favicon = "favicon.ico" # path to a .ico to use as favicon
logo = "/badcirculation_logo.png" # url or path to a logo to put in the header
[params.footer]
#text = "By Olivier Roques"
#url = "https://github.com/ojroques/hugo-researcher"
[params.style] # appearance options (can be omitted)
fontFamily = "Inconsolata"
fontSize = "14pt"
pageWidth = "1000px"
avatarSize = "90px"
colorBlack = "#fff"
colorRed = "#fff"
# [[params.socialIcons]]
# icon = "fab fa-twitter"
# title = "Twitter"
# url = "https://twitter.com/"
# [[params.socialIcons]]
# icon = "fas fa-envelope"
# title = "E-mail"
# url = "mailto:[email protected]"
# [[params.socialIcons]]
# icon = "ai ai-google-scholar"
# title = "Scholar"
# url = "https://scholar.google.com/"
[permalinks]
"/" = "/:filename"
#[menu]
# [[menu.main]]
# name = "About"
# url = "/about"
# weight = 1
# [[menu.main]]
# name = "Resume"
# url = "/resume.pdf"
# # 'pre' and 'post' hooks are available
# # here we use an icon from Bootstrap https://icons.getbootstrap.com/
# pre = '<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-file-earmark-person-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M2 2a2 2 0 0 1 2-2h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm7.5 1.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm2 5.755S12 12 8 12s-5 1.755-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z"/></svg> '
# weight = 2
# [[menu.main]]
# name = "Contact"
# url = "/contact"
# weight = 3
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files