jekyll-dash 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/_sass/dash/_layout.scss +5 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a09901cd8a5c824d2abe303c081155c13caf9e391e7686a8635051ad727e4fbf
4
- data.tar.gz: feffa0f63ae250b87f5069abab013d892a061e464a2adef914723e36d945a21a
3
+ metadata.gz: 7896ae6ebeaac2cb352280fd1aadda1175838343ad0905f8ba2037e86c66f8dd
4
+ data.tar.gz: 8fe8eadd224c393c8180312cf3a1d21038225f4c5ed9f767f6d3b0516e37487a
5
5
  SHA512:
6
- metadata.gz: df3dde9fd0354defd85f986c61994d016f24e15f5bd8d450dfed91db753e64af2813d9818da1a96000434f3332c1b33aefa0f6a10d2fc1b78f847fe426824356
7
- data.tar.gz: 39966c9f4fa428f0bce73e0c4676fa38b9576e3590083799bd0597a6e460fe3680392f04f41725721bdb687f626c7eea9b771441d2413ba0168e081fdc637c98
6
+ metadata.gz: 1212798b433a7a183efd92ac3057ea927f56862b4b4f335e25456711c5827bdc7e4d83c162f119a585d6d99aec877c1b643a1d760c19531e1bd5dbd101cc4468
7
+ data.tar.gz: 377ac9174d574d68337eaafbc835b52f8f6d73692f1974e0efab82d1837cd7b7f655dcbd8b6055c81d26072833f7e87290d043c59fe28a6d1963c732e065ac27
data/README.md CHANGED
@@ -3,7 +3,8 @@
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 Tag](https://github.com/bitbrain/jekyll-dash/actions/workflows/build-tag.yml/badge.svg)
7
+ ![Build Status](https://github.com/bitbrain/jekyll-dash/actions/workflows/release-gem.yml/badge.svg)
7
8
  [![license](https://img.shields.io/github/license/bitbrain/jekyll-dash.svg?style=flat-square)](LICENSE.MD)
8
9
  [![Gem](https://img.shields.io/gem/v/jekyll-dash.svg?style=flat)](http://rubygems.org/gems/jekyll-dash "View this project in Rubygems")
9
10
  [![Downloads](https://ruby-gem-downloads-badge.herokuapp.com/jekyll-dash)](https://rubygems.org/gems/jekyll-dash "Number of Gem downloads")
@@ -25,7 +26,7 @@ gem 'jekyll-dash', '~> 1.0.0'
25
26
 
26
27
  For **Jekyll 4**:
27
28
  ```ruby
28
- gem 'jekyll-dash', '~> 2.0.0'
29
+ gem 'jekyll-dash', '~> 2.1.0'
29
30
  ```
30
31
 
31
32
  And add this line to your Jekyll site's `_config.yml`:
@@ -86,12 +87,11 @@ dash:
86
87
  ```
87
88
  ## Using this theme directly on Github Pages
88
89
 
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).
90
+ 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
91
 
91
- For example, you want to host your own blog on `https://<username>.github.io`. As a result, you require the following repositories:
92
+ * `<username>.github.io` - contains main source branch and orphan gh-pages branch ([see example](https://github.com/bitbrain/bitbrain.github.io))
92
93
 
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))
94
+ 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
95
 
96
96
  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
97
 
@@ -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: 2.1.0
4
+ version: 2.2.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