askclass-course-theme 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca131df680fc8901032da971128f6cff0ffcd95fddf62557450e70c4138f3fee
4
- data.tar.gz: 8e74cc5df19ff760df82172d3c8e59e5203dd8c86f5933e067b554114ceeaa86
3
+ metadata.gz: d1b0a0f9795845f8255a7ee1a85827b03e4397023fb58bdccc04d9cc1159a42e
4
+ data.tar.gz: 87cf066ce6b8074390d6346d0af7cb1364d0da61d14d49b439bd9176b5de5678
5
5
  SHA512:
6
- metadata.gz: a792727db693974fcd0d7cf3a84cb3f90b040a1320a94d32462eb2b980355a3658954d3f17bc46f0e52d8df2884cc9780d01bb81a5731464f3bc9ab3009a2b17
7
- data.tar.gz: 3c9c4410b2210f2b4d4ee09aca9835082f11efbdd95d4aeff045aaef049778c6b17841f3a53483c5578458dbb7e0882cd64c29ff5f1e8564d2abe72693d03e80
6
+ metadata.gz: 5e9a9a43680cff02513dde129387665f0623163050f42b7cc85e1ae62af6c2caecfc262ba4f86836a189efa515d41eb504ed99ce6310292198d20ae2ecd7729c
7
+ data.tar.gz: 16c7601bb1b7f4cfaac4aa708c5ca0ebc8dccea728734fc02f2f775110475b9247af5c40db17a77feb614134ccf75e6936360557b34790a62bdec6e6165c57d9
data/_config.yml CHANGED
@@ -4,6 +4,8 @@ description: >
4
4
  Organize your analog or digital course using this template
5
5
  to make the syllabus and content easy to read and mobile.
6
6
 
7
+ ignore_theme_config: false
8
+
7
9
  acc:
8
10
  date_format: "%b %d, %y"
9
11
  short_name: "AC Course"
@@ -52,7 +54,6 @@ acc:
52
54
  - icon: "toys"
53
55
  href: "https://app.askclass.com"
54
56
  text: "Icebreakers"
55
- # Donot change the below (will figure something out later)
56
57
  font_families:
57
58
  - Teko
58
59
  - Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700
@@ -84,6 +85,7 @@ defaults:
84
85
 
85
86
  sass:
86
87
  style: compact
88
+ sourcemap: never
87
89
 
88
90
  include:
89
91
  - index.html
@@ -28,7 +28,3 @@ $content-width: 600px;
28
28
 
29
29
  $grid-width: 180px;
30
30
  $grid-image-height: 180px;
31
-
32
- @import
33
- "init",
34
- "base";
@@ -1,8 +1,3 @@
1
1
  ---
2
2
  ---
3
-
4
- @import
5
- "post",
6
- "bubbles",
7
- "default";
8
-
3
+ @import "post", "bubbles", "default", "init", "base";
@@ -1,6 +1,3 @@
1
1
  ---
2
2
  ---
3
-
4
- @import
5
- "grid",
6
- "default";
3
+ @import "grid", "default", "init", "base";
@@ -1,6 +1,3 @@
1
1
  ---
2
2
  ---
3
-
4
- @import
5
- "post",
6
- "default";
3
+ @import "post", "default", "init", "base";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: askclass-course-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-20 00:00:00.000000000 Z
11
+ date: 2023-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -66,6 +66,7 @@ files:
66
66
  - _sass/_base.scss
67
67
  - _sass/_bubbles.scss
68
68
  - _sass/_bullets.scss
69
+ - _sass/_default.scss
69
70
  - _sass/_grid.scss
70
71
  - _sass/_paginator.scss
71
72
  - _sass/_post.scss
@@ -73,7 +74,6 @@ files:
73
74
  - _sass/_tab.scss
74
75
  - _sass/_table.scss
75
76
  - _sass/_video.scss
76
- - _sass/default.scss
77
77
  - _sass/init.scss
78
78
  - assets/css/dialog.scss
79
79
  - assets/css/segment.scss