-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
49 lines (46 loc) · 1.13 KB
/
config.yaml
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
baseURL: "https://experiments.ecosounds.org/"
languageCode: "en-au"
title: "QUT Ecoacoustics Interaction Experiments"
theme: ~
staticDir:
- static
enableGitInfo: true
relativeURLs: true
disablePathToLower: true
taxonomies:
tag: tags
permalinks:
#post: '/:filename/'
params:
description: QUT Ecoacoustics Interaction Experiments
contentBackgroundColor: '#fefefe'
contentTextColor: '#212529'
contentLinkColor: '#007bff'
contentLinkHoverColor: '#0056b3'
navbarBackgroundColor: '#212529'
navbarLinkColor: 'rgba(255, 255, 255, 0.75)'
navbarLinkHoverColor: 'rgba(255, 255, 255, 1)'
wrapperMaxWidth: 1800px
customDateFormat: '2006-01-02'
customCodeStyle: true
customBlockquoteStyle: true
showPostSummary: false
googleAnalytics: UA-48132665-6
cookieConsent: false
faviconSafariPinnedTabColor: '#00467F'
faviconMsApplicationTileColor: '#00467F'
faviconThemeColor: '#00467F'
menu:
nav:
- name: Experiments
url: /experiments
weight: 1
# - name: Tags
# url: /tags/
# weight: 2
- name: About
url: /about/
weight: 3
# - name: RSS
# url: /index.xml
# weight: 4