minduim 1.0.2 → 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/_config.yml +76 -72
- 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/default.html +3 -0
- data/_layouts/page.html +13 -13
- data/_layouts/post.html +74 -74
- data/assets/css/base.css +432 -430
- data/assets/css/layout.css +235 -235
- data/assets/css/syntax.css +425 -425
- data/assets/css/theme.css +40 -40
- data/assets/images/favicon.png +0 -0
- metadata +2 -1
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
|
+
}
|
Binary file
|
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
|
@@ -146,6 +146,7 @@ files:
|
|
146
146
|
- assets/css/layout.css
|
147
147
|
- assets/css/syntax.css
|
148
148
|
- assets/css/theme.css
|
149
|
+
- assets/images/favicon.png
|
149
150
|
homepage: https://minduim.arthr.dev
|
150
151
|
licenses:
|
151
152
|
- MIT
|