-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.toml
More file actions
64 lines (59 loc) · 1.69 KB
/
Copy pathconfig.toml
File metadata and controls
64 lines (59 loc) · 1.69 KB
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
baseURL = "/"
title = "AlboPOP"
theme = "albopop"
copyright = "CC-BY 4.0 Ondata"
languageCode = "it"
defaultContentLanguage = "it"
# disableRSS = true
# disableKinds = ["RSS"]
preserveTaxonomyNames = true
[menu]
[[menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/ondata/albopopTwoDotZero"
weight = -100
[params]
mainSections = ["post"]
images = ["/images/share.png"]
[params.colors]
red = "#ff0000"
lred = "#ffb8b8"
blue = "#266ff0"
lblue = "#cae5f8"
dblue = "#2a9ced"
orange = "#fe9705"
green = "#3ac430"
yellow = "#0569ff"
black = "#021b44"
white = "#ffffff"
lwhite = "#f9f9f9"
grey = "#ededed"
twitter = "#55acee"
facebook = "#4465b8"
telegram = "#2da4d7"
rss = "#ff9845"
[params.fonts]
title = "'Montserrat', sans-serif"
paragraph = "'Georgia', serif"
[params.labels]
[params.labels.accessible]
name = "accessible"
title = "Accessibile"
description = "Per classificare chi pubblica scansioni di PDF"
[params.labels.standard]
name = "standard"
title = "Standard"
description = "Per chi è compliant specifiche alboPOP"
[params.labels.official]
name = "official"
title = "Ufficiale"
description = "Per chi ha emesso una delibera ufficiale"
[permalinks]
altrepa = "/altrepa/:filename"
comune = "/comune/:filename"
[outputs]
page = ["HTML","JSON"]
[taxonomies]
regione = "regione"
provincia = "provincia"