-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
29 lines (25 loc) · 1.47 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
baseURL = "https://dderom.github.io/AR-expo/public"
languageCode = "en-us"
title = "DKO en AR - demosite en playground for AR en art exhibitions"
theme = "bootstrap-bp-hugo-startpage" #"hugo-primer"
[taxonomies]
tag = "tags"
category = "categories"
artists = "artists" #used in artworks content items, to define and filter by artwork types, controlled voc in archetype
type-artworks = "type-artworks" #used in artworks content items, to define and filter by artwork types, controlled voc in archetype
exhibition = "exhibitions"
exhibition_type = "exhibition-types"
# Adding related content to HUGO enabling content and works of art to be used in various/multiple exhibitions.
# Using the related in content type 'exhibitions' and referring works of art within the exhibition.
[related]
includeNewer = false
threshold = 1 #maybe need to be modified if using search results
toLower = true
[[related.indices]] #used in exhibition-item content, to define and filter by artwork types, controlled voc in archetype exhibition-item
name = "artwork_refs"
weight = 100
includeNewer = true # Here our relationship is timeless! This prevents Hugo from ignoring newer posts
[[related.indices]] #used in exhibition-item content, to define and filter by artwork types, controlled voc in archetype exhibition-item
name = "pin-refs"
weight = 100
includeNewer = true # Here our relationship is timeless! This prevents Hugo from ignoring newer posts