-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.config.yaml
More file actions
64 lines (54 loc) · 1.25 KB
/
example.config.yaml
File metadata and controls
64 lines (54 loc) · 1.25 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: 'https://rmi.lbi.ro/'
title: Romanian Master of Sciences Example Config
languageCode: en-us
enableRobotsTXT: true
canonifyURLs: true
theme: rms-theme
staticDir:
- static/
- favicon/
params:
logo: /assets/logo.svg
heading: 'October 1rd - October 2th, 2048'
author: Ciprian Ionescu
author_url: 'https://ciprian-ionescu.com/'
useSlider: false
baseColor: '#a50'
finished: false
menu:
main:
- identifier: root
name: RMS 2048
title: RMS 2048
weight: 1
- identifier: organisation
name: RMS Organisation
title: RMS Organisation
weight: 2
- identifier: contest
name: RMS Contest
title: RMS Contest
weight: 3
- identifier: info
name: General Information
title: General Information
weight: 4
- url: 'https://en.wikipedia.org/wiki/Romania'
name: About Romania
title: About Romania
parent: info
weight: 1
- url: 'https://en.wikipedia.org/wiki/Bucharest'
name: About Bucharest
title: About Bucharest
parent: info
weight: 2
- url: 'http://www.romaniatourism.com/'
name: Tourist Guide
title: Tourist Guide
parent: info
weight: 3
markup:
goldmark:
renderer:
unsafe: true