-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
114 lines (101 loc) · 3.37 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
baseURL = 'https://planet.qgis.org/'
languageCode = 'en-us'
title = 'QGIS Planet Website'
theme = 'hugo-bulma-blocks-theme'
# Default pagination.
# Can override this when needed e.g. {{ range (.Paginator 5).Pages }}
paginate = 10
# See https://mertbakir.gitlab.io/hugo/syntax-highlighting-in-hugo/
pygmentsUseClasses = true
pygmentsCodefences = true
# Folders in these folders get published automatically
staticDir = ['static']
# See https://gohugo.io/templates/robots/
# Set it to false to create a robots.txt file without using a template.
# The file robot.txt will be copied into the root folder when building
# the static file
enableRobotsTXT = false
# URL structure
[permalinks]
categories = "/categories/:slug/"
tags = "/tags/:slug/"
subscribers = "/subscribers/:slug/"
# Taxonomies
[taxonomies]
category = "categories"
tag = "tags"
subscriber = "subscribers"
[params]
enableTagCloud = true
# Display count of posts under each
# category?
displayPostsCount = true
# commit hash file
commitFile = "config/commit.toml"
githubRepo = "https://github.com/qgis/QGIS-Planet-Website"
# Brand colours:
primary1 = "#589632"
primary2 = "#55828b"
primary3 = "#395c6b"
primary4 = "#EEE766"
primary5 = "#93B023"
primary6 = "#ee7913"
primary1-invert = "#fff"
primary2-invert = "#eeeeee"
primary3-invert = "#eeeeee"
primary4-invert = "#363636"
primary5-invert = "#eeeeee"
primary6-invert = "#fff"
links = "#3A9800"
# TODO update these to gradient colours like above
complementary1 = "#93B023"
complementary2 = "#ee7913"
complementary3 = "#EEE766"
complementary4 = "#93b023"
complementary5 = "#a7cecb"
complementary6 = "#589732"
complementary7 = "#93B022"
complementary8 = "#385C6B"
light1 = "#fbfbfb"
light2 = "#eeeeee"
light3 = "#E7E7E7"
dark1 = "#808080"
dark2 = "#000"
text-primary1 = "#002033"
text-primary2 = "#4D6370"
# Bulma specific colours based on our branding
black = "#000"
white = "#ffffff"
grey-dark = "#444444"
grey-darker = "#363636"
grey-light = "#d4d4d4"
primary = "#a7cecb"
danger = "#ee7913"
info = "#93b023"
success = "#589632"
warning = "#EEE766"
link-color = "#589632"
# Brand fonts to override bulma font families
heading-font = "'Twemoji Country Flags', 'Trueno', sans-serif"
text-font = "'Twemoji Country Flags', 'Trueno', sans-serif"
fancy-font = "'Sevillana', cursive"
menuFontClass = "is-size-6"
## Gh repo for site footer (include trailing slash)
githubUrl = "https://github.com/kartoza/hugo-bulma-blocks-theme/"
## GH Repo for filing a new issue
githubIssueUrl = "https://github.com/kartoza/hugo-bulma-blocks-theme/issues/new/choose"
### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links)
githubEditUrl = "https://github.com/kartoza/hugo-bulma-blocks-theme/edit/main"
### Radius for boxes
corner-radius = "0px"
## Url to navigation web component
uniNavHeaderUrl = 'https://qgis.github.io/qgis-uni-navigation/index.js'
uniNavHeaderLocationPrefix = "https://qgis.org"
## Url to news feed. After URL change you have to check
## themes/hugo-bulma-blocks-theme/layouts/partials/contextmenu.html
## file to ensure that it adresses the correct keys
newsfeed ='https://feed.qgis.org/?lang=en&json=1'
## This will turn on Coockie popup. True to show popup
cookiesstate = false
[outputs]
home = ["HTML", "RSS", "JSON"]