-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yaml
68 lines (58 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
baseURL: "https://www.callio.pe/"
languageCode: "en-gb"
title: "Calliope"
theme: "calliope"
pygmentsCodeFences: true
pygmentsUseClasses: true
pygmentsStyle: friendly
rssLimit: 10
paginate: 5
sectionPagesMenu: shadow
markup:
goldmark:
renderer:
unsafe: true
parser:
attribute:
block: true
title: true
permalinks:
pages: /:title
models: /models/:title
news: /news/:year/:month/:title
params:
description: "Calliope is a free and open-source (Apache 2.0 licensed) tool that makes it easy to build energy system models at scales ranging from urban districts to entire continents."
# Main sections (currently used for the recent posts in the sidebar)
mainSections: ["news"]
# Date format (default: Jan 2, 2006)
# date_format: "Jan 2, 2006"
# Display post summaries instead of content in list templates (default: true)
# truncate: false
sidebar:
showRecent: true # Whether to show the recent posts or not (default: true)
num_recent_posts: 3 # How many posts to show on the sidebar (Default: 5)
outputs:
home: ["HTML"] # Default includes RSS
section: ["HTML", "RSS"]
menu:
main:
- identifier: models
name: Research
title: Research
url: /research/
weight: 30
- identifier: partners-and-team
name: Partners and team
title: Partners and team
url: /partners-and-team/
weight: 40
- identifier: support
name: Support
title: Support
url: /support/
weight: 50
- identifier: news
name: News
title: News
url: /news/
weight: 100