jekyll-theme-conscious-sedation 0.0.3 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2391b07b69119736176f22d5b1de5daf60c547b8
4
- data.tar.gz: 1f61edb1a8bfd295f9952eb9b29a290d54e5f94b
2
+ SHA256:
3
+ metadata.gz: b322c9945d26f0a472f9c93e2e3b923fa4f111589fb93ee8b4be189222267d38
4
+ data.tar.gz: 9e340606f91b0138c467d20f33387a6f75a32025b08e902972afddb865a0e56f
5
5
  SHA512:
6
- metadata.gz: 666cef3769abc3499f4fc238c0f13b4e89e6b1f62c0bf8daa6d3c7b2e0cc01f6b7fc21b154e71f36568cc8c34dfc2a52444c8f131a159d01aa5a85eb88647b9a
7
- data.tar.gz: f89af68e95ee6d950c53c85a8fdc35d101a80eccaccb472ed08a2e6db87b0cf579e254c7435277636973d761339ac22dd22b79e47c53370231a761c8fea00931
6
+ metadata.gz: 10621ac229963e4528a1a23043e22805148ce4d909e92956a122390957c7c4e2fdceea31ef6558e470864d7471e494665ce6fa8a97ee33708ed8fb1599dcc3a2
7
+ data.tar.gz: 75ae76819db2df667e5cfafcdf7892640cad65581bb5647e27f365e5b71f65ead25d28c97d81ef64a1e9e59c6b23a03e49b5857d30d06afc77afa883a5c8d49a
data/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  jekyll-theme-conscious-sedation
2
2
  ================================
