-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
107 lines (94 loc) · 2.01 KB
/
_config.yml
File metadata and controls
107 lines (94 loc) · 2.01 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Course Configuration Template
# Replace COURSECODE with your course code (e.g., mlfc, advds, mlphysical)
# Replace COURSETITLE with your course title
title: COURSETITLE
description: COURSE_DESCRIPTION
baseurl: "/COURSECODE"
url: "https://mlatcl.github.io"
# Build settings
markdown: kramdown
permalink: pretty
github_username: mlatcl
colab: https://colab.research.google.com
nbviewer: https://nbviewer.jupyter.org
slidesdir: slides
reveal:
width: 512
height: 384
youtube:
width: 512
height: 384
# Collections
collections:
updates:
output: true
lectures:
permalink: /lectures/:title:output_ext
output: true
sort_by: week
casestudies:
permalink: /casestudies/:title:output_ext
output: true
sort_by: label
practicals:
permalink: /practicals/:title:output_ext
output: true
sort_by: week
directory: _practicals
projects:
permalink: /projects/:title:output_ext
output: true
sort_by: date
directory: _projects
# GitHub integration
ghub:
edit: true
repository: COURSECODE
future: true
# Build settings
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-remote-theme
- jekyll-paginate-v2
sass:
sass_dir: _sass
# Pagination
pagination:
enabled: true
per_page: 5
permalink: '/page/:num/'
title: ':title'
limit: 0
sort_field: 'date'
sort_reverse: true
# Use the ML@CL Jekyll theme
remote_theme: mlatcl/jekyll-theme
twitter_svg: ./assets/images/social-tw.svg
facebook_svg: ./assets/images/social-fb.svg
instagram_svg: ./assets/images/social-in.svg
image_root: ./assets/images/
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- slides/reveal.js/plugin/markdown/example
- slides/reveal.js/plugin/markdown/example
- slides/reveal.js-3.8.0/plugin/markdown/example
- slides/reveal.js-3.8.0/test/
- slides/reveal.js-3.8.0/css/theme/
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- node_modules
- vendor
- .git
- .github
- .DS_Store
- backlog/
- cip/
- ai-requirements/
- tenets/
- docs/
- scripts/
- test/