dark-blog-theme 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/header.html +2 -2
- data/_sass/minima/_base.scss +1 -1
- metadata +13 -13
- /data/assets/{material-theme → theme-assets/material-theme}/colors.module.css +0 -0
- /data/assets/{material-theme → theme-assets/material-theme}/theme.css +0 -0
- /data/assets/{material-theme → theme-assets/material-theme}/theme.dark.css +0 -0
- /data/assets/{material-theme → theme-assets/material-theme}/theme.light.css +0 -0
- /data/assets/{material-theme → theme-assets/material-theme}/tokens.css +0 -0
- /data/assets/{material-theme → theme-assets/material-theme}/typography.module.css +0 -0
- /data/{theme-assets → assets/theme-assets}/theme-fonts/Virgil.woff2 +0 -0
- /data/{theme-assets → assets/theme-assets}/theme-images/comp.png +0 -0
- /data/{theme-assets → assets/theme-assets}/theme-images/comp.svg +0 -0
- /data/{theme-assets → assets/theme-assets}/theme-images/logo.png +0 -0
- /data/{theme-assets → assets/theme-assets}/theme-images/logo.svg +0 -0
- /data/{theme-assets → assets/theme-assets}/theme-images/menu.svg +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a361bef6be189211a81e7cca6e8bb23b9e03741a42fc7a951ccc48c5ec62292
|
4
|
+
data.tar.gz: 94f3654c326d7c38c7a7cde2145fb026d0c3fb4d96b1fda0f2434b5ea122ead1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 292430f590ac72e193695d47026f774cebac9c1917afa227804c2cc6f54373a76eb8afee49566ae099c05730b86909a909f544bf1749cd734366da8ee66a4fd0
|
7
|
+
data.tar.gz: 279ac8354d23e0923fd743631a8391e2bffd33e2e8d8bf3c59590e640f78f4287ca2f3bac89e24ff2706716703a6bcdaac18ea97524cff2319da04a062378ac9
|
data/_includes/header.html
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
<div class="wrapper header-container">
|
3
3
|
{%- assign default_paths = site.pages | map: 'path' -%}
|
4
4
|
{%- assign page_paths = site.header_pages | default: default_paths -%}
|
5
|
-
<img class="logo" src="{{- "theme-assets/theme-images/logo.svg" | relative_url -}}">
|
5
|
+
<img class="logo" src="{{- "assets/theme-assets/theme-images/logo.svg" | relative_url -}}">
|
6
6
|
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
|
7
7
|
{%- if page_paths -%}
|
8
8
|
<nav class="site-nav">
|
9
9
|
<input type="checkbox" id="nav-trigger" class="nav-trigger">
|
10
10
|
<label for="nav-trigger">
|
11
11
|
<span class="menu-icon">
|
12
|
-
<img src="{{- "theme-assets/theme-images/menu.svg" | relative_url -}}" alt="menu-icon">
|
12
|
+
<img src="{{- "assets/theme-assets/theme-images/menu.svg" | relative_url -}}" alt="menu-icon">
|
13
13
|
</span>
|
14
14
|
</label>
|
15
15
|
|
data/_sass/minima/_base.scss
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dark-blog-theme
|
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
|
- Gul Noor
|
@@ -40,19 +40,19 @@ files:
|
|
40
40
|
- _sass/minima/_layout.scss
|
41
41
|
- _sass/minima/_syntax-highlighting.scss
|
42
42
|
- assets/main.scss
|
43
|
-
- assets/material-theme/colors.module.css
|
44
|
-
- assets/material-theme/theme.css
|
45
|
-
- assets/material-theme/theme.dark.css
|
46
|
-
- assets/material-theme/theme.light.css
|
47
|
-
- assets/material-theme/tokens.css
|
48
|
-
- assets/material-theme/typography.module.css
|
49
43
|
- assets/minima-social-icons.svg
|
50
|
-
- theme-assets/theme
|
51
|
-
- theme-assets/theme
|
52
|
-
- theme-assets/theme
|
53
|
-
- theme-assets/theme
|
54
|
-
- theme-assets/theme
|
55
|
-
- theme-assets/theme
|
44
|
+
- assets/theme-assets/material-theme/colors.module.css
|
45
|
+
- assets/theme-assets/material-theme/theme.css
|
46
|
+
- assets/theme-assets/material-theme/theme.dark.css
|
47
|
+
- assets/theme-assets/material-theme/theme.light.css
|
48
|
+
- assets/theme-assets/material-theme/tokens.css
|
49
|
+
- assets/theme-assets/material-theme/typography.module.css
|
50
|
+
- assets/theme-assets/theme-fonts/Virgil.woff2
|
51
|
+
- assets/theme-assets/theme-images/comp.png
|
52
|
+
- assets/theme-assets/theme-images/comp.svg
|
53
|
+
- assets/theme-assets/theme-images/logo.png
|
54
|
+
- assets/theme-assets/theme-images/logo.svg
|
55
|
+
- assets/theme-assets/theme-images/menu.svg
|
56
56
|
homepage: https://github.com/gulnoor/jekyll-blog-theme
|
57
57
|
licenses:
|
58
58
|
- MIT
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|