3
+ [Demo](https://jekyll-theme-conscious-sedation.netlify.com/)
4
+ ------
5
+
6
+ * [Screenshot of home.html](https://user-images.githubusercontent.com/17595729/27993864-f5793c82-64b1-11e7-9334-4cb24ec19646.png)
7
+ * [Screenshot of tags.html](https://user-images.githubusercontent.com/17595729/27993867-0083b094-64b2-11e7-9679-5fe7b1eacb05.png)
8
+ * [Screenshot of categories.html](https://user-images.githubusercontent.com/17595729/27993868-04347a52-64b2-11e7-84f0-5a83503e934b.png)
9
+ * [Screenshot of categories.html](https://user-images.githubusercontent.com/17595729/27993869-06228016-64b2-11e7-9327-d0c3d852f842.png)
10
+ * [Screenshot of about.md](https://user-images.githubusercontent.com/17595729/27993870-0842adda-64b2-11e7-8aa0-3f948d6d33e4.png)
3
11
 
4
12
  Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
5
13
 
@@ -167,4 +175,4 @@ When your theme is released, only the files in `_layouts`, `_includes`, and `_sa
167
175
  License
168
176
  -------
169
177
 
170
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
178
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -9,6 +9,11 @@
9
9
  <link href="https://fonts.googleapis.com/css?family=Merriweather+Sans" rel="stylesheet">
10
10
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
11
11
 
12
+ <!-- Compressed CSS If Needed -->
13
+ <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.5.0-rc.2/dist/css/foundation.min.css" integrity="sha256-iJQ8dZac/jUYHxiEnZJsyVpKcdq2sQvdA7t02QFmp30= sha384-SplqNBo/0ZlvSdwrP/riIPDozO5ck8+yIm++KVqyMAC53S6m3BaV+2OLpi7ULOOh sha512-ho6hK4sAWdCeqopNZWNy1d9Ok2hzfTLQLcGSr8ZlRzDzh6tNHkVoqSl6wgLsqls3yazwiG9H9dBCtSfPuiLRCQ==" crossorigin="anonymous"> -->
14
+ <!-- Compressed JavaScript If Needed -->
15
+ <!-- <script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.5.0-rc.2/dist/js/foundation.min.js" integrity="sha256-G6jsRyH1fxbsvFIXSCuwYmI1aIDYBa28xscrvmYjJy0= sha384-vtoG68NvPc9azmFJr447vvY8qgdyA4FdaJ5/bqvzIM4eAdZfO0iyRRF8l2AAscYI sha512-43seCcNrHA0BQgrtyajB9sp8yOdv5c8QdYvgjP7zJ7v+dmzAcxYDQ2gupb9aztsNWBq1COIp/3NHYkQs4l/dkg==" crossorigin="anonymous"></script> -->
16
+
12
17
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
13
18
  <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
14
19
 
@@ -1,7 +1,8 @@
1
1
  @charset 'utf-8';
2
2
 
3
3
  // -- <!-- Compressed CSS -->
4
- @import "https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.1/css/foundation.min.css";
4
+ @import "https://cdnjs.cloudflare.com/ajax/libs/foundation/6.5.0-rc.2/css/foundation.min.css";
5
+
5
6
  @import '_rouge-github';
6
7
  @import '_settings';
7
8
  @import '_grid';
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-conscious-sedation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - LavenderGrey askcreative
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-09 00:00:00.000000000 Z
11
+ date: 2018-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,112 +16,126 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.5'
19
+ version: 3.8.3
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: 3.8.3
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.2
33
+ version: 0.10.0
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.2
40
+ version: 0.10.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-seo-tag
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 2.2.3
47
+ version: 2.5.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 2.2.3
54
+ version: 2.5.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: jekyll-sitemap
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.1.1
61
+ version: 1.2.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.1.1
68
+ version: 1.2.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: jekyll-mentions
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 1.2.0
75
+ version: 1.4.1
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 1.2.0
82
+ version: 1.4.1
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: jemoji
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 0.8.0
89
+ version: 0.10.1
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 0.10.1
97
+ - !ruby/object:Gem::Dependency
98
+ name: jekyll-pwa-plugin
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: 2.0.1
90
104
  type: :runtime
91
105
  prerelease: false
92
106
  version_requirements: !ruby/object:Gem::Requirement
93
107
  requirements:
94
108
  - - "~>"
95
109
  - !ruby/object:Gem::Version
96
- version: 0.8.0
110
+ version: 2.0.1
97
111
  - !ruby/object:Gem::Dependency
98
112
  name: bundler
99
113
  requirement: !ruby/object:Gem::Requirement
100
114
  requirements:
101
115
  - - "~>"
102
116
  - !ruby/object:Gem::Version
103
- version: '1.12'
117
+ version: 1.16.4
104
118
  type: :development
105
119
  prerelease: false
106
120
  version_requirements: !ruby/object:Gem::Requirement
107
121
  requirements:
108
122
  - - "~>"
109
123
  - !ruby/object:Gem::Version
110
- version: '1.12'
124
+ version: 1.16.4
111
125
  - !ruby/object:Gem::Dependency
112
126
  name: rake
113
127
  requirement: !ruby/object:Gem::Requirement
114
128
  requirements:
115
129
  - - "~>"
116
130
  - !ruby/object:Gem::Version
117
- version: '10.0'
131
+ version: 12.3.1
118
132
  type: :development
119
133
  prerelease: false
120
134
  version_requirements: !ruby/object:Gem::Requirement
121
135
  requirements:
122
136
  - - "~>"
123
137
  - !ruby/object:Gem::Version
124
- version: '10.0'
138
+ version: 12.3.1
125
139
  description:
126
140
  email:
127
141
  - arashi@tutanota.de
@@ -164,7 +178,7 @@ files:
164
178
  - assets/SoftGrunge5.jpg
165
179
  - assets/blackkit.png
166
180
  - assets/main.scss
167
- homepage: https://github.com/LavenderGrey/jekyll-theme-conscious-sedation
181
+ homepage: https://github.com/LavenderGrey/conscious-sedation
168
182
  licenses:
169
183
  - MIT
170
184
  metadata: {}
@@ -184,8 +198,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
198
  version: '0'
185
199
  requirements: []
186
200
  rubyforge_project:
187
- rubygems_version: 2.2.2
201
+ rubygems_version: 2.7.3
188
202
  signing_key:
189
203
  specification_version: 4
190
- summary: An effectual yet sparse Jekyll theme.
204
+ summary: An effectual and sparse Jekyll theme.
191
205
  test_files: []