forked from compsoc-edinburgh/betterinformatics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
33 lines (28 loc) · 838 Bytes
/
_config.yml
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
description: Welcome to Better Informatics. The student run website for students in the School of Informatics.
sass:
sourcemap: true
url: "https://betterinformatics.com" # update previous line
domain: "betterinformatics.com" # update next line
baseurl: "" # does not include hostname
collections:
sections:
pages:
output: true
permalink: "/:path"
defaults:
- scope:
path: ""
type: "sections"
values:
pinned: false # by default, not pinned
semester: 100 # "Other" stuff is pushed to the end
archived: false
course-acronym: ""
layout: "section"
learn: true
- scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "frontpage"
show-archived: false