askclass-home-theme 0.0.3 → 0.0.4

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: 79ebf39a48585ebae94e085b232f0dbc42f2d46952ae8a56da8da1d3ca6a5a99
4
- data.tar.gz: 48058a39723ed90712494c140656d44a2baf7c0d3207b126b1c5d74635433b26
3
+ metadata.gz: b394cb0ccaff8e07e1741e2480f78a1e002733d7cb3bc94830ceded61dda80d1
4
+ data.tar.gz: dd103398ab46a34bca8802f46b8e048dd0dbf73e2858ce345ad2cf3bbcc095ac
5
5
  SHA512:
6
- metadata.gz: 1d23621970fd3b4cb5eef33e4a2562024471f79f11e501f2af0cfacff6f19b23afda6e5e1425aff7eabc3714543bbcc3c0435ba3cc50497d29e4378f91c7e526
7
- data.tar.gz: ff5fd23501809244455acf97d7b390f78677230b40471a46f22105ff9ef3532321d3b0065d9392a980e1e49c37fd765c6a42f8168c4c3f801bb1d9b47867608d
6
+ metadata.gz: 7c5327bac9a6b5b01d6b32539355357adb478f5c47a2c55ea0d783ecd7c0ee64202adf0bbf3c07f36b8027b2a16ad1e626d728f0d671a6662097023a816887af
7
+ data.tar.gz: 955011743e641ee956a626a253795cd31e3231755b5c4eb7dc8ce901e26caef14500763a97401b14f949cd79c0f45f5fffa6cd8009e28e1238b830fec791e06b
data/README.md CHANGED
@@ -8,7 +8,8 @@ Simple responsive Jekyll theme for a home page.
8
8
  Starting fresh:
9
9
  ```sh
10
10
  $ echo 'source "https://rubygems.org"' > Gemfile
11
- $ echo 'theme: askclass-home-theme/ > _config.yml
11
+ $ echo 'gem "askclass-home-theme"' >> Gemfile
12
+ $ echo 'theme: askclass-home-theme' > _config.yml
12
13
  $ bundle
13
14
  $ jekyll serve
14
15
  ```
data/_sass/_base.scss CHANGED
@@ -206,3 +206,5 @@ footer {
206
206
  .nav-buttons {
207
207
  margin: 0 1em;
208
208
  }
209
+
210
+ @import "media";
@@ -0,0 +1,25 @@
1
+ $font-main: 'Open Sans', sans-serif;
2
+ $font-mono: 'Share Tech Mono', monospace;
3
+ $font-special: 'Josefin Sans', sans-serif;
4
+ $font-secondary: 'Lora', serif;
5
+ $font-tertiary: 'Lexend', sans-serif;
6
+
7
+ $color-primary: white;
8
+ $color-secondary: floralwhite;
9
+ $color-tertiary: #2cdd88;
10
+ $color-fg: #333;
11
+ $color-bg: whitesmoke;
12
+ $color-dark: #444;
13
+ $color-link: deeppink;
14
+ $color-theme: #ffc100;
15
+
16
+ $color-row-odd: #2a2a2a;
17
+ $color-row-even: #2f2f2f;
18
+
19
+ $color-button-fg: #fff;
20
+ $color-button-bg: #ff4713;
21
+ $color-button2-fg: #fff;
22
+ $color-button2-bg: #222;
23
+ $color-code-bg: #222;
24
+
25
+ $content-width: 1200px;
data/_sass/init.scss CHANGED
@@ -1,34 +1,6 @@
1
- $font-main: 'Open Sans', sans-serif;
2
- $font-mono: 'Share Tech Mono', monospace;
3
- $font-special: 'Josefin Sans', sans-serif;
4
- $font-secondary: 'Lora', serif;
5
- $font-tertiary: 'Lexend', sans-serif;
1
+ // Overriding custom variables. See:
2
+ // https://github.com/beAuthentic/askclass-home-theme/blob/main/_sass/_defaults.scss
6
3
 
7
- $color-primary: white;
8
- $color-secondary: floralwhite;
9
- $color-tertiary: #2cdd88;
10
- $color-fg: #333;
11
- $color-bg: whitesmoke;
12
- $color-dark: #444;
13
- $color-link: deeppink;
14
- $color-theme: #ffc100;
15
-
16
- $color-row-odd: #2a2a2a;
17
- $color-row-even: #2f2f2f;
18
-
19
- $color-button-fg: #fff;
20
- $color-button-bg: #ff4713;
21
- $color-button2-fg: #fff;
22
- $color-button2-bg: #222;
23
- $color-code-bg: #222;
24
- $color-card-bg: whitesmoke;
25
- $color-card-fg: #444;
26
-
27
- $card-font-size: 16px;
28
-
29
- $content-width: 1200px;
30
-
31
- $grid-width: 180px;
32
- $grid-image-height: 180px;
33
-
34
- @import "media", "base";
4
+ // Example, to overwrite default bg/fg colors specified in the file above:
5
+ // $color-bg: black;
6
+ // $color-fg: white;
@@ -1,3 +1,3 @@
1
1
  ---
2
2
  ---
3
- @import "init", "base", "section";
3
+ @import "section", "defaults", "init", "base";
@@ -1,3 +1,3 @@
1
1
  ---
2
2
  ---
3
- @import "post", "init";
3
+ @import "post", "defaults", "init", "base";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: askclass-home-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass
@@ -50,6 +50,7 @@ files:
50
50
  - _sass/_base.scss
51
51
  - _sass/_bullets.scss
52
52
  - _sass/_colors.scss
53
+ - _sass/_defaults.scss
53
54
  - _sass/_media.scss
54
55
  - _sass/_post.scss
55
56
  - _sass/_section.scss