aemi 1.0.12 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91c13f465d6c60b80b8001b1857895b4ef65a326955ac72f42033199c335fb1c
4
- data.tar.gz: 389f840482e23b3895e6d7f0c05326ad0732c49d5c9b0640bf4b6bac20f53008
3
+ metadata.gz: dd5cecc187313e061735c180ba5d488e67ae308914ee9b2e41b3fafb748d5b07
4
+ data.tar.gz: f4f187d899ddea781377d6f12a70faea92758b227b9dbcb716289066b3a105a9
5
5
  SHA512:
6
- metadata.gz: 32179e35aefc73874d70841eb3fd41687766f38f6ec246e480e014cf279b91c68a6bc8d28f8b089c155d93ee85352cac84839c0e6882e9a3faacf14d868cc10f
7
- data.tar.gz: 2a4a361fc8965e4cab7517a2a177f139fe4231e3315a3b7133734629e9b8c0e21cd573d51cce02a577bd14627b7810c981df51f25a64dd009c3181888a1c5438
6
+ metadata.gz: 3a64e0c8cca89fc1e59aa7099a6b0c000d3def0a1db277a74b103fe1c83449c019b3fda4b38241bbc3288d92f00cd784766e155324643ef209328a3d2a53c131
7
+ data.tar.gz: 637c22e3b7601112a29e187ae6d052f3e504054c3b0f4cf6435dbb13c7068e59d153f0a179b2048f74079fe428e608e4e4f3f4a8410ccf8c70523a98feb697a8
@@ -1,27 +1,27 @@
1
1
  :root {
2
2
  // !default
3
- --d-text-color: #fdfdfd;
4
- --d-text-color-i: #111;
5
- --l-text-color: #111;
6
- --l-text-color-i: #fdfdfd;
3
+ --d-text-color: hsl( 0%, 0%, 99% );
4
+ --d-text-color-i: hsl( 0%, 0%, 7% );
5
+ --l-text-color: hsl( 0%, 0%, 7% );
6
+ --l-text-color-i: hsl( 0%, 0%, 99% );
7
7
 
8
8
  // lighten, 18%
9
- --d-lighten-text-color: #f8f8f8;
10
- --d-lighten-text-color-i: #191919;
11
- --l-lighten-text-color: #191919;
12
- --l-lighten-text-color-i: #f8f8f8;
9
+ --d-lighten-text-color: hsl( 0%, 0%, 97% );
10
+ --d-lighten-text-color-i: hsl( 0%, 0%, 10% );
11
+ --l-lighten-text-color: hsl( 0%, 0%, 10% );
12
+ --l-lighten-text-color-i: hsl( 0%, 0%, 97% );
13
13
 
14
14
  // !default
15
- --d-darken-text-color: #fff;
16
- --d-darken-text-color-i: #000;
17
- --l-darken-text-color: #000;
18
- --l-darken-text-color-i: #fff;
15
+ --d-darken-text-color: hsl( 0%, 0%, 100% );
16
+ --d-darken-text-color-i: hsl( 0%, 0%, 0% );
17
+ --l-darken-text-color: hsl( 0%, 0%, 0% );
18
+ --l-darken-text-color-i: hsl( 0%, 0%, 100% );
19
19
 
20
20
  // !default
21
- --d-background-color: #171717;
22
- --d-background-color-i: #fdfdfd;
23
- --l-background-color: #fdfdfd;
24
- --l-background-color-i: #171717;
21
+ --d-background-color: hsl( 0%, 0%, 9% );
22
+ --d-background-color-i: hsl( 0%, 0%, 99% );
23
+ --l-background-color: hsl( 0%, 0%, 99% );
24
+ --l-background-color-i: hsl( 0%, 0%, 9% );
25
25
 
26
26
  // !default
27
27
  --d-background-color-lighten: hsl(0, 0%, 13%);
data/robots.txt CHANGED
@@ -3,3 +3,5 @@ Disallow: /assets/
3
3
 
4
4
  User-agent: *
5
5
  Allow: /
6
+
7
+ Sitemap: /sitemap.xml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aemi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume C
@@ -198,7 +198,6 @@ files:
198
198
  - assets/font-files/JetBrainsMono-Regular.woff2
199
199
  - assets/font-files/JetBrainsMono-Thin.woff2
200
200
  - assets/font-files/JetBrainsMono-ThinItalic.woff2
201
- - assets/index.html
202
201
  - assets/main.scss
203
202
  - robots.txt
204
203
  homepage: https://github.com/aemi-dev/aemi-jekyll-theme
data/assets/index.html DELETED
File without changes