-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
103 lines (95 loc) · 2.02 KB
/
_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
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
# Custom fields
title: "AskClass Course Theme"
description: >
Organize your analog or digital course using this template
to make the syllabus and content easy to read and mobile.
ignore_theme_config: false
acc:
date_format: "%b %d, %y"
short_name: "AC Course"
color:
theme: "#ffc100"
bg: "#222"
url: "https://acc.askclass.com"
categories:
- education
social:
twitter: "askclass_com"
logo:
image: "logo-icon.svg"
size: 70
height: 70
alt_image: "logo.svg"
alt_size: 200
sizes: [ 48, 96, 144, 192, 300, 512 ]
shortcuts:
- name: Syllabus
url: /session/session-01
desc: Class syllabus and contact information
meta:
apple_icon: "logo-300.png"
og_image: "logo-square-512.png"
shortcut:
favicon: "favicon.ico"
type: "image/png"
image: "logo-96.png"
keywords: >
edtech,
education,
technology,
learning,
teaching,
student,
educator,
university
footer:
- href: "https://askclass.com"
text: "AskClass"
- href: "https://news.askclass.com"
text: "News"
- href: "https://app.askclass.com"
text: "Classroom OS"
- href: "https://github.com/beAuthentic/askclass-course-theme"
text: "GitHub"
icon: "electric_bolt"
font_families:
- Teko
- Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700
- Josefin+Sans
- Share+Tech+Mono
- Lexend
- Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200
collections_dir: content
collections:
session:
output: true
segment:
output: true
defaults:
- scope:
path: "*.html"
values:
layout: "default"
- scope:
type: "session"
values:
layout: "session"
- scope:
type: "segment"
values:
layout: "segment"
sass:
style: compact
sourcemap: never
include:
- index.html
- 404.html
- pwabuilder-sw.js
- content
exclude:
- README.md
- LICENSE
- Gemfile
- askclass-course-theme.gemspec
- CNAME
- runme.sh