simplicity 0.0.16 → 0.0.17
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
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2dedfd2d9fdf94ac953fb973556e0010d38e1eef
|
|
4
|
+
data.tar.gz: 29b0c8969c8ce7939d0e42c3a0ce3f33ef89829a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aba657d8ea96f720842f2024b3eb3cc0f01e781818acd63ac58742339e5a0efb752c252a1a2ac8e15148a81de1ed62319bbe1fe21d80908e3a45598c27d57730
|
|
7
|
+
data.tar.gz: e41ecafda08a964c371a43e1961a361a5052c9405e22ef095b3861d059f0b2e58a3546da441c0ad8fa82a714c26c42709f8ab8a33f54c75f7f1014378800d70a
|
data/_includes/head.html
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
|
7
7
|
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
|
8
8
|
|
|
9
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.css" />
|
|
10
9
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
|
11
10
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
|
12
11
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
|
@@ -18,4 +17,5 @@
|
|
|
18
17
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
19
18
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.js"></script>
|
|
20
19
|
<script src="{{ "/assets/main.js" | relative_url }}"></script>
|
|
20
|
+
{% stylesheet simplicity %}
|
|
21
21
|
</head>
|
data/assets/main.scss
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplicity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bananaappletw
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-10-
|
|
11
|
+
date: 2017-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -24,6 +24,48 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.5'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: sprockets
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '3.0'
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '3.0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: jekyll-assets
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: semantic-ui-sass
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - ">="
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0'
|
|
62
|
+
type: :runtime
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ">="
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0'
|
|
27
69
|
- !ruby/object:Gem::Dependency
|
|
28
70
|
name: jekyll-coffeescript
|
|
29
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,10 +176,6 @@ files:
|
|
|
134
176
|
- _layouts/default.html
|
|
135
177
|
- _layouts/page.html
|
|
136
178
|
- _layouts/post.html
|
|
137
|
-
- _sass/simplicity.scss
|
|
138
|
-
- _sass/simplicity/_base.scss
|
|
139
|
-
- _sass/simplicity/_layout.scss
|
|
140
|
-
- _sass/simplicity/_syntax.scss
|
|
141
179
|
- assets/android-chrome-192x192.png
|
|
142
180
|
- assets/android-chrome-384x384.png
|
|
143
181
|
- assets/apple-touch-icon.png
|
|
@@ -163,6 +201,10 @@ files:
|
|
|
163
201
|
- assets/resume.pdf
|
|
164
202
|
- assets/safari-pinned-tab.svg
|
|
165
203
|
- assets/simplicity.gif
|
|
204
|
+
- assets/simplicity.scss
|
|
205
|
+
- assets/simplicity/_base.scss
|
|
206
|
+
- assets/simplicity/_layout.scss
|
|
207
|
+
- assets/simplicity/_syntax.scss
|
|
166
208
|
- assets/symgdb.gif
|
|
167
209
|
homepage: https://github.com/bananaappletw/simplicity
|
|
168
210
|
licenses:
|