jekyll-theme-minimalistic 0.2.2 → 0.2.3
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 +4 -4
- data/README.md +7 -9
- data/_sass/colors.scss +36 -34
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 389bfe7d6f421b991da016d9ec8820c689f9a056875b998646fe79768245904e
|
4
|
+
data.tar.gz: 0fdcc7100e91cce02ff00512ce45fe7291bc80762edd837685c3f8a57d1a6879
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc3427a49c4efe2f39d0b41b27cf9228eec43e50a66df60666e71f585027f92c53b2d6926d25dc2fc5013a90897f44ba2322a2a7ea6cb466063461cd80a7bc82
|
7
|
+
data.tar.gz: 0dfed0f4fa8e87503da3a1bb850350ac55c149e21a06903db243cdf445a1a64ca8ecef3620cea15cdd2eadc2def2cad7c57fd70e13f8eab9a56b4fdd736113f4
|
data/README.md
CHANGED
@@ -1,14 +1,12 @@
|
|
1
1
|
# jekyll-theme-minimalistic
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-

|
11
|
-

|
3
|
+
|
4
|
+
[](https://jekyll-themes.com/jekyll-theme-minimalistic/)
|
5
|
+
[](#)
|
6
|
+
[](#)
|
7
|
+
[](https://github.com/vaibhavvikas/jekyll-theme-minimalistic/stargazers)
|
8
|
+
[](https://github.com/vaibhavvikas/jekyll-theme-minimalistic/actions/workflows/gem-push.yml)
|
9
|
+
[](https://github.com/vaibhavvikas/jekyll-theme-minimalistic/actions/workflows/pages/pages-build-deployment)
|
12
10
|
|
13
11
|
|
14
12
|
A fork of gh-pages minimal theme with navigation in the sidebar. You can view a live demo at [Minimalistic](https://vaibhavvikas.github.io/jekyll-theme-minimalistic/).
|
data/_sass/colors.scss
CHANGED
@@ -35,10 +35,10 @@ hvr -> hover
|
|
35
35
|
|
36
36
|
@mixin colors {
|
37
37
|
// buttons
|
38
|
-
--L-a-text-hover-change: 0.8
|
38
|
+
--L-a-text-hover-change: 0.8;
|
39
39
|
--clr-a-text: hsl(200, 100%, var(--L-a-text));
|
40
40
|
--clr-a-text-hvr: hsl(200, 100%, calc(var(--L-a-text) * var(--L-a-text-hover-change)));
|
41
|
-
--clr-buttons-main-bg: hsl(0, 0%, var(--L-buttons-main-bg))
|
41
|
+
--clr-buttons-main-bg: hsl(0, 0%, var(--L-buttons-main-bg));
|
42
42
|
--clr-buttons-main-border: hsl(0, 0%, var(--L-buttons-main-border));
|
43
43
|
--clr-buttons-main-text: hsl(0, 0%, var(--L-buttons-main-text));
|
44
44
|
--clr-buttons-main-text-hover: hsl(0, 6%, var(--L-buttons-main-text-hover));
|
@@ -55,16 +55,17 @@ hvr -> hover
|
|
55
55
|
//kbd these are keyboard shortcuts eg <kbd>CMD+R</kbd>
|
56
56
|
--clr-kbd-bg: hsl(210, 25%, var(--L-kbd-bg));
|
57
57
|
--clr-kbd-border: hsl(212.7, 10.7%, var(--L-kbd-border));
|
58
|
-
--clr-kbd-border-bottom-and-shadow: hsl(210, 8.2%, var(--L-kbd-border-bottom-and-shadow))
|
58
|
+
--clr-kbd-border-bottom-and-shadow: hsl(210, 8.2%, var(--L-kbd-border-bottom-and-shadow));
|
59
59
|
--clr-kbd-text: hsl(210, 11.7%, var(--L-kbd-text));
|
60
60
|
// miscellaneous
|
61
61
|
--clr-bg: hsl(0, 0%, var(--L-bg));//the bg of the page
|
62
|
-
--clr-splitter-blockquote-and-section: hsl(0, 0%, var(--L-splitter-blockquote-and-section))
|
63
|
-
--clr-small-in-a: hsl(0, 0%, var(--L-small-in-a))
|
64
|
-
--clr-table-header-and-dt: hsl(0, 0%, var(--L-table-header-and-dt));
|
62
|
+
--clr-splitter-blockquote-and-section: hsl(0, 0%, var(--L-splitter-blockquote-and-section));
|
63
|
+
--clr-small-in-a: hsl(0, 0%, var(--L-small-in-a));
|
64
|
+
--clr-table-header-and-dt: hsl(0, 0%, var(--L-table-header-and-dt));
|
65
65
|
}
|
66
66
|
|
67
67
|
@mixin light-colors {
|
68
|
+
color-scheme: light;
|
68
69
|
// buttons
|
69
70
|
--L-a-text: 35%;
|
70
71
|
--L-buttons-main-bg: 96%;
|
@@ -89,36 +90,37 @@ hvr -> hover
|
|
89
90
|
--L-kbd-text: 30%;
|
90
91
|
// miscellaneous
|
91
92
|
--L-bg: 100%;
|
92
|
-
--L-splitter-blockquote-and-section: 90
|
93
|
+
--L-splitter-blockquote-and-section: 90%;
|
93
94
|
--L-small-in-a: 47%;
|
94
|
-
--L-table-header-and-dt: 27%;
|
95
|
+
--L-table-header-and-dt: 27%;
|
95
96
|
}
|
96
97
|
|
97
98
|
@mixin dark-colors {
|
98
|
-
|
99
|
-
|
100
|
-
--L-
|
101
|
-
--L-buttons-main-
|
102
|
-
--L-buttons-main-
|
103
|
-
--L-buttons-main-text
|
104
|
-
|
105
|
-
|
106
|
-
--L-
|
107
|
-
--L-
|
108
|
-
--L-
|
109
|
-
|
110
|
-
|
111
|
-
--L-code-
|
112
|
-
--L-code-
|
113
|
-
--L-code-
|
114
|
-
|
115
|
-
|
116
|
-
--L-kbd-
|
117
|
-
--L-kbd-border
|
118
|
-
--L-kbd-
|
119
|
-
|
120
|
-
|
121
|
-
--L-
|
122
|
-
--L-
|
123
|
-
--L-
|
99
|
+
color-scheme: dark;
|
100
|
+
// buttons
|
101
|
+
--L-a-text: 60%;
|
102
|
+
--L-buttons-main-bg: 17%;
|
103
|
+
--L-buttons-main-border: 26%;
|
104
|
+
--L-buttons-main-text: 76%;
|
105
|
+
--L-buttons-main-text-hover: 80%;
|
106
|
+
// headers + text
|
107
|
+
--L-h1-and-bold: 90%;
|
108
|
+
--L-h2: 83%;
|
109
|
+
--L-h-3-6: 76%;
|
110
|
+
--L-text: 70%;
|
111
|
+
// code blocks
|
112
|
+
--L-code-text: 80%;
|
113
|
+
--L-code-bg: 3%;
|
114
|
+
--L-code-border: 5%;
|
115
|
+
--L-code-bold-text: 100%;
|
116
|
+
//kbd these are keyboard shortcuts eg <kbd>CMD+R</kbd>
|
117
|
+
--L-kbd-bg: 30%;
|
118
|
+
--L-kbd-border: 45%;
|
119
|
+
--L-kbd-border-bottom-and-shadow: 55%;
|
120
|
+
--L-kbd-text: 100%;
|
121
|
+
// miscellaneous
|
122
|
+
--L-splitter-blockquote-and-section: 15%;
|
123
|
+
--L-bg: 10%;
|
124
|
+
--L-small-in-a: 60%;
|
125
|
+
--L-table-header-and-dt: 90%;
|
124
126
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-minimalistic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vaibhav Vikas
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-07-
|
12
|
+
date: 2022-07-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -161,7 +161,7 @@ files:
|
|
161
161
|
- assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff2
|
162
162
|
- assets/img/logo.jpg
|
163
163
|
- assets/js/scale.fix.js
|
164
|
-
homepage: https://github.com/
|
164
|
+
homepage: https://github.com/vaibhavvikas/jekyll-theme-minimalistic
|
165
165
|
licenses:
|
166
166
|
- GPL-3.0
|
167
167
|
metadata: {}
|