jekyll-dash 1.3.6 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d52edfa16aec22189b6780cc9ded7a123ef472e0dd1dd61714b23e7714333f8
4
- data.tar.gz: 0c6a007c9c16ba1c0525b0b85b12de4886144f3f884d2cbea285e1ca783e25ec
3
+ metadata.gz: 7896ae6ebeaac2cb352280fd1aadda1175838343ad0905f8ba2037e86c66f8dd
4
+ data.tar.gz: 8fe8eadd224c393c8180312cf3a1d21038225f4c5ed9f767f6d3b0516e37487a
5
5
  SHA512:
6
- metadata.gz: a00a0ddb03cae89fa416c0d7a546cc0178f4f6412885b703455c04d3bafa09a93098ab495d1fa6513e1e2caff25b680117d8a0d408f9ed885ed1da8f8203c29b
7
- data.tar.gz: dc076995ea2ee49c5e8e72a3b5320e06903255ddebc46fa6bbca9e2fd333d2ae8bf73020f309949f530a6940184821c9799509d767e5fcb6b42ac08ac22f7143
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');
@@ -8,6 +8,8 @@
8
8
  -webkit-font-smoothing: antialiased;
9
9
  }
10
10
 
11
+ $theme-map: null;
12
+
11
13
  @mixin themed() {
12
14
  @each $theme, $map in $themes {
13
15
  .theme--#{$theme} & {
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: 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
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.5'
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.5'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-feed
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0.9'
33
+ version: '0.14'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0.9'
40
+ version: '0.14'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-seo-tag
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -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