jekyll-dash 1.3.6 → 1.4.0
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 +5 -6
- data/_sass/dash/_layout.scss +5 -1
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de1ce65b9f22f8f2fac3eb380d4d048a63aff7865d0963674eb2ee3c43bc77ad
|
4
|
+
data.tar.gz: d4fef6add938fcf99a1143de0756ce247757698da720753c3a8bc778211347ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d81ecb6c79bc93472ef5f52e118497951fc2cccc3a7c8b2f4496759261c85b35b13c68bebe78abd04a85162ff7c0588484c140fb61924a03ac4415d99f9c25d
|
7
|
+
data.tar.gz: f83f385497777dba2de1af56f64c2a0a9bef8f46a557096e7138811ba5d594daff473c2f5e258009c0a8b547c4754251ed2ce38f9e2681a22035ae3b3ff960d6
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
A dark and light theme for Jekyll, inspired by Dash UI for Atom. 🌒☀
|
5
5
|
|
6
|
-
|
6
|
+

|
7
7
|
[](LICENSE.MD)
|
8
8
|
[](http://rubygems.org/gems/jekyll-dash "View this project in Rubygems")
|
9
9
|
[](https://rubygems.org/gems/jekyll-dash "Number of Gem downloads")
|
@@ -25,7 +25,7 @@ gem 'jekyll-dash', '~> 1.0.0'
|
|
25
25
|
|
26
26
|
For **Jekyll 4**:
|
27
27
|
```ruby
|
28
|
-
gem 'jekyll-dash', '~> 2.
|
28
|
+
gem 'jekyll-dash', '~> 2.1.0'
|
29
29
|
```
|
30
30
|
|
31
31
|
And add this line to your Jekyll site's `_config.yml`:
|
@@ -86,12 +86,11 @@ dash:
|
|
86
86
|
```
|
87
87
|
## Using this theme directly on Github Pages
|
88
88
|
|
89
|
-
Please keep in mind that Github Pages does only support [a limited list of Jekyll plugins](https://pages.github.com/versions/). You will be able to use this theme on Github Pages but some functionality might not be available, for example displaying tags. In order to use this theme to a full extend, you have to generate the `_site`
|
89
|
+
Please keep in mind that Github Pages does only support [a limited list of Jekyll plugins](https://pages.github.com/versions/). You will be able to use this theme on Github Pages but some functionality might not be available, for example displaying tags. In order to use this theme to a full extend, you have to generate the `_site` [separately via Github Actions](https://jekyllrb.com/docs/continuous-integration/github-actions/).
|
90
90
|
|
91
|
-
|
91
|
+
* `<username>.github.io` - contains main source branch and orphan gh-pages branch ([see example](https://github.com/bitbrain/bitbrain.github.io))
|
92
92
|
|
93
|
-
|
94
|
-
* `<username>.github.io` - contains generated webpage, pushed automatically via TravisCI ([see example](https://github.com/bitbrain/bitbrain.github.io))
|
93
|
+
I have created [a guide on how to set this up here](https://bitbra.in/2021/10/03/host-your-own-blog-for-free-with-custom-domain.html).
|
95
94
|
|
96
95
|
You are not required to do this, but keep in mind that some functionality might not be available when using the Jekyll generator on Github directly!
|
97
96
|
|
data/_sass/dash/_layout.scss
CHANGED
@@ -169,7 +169,7 @@
|
|
169
169
|
}
|
170
170
|
|
171
171
|
& > p {
|
172
|
-
display: block;
|
172
|
+
display: inline-block;
|
173
173
|
padding-left: 3em;
|
174
174
|
}
|
175
175
|
|
@@ -182,6 +182,10 @@
|
|
182
182
|
font-size: 2em;
|
183
183
|
}
|
184
184
|
|
185
|
+
& > ul {
|
186
|
+
margin-left: 3em;
|
187
|
+
}
|
188
|
+
|
185
189
|
li {
|
186
190
|
@include themed() {
|
187
191
|
color: t('quote-secondary');
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-dash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Gonzalez Sanchez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -94,20 +94,6 @@ dependencies:
|
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: 13.0.6
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: rake-release
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: 1.3.0
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: 1.3.0
|
111
97
|
description:
|
112
98
|
email:
|
113
99
|
- miguel-gonzalez@gmx.de
|