minduim 1.0.3 → 1.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 +4 -4
- data/_includes/footer.html +16 -16
- data/_includes/header.html +31 -31
- data/_includes/post.html +25 -25
- data/_includes/sidebar.html +31 -31
- data/_includes/widget.html +5 -5
- data/_layouts/archive.html +41 -41
- data/_layouts/blog.html +35 -35
- data/_layouts/page.html +13 -13
- data/_layouts/post.html +74 -74
- data/assets/css/base.css +1 -1
- data/assets/css/layout.css +235 -235
- data/assets/css/syntax.css +425 -425
- data/assets/css/theme.css +40 -40
- metadata +2 -2
data/assets/css/theme.css
CHANGED
@@ -1,40 +1,40 @@
|
|
1
|
-
/*
|
2
|
-
Theme Options
|
3
|
-
Replace this file in your site repo and uncomment the values you
|
4
|
-
would like to change.
|
5
|
-
*/
|
6
|
-
|
7
|
-
:root {
|
8
|
-
/*
|
9
|
-
Typography
|
10
|
-
*/
|
11
|
-
/*--font-family-base: ui-sans-serif, sans-serif;*/
|
12
|
-
/*--font-family-headings: var(--font-family-base);*/
|
13
|
-
/*--font-family-quote: ui-serif, serif;*/
|
14
|
-
/*--font-family-code: ui-monospace, monospace;*/
|
15
|
-
/*--font-size-base: 16px;*/
|
16
|
-
/*--font-size-small: 0.875em;*/
|
17
|
-
/*
|
18
|
-
Colors
|
19
|
-
*/
|
20
|
-
/*--color-background: var(--white);*/
|
21
|
-
/*--color-foreground: var(--black);*/
|
22
|
-
/*--color-accent: var(--yellow);*/
|
23
|
-
/*--color-accent-alt: var(--red);*/
|
24
|
-
/*--color-details: var(--gray);*/
|
25
|
-
/*
|
26
|
-
Details
|
27
|
-
*/
|
28
|
-
/*--radius: 0.5rem;*/
|
29
|
-
/*--border: 1px dotted var(--color-details);*/
|
30
|
-
/*--shadow: 0 0 7px var(--color-details);*/
|
31
|
-
/*--transition-duration: 0.36s;*/
|
32
|
-
/*
|
33
|
-
Color palette
|
34
|
-
*/
|
35
|
-
/*--white: rgb(255, 255, 255);*/
|
36
|
-
/*--black: rgb(44, 44, 44);*/
|
37
|
-
/*--gray: rgb(133, 146, 158);*/
|
38
|
-
/*--red: rgb(231, 76, 60);*/
|
39
|
-
/*--yellow: rgb(241, 196, 15);*/
|
40
|
-
}
|
1
|
+
/*
|
2
|
+
Theme Options
|
3
|
+
Replace this file in your site repo and uncomment the values you
|
4
|
+
would like to change.
|
5
|
+
*/
|
6
|
+
|
7
|
+
:root {
|
8
|
+
/*
|
9
|
+
Typography
|
10
|
+
*/
|
11
|
+
/*--font-family-base: ui-sans-serif, sans-serif;*/
|
12
|
+
/*--font-family-headings: var(--font-family-base);*/
|
13
|
+
/*--font-family-quote: ui-serif, serif;*/
|
14
|
+
/*--font-family-code: ui-monospace, monospace;*/
|
15
|
+
/*--font-size-base: 16px;*/
|
16
|
+
/*--font-size-small: 0.875em;*/
|
17
|
+
/*
|
18
|
+
Colors
|
19
|
+
*/
|
20
|
+
/*--color-background: var(--white);*/
|
21
|
+
/*--color-foreground: var(--black);*/
|
22
|
+
/*--color-accent: var(--yellow);*/
|
23
|
+
/*--color-accent-alt: var(--red);*/
|
24
|
+
/*--color-details: var(--gray);*/
|
25
|
+
/*
|
26
|
+
Details
|
27
|
+
*/
|
28
|
+
/*--radius: 0.5rem;*/
|
29
|
+
/*--border: 1px dotted var(--color-details);*/
|
30
|
+
/*--shadow: 0 0 7px var(--color-details);*/
|
31
|
+
/*--transition-duration: 0.36s;*/
|
32
|
+
/*
|
33
|
+
Color palette
|
34
|
+
*/
|
35
|
+
/*--white: rgb(255, 255, 255);*/
|
36
|
+
/*--black: rgb(44, 44, 44);*/
|
37
|
+
/*--gray: rgb(133, 146, 158);*/
|
38
|
+
/*--red: rgb(231, 76, 60);*/
|
39
|
+
/*--yellow: rgb(241, 196, 15);*/
|
40
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minduim
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arthur Freitas
|
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
170
|
- !ruby/object:Gem::Version
|
171
171
|
version: '0'
|
172
172
|
requirements: []
|
173
|
-
rubygems_version: 3.
|
173
|
+
rubygems_version: 3.6.9
|
174
174
|
specification_version: 4
|
175
175
|
summary: A charming blog theme for Jekyll.
|
176
176
|
test_files: []
|