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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -6
  3. data/_sass/dash/_layout.scss +5 -1
  4. metadata +2 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d52edfa16aec22189b6780cc9ded7a123ef472e0dd1dd61714b23e7714333f8
4
- data.tar.gz: 0c6a007c9c16ba1c0525b0b85b12de4886144f3f884d2cbea285e1ca783e25ec
3
+ metadata.gz: de1ce65b9f22f8f2fac3eb380d4d048a63aff7865d0963674eb2ee3c43bc77ad
4
+ data.tar.gz: d4fef6add938fcf99a1143de0756ce247757698da720753c3a8bc778211347ed
5
5
  SHA512:
6
- metadata.gz: a00a0ddb03cae89fa416c0d7a546cc0178f4f6412885b703455c04d3bafa09a93098ab495d1fa6513e1e2caff25b680117d8a0d408f9ed885ed1da8f8203c29b
7
- data.tar.gz: dc076995ea2ee49c5e8e72a3b5320e06903255ddebc46fa6bbca9e2fd333d2ae8bf73020f309949f530a6940184821c9799509d767e5fcb6b42ac08ac22f7143
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
- [![Build Status](https://img.shields.io/travis/bitbrain/braingdx/master.svg?logo=travis&style=flat-square)](https://travis-ci.org/bitbrain/jekyll-dash)
6
+ ![Build Status](https://github.com/bitbrain/jekyll-dash/actions/workflows/release-gem.yml/badge.svg)
7
7
  [![license](https://img.shields.io/github/license/bitbrain/jekyll-dash.svg?style=flat-square)](LICENSE.MD)
8
8
  [![Gem](https://img.shields.io/gem/v/jekyll-dash.svg?style=flat)](http://rubygems.org/gems/jekyll-dash "View this project in Rubygems")
9
9
  [![Downloads](https://ruby-gem-downloads-badge.herokuapp.com/jekyll-dash)](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.0.0'
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` externally, for example on [TravisCI](https://travis-ci.org).
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
- For example, you want to host your own blog on `https://<username>.github.io`. As a result, you require the following repositories:
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
- * `blog` - contains the actual Jekyll sources ([see example](https://github.com/bitbrain/blog))
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
 
@@ -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.3.6
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-03 00:00:00.000000000 Z
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