-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yaml
47 lines (43 loc) · 972 Bytes
/
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
baseurl: 'https://cs.calvin.edu/courses/cs/344/23sp/'
languageCode: "en-us"
title: "CS 344 Spring 2023 at Calvin University"
theme: "hugo-xmin"
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
footnotereturnlinkcontents: "↩"
relativeURLs: true
canonifyURLs: true
permalinks:
note: "/note/:year/:month/:day/:slug/"
post: "/post/:year/:month/:day/:slug/"
menu:
main:
- name: Home
url: ""
weight: 1
- name: Syllabus
url: "/syllabus"
weight: 2
- name: Units
url: "/units"
weight: 4
- name: "Outline"
url: "/outline"
weight: 5
- name: Discussions
url: "/discussions/"
weight: 6
- name: Project
url: "/project"
weight: 7
- name: Resources
url: "/resources"
weight: 8
params:
description: ""
footer: "© [Ken Arnold](https://kenarnold.org) 2021 -- {Year}"
markup:
highlight:
codeFences: true
goldmark:
renderer:
unsafe: true