-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
36 lines (31 loc) · 1.11 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
baseURL = "https://stones.computer"
languageCode = "en-gb"
title = "Stones that calculate — Post-digital materiality"
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
[outputFormats]
[outputFormats.Items]
mediaType = "application/json"
baseName = "items"
isPlainText = true
notAlternative = true
[outputFormats.Aspects]
mediaType = "application/json"
baseName = "aspects"
isPlainText = true
notAlternative = true
[params]
description = "Online collection of resources that maps academic as well as artistic perspectives which reflect digital conditions within materialist discourses."
keywords = "collection archive list digital materiality material stones computer technology art design theory"
contentTypes = ["sources"]
listItemTypes = ["sources"]
source = "https://github.com/jnsprnw/stones.computer"
imprint = "https://jonasparnow.com/imprint"
privacy = "https://jonasparnow.com/privacy"
images = ["preview.png"]
version = "1.2.1"
[outputs]
home = ["HTML", "Items", "Aspects", "RSS"]
[markup.goldmark.renderer]
unsafe = true
[sitemap]
filename = "sitemap.xml"