jekyll-dash 2.3.0 → 2.3.1
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 +22 -2
- data/_includes/avatar.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: becafdda8eaf7923084e20b2795dbe33ceb1c658f93039f0733125508a942ec0
|
|
4
|
+
data.tar.gz: 48ced63d493776ba8d39008f1e404479b25e72934ba20eb5509dc7a8b33bb659
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7c2ad4d9876e91ec459e6f6d0fdf4870e102589649b83d1bb29e6464bdbe5ae6f14f8cef157456e1807648a5ff37e3ef471b8aa1a0709a72f92b1de9ad663bd
|
|
7
|
+
data.tar.gz: 85f4e0665738fd1b1f82a2533558f7a8327a03556bd87f9433fe33e9b072c1f1fe16b6741c482e2485652a7bbb6c8b6060f103b2b9ec29b6920fa7ad12c7b7da
|
data/README.md
CHANGED
|
@@ -4,15 +4,24 @@
|
|
|
4
4
|
A dark and light theme for Jekyll, inspired by Dash UI for Atom. 🌒☀
|
|
5
5
|
|
|
6
6
|

|
|
7
|
-

|
|
8
7
|
[](LICENSE.MD)
|
|
9
|
-
[](https://badgen.net/rubygems/v/jekyll-dash "View this project in Rubygems")
|
|
10
9
|
[](https://rubygems.org/gems/jekyll-dash "Number of Gem downloads")
|
|
11
10
|
---
|
|
12
11
|
This theme for [Jekyll](https://jekyllrb.com/) has been inspired by [dash-ui](https://atom.io/themes/dash-ui), a dark theme for [Atom](https://atom.io).
|
|
13
12
|
|
|
14
13
|
[](http://bitbrain.github.io)
|
|
15
14
|
|
|
15
|
+
## Features
|
|
16
|
+
|
|
17
|
+
#### :first_quarter_moon: Dark/Light Mode
|
|
18
|
+
#### :arrow_left: Right-to-Left (RTL) Support
|
|
19
|
+
#### :bookmark: Tags
|
|
20
|
+
#### :orange_book: Pagination
|
|
21
|
+
#### :computer: Syntax Highlighting
|
|
22
|
+
#### :wave: Customisable Avatar Box
|
|
23
|
+
#### :two_hearts: Social Links
|
|
24
|
+
|
|
16
25
|
## Installation
|
|
17
26
|
|
|
18
27
|
Add this line to your Jekyll site's `Gemfile`:
|
|
@@ -140,6 +149,15 @@ gem "liquid-md5"
|
|
|
140
149
|
|
|
141
150
|
Make sure you are using a version of this theme that is compatible with Jekyll. Version 1.x is only compatible with Jekyll 3.x while Version 2.x is only compatible with Jekyll 4.x.
|
|
142
151
|
|
|
152
|
+
> I am getting an error 'cannot load such file --webrick' when trying to run `bundle exec jekyll serve`
|
|
153
|
+
|
|
154
|
+
**Solution**
|
|
155
|
+
|
|
156
|
+
As [explained here](https://github.com/jekyll/jekyll/issues/8523#issuecomment-751409319) this seems to be a bug with some recent Jekyll 4 version. To solve this simply run:
|
|
157
|
+
```bash
|
|
158
|
+
bundle add webrick
|
|
159
|
+
```
|
|
160
|
+
|
|
143
161
|
## Contributing
|
|
144
162
|
|
|
145
163
|
Bug reports and pull requests are welcome on GitHub at https://github.com/bitbrain/jekyll-dash. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
@@ -153,6 +171,8 @@ Your theme is setup just like a normal Jekyll site! To test your theme, run `bun
|
|
|
153
171
|
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
|
154
172
|
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-dash.gemspec` accordingly.
|
|
155
173
|
|
|
174
|
+
> If you want to learn how Jekyll Dash gets deployed via Github Actions, feel free [to read this article](https://bitbra.in/2021/10/05/workflow-of-releasing-gem-based-jekyll-theme.html) written by me.
|
|
175
|
+
|
|
156
176
|
## License
|
|
157
177
|
|
|
158
178
|
The theme is available as open source under the terms of the [Apache License 2.0](https://opensource.org/licenses/Apache-2.0).
|
data/_includes/avatar.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{% if site.dash.avatar_source == "github" and site.dash.github_username %}
|
|
2
2
|
{% capture avatar_image %}
|
|
3
|
-
https://github.com/{{ site.github_username }}.png
|
|
3
|
+
https://github.com/{{ site.dash.github_username }}.png
|
|
4
4
|
{% endcapture %}
|
|
5
5
|
{% elsif site.dash.avatar_source == "local" and site.dash.avatar_path %}
|
|
6
6
|
{% capture avatar_image %}
|
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: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
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-
|
|
11
|
+
date: 2021-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|