kimmy-site-theme 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +5 -24
- data/_layouts/post.html +9 -0
- data/_sass/jekyll-theme-minimal.scss +0 -69
- metadata +73 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 057de052e39df02af37968cd844e981ef3eae7d3
|
4
|
+
data.tar.gz: 8933aa414a3d1dba657f4b6d20994cbd4e0df32d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ebad163895b87ecdadfe08072cdad852d21f888561b051fb0be71431aa76e925fe6bb26c53080f13c33abac1b3ab29ee7ffc36ef77b33a6ba15566f56ef0f4a
|
7
|
+
data.tar.gz: 86a6a8892fc7006bd134d4334c288d297154bbfb906662d89106fa4b33dfceb781a136f390938891e82c82e3c34ff35b7157f905ad7988c765e865945b2b71c9
|
data/_layouts/default.html
CHANGED
@@ -5,10 +5,8 @@
|
|
5
5
|
<head>
|
6
6
|
<meta charset="utf-8">
|
7
7
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
8
|
-
|
9
8
|
{% seo %}
|
10
|
-
|
11
|
-
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
9
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
12
10
|
<meta name="viewport" content="width=device-width">
|
13
11
|
<!--[if lt IE 9]>
|
14
12
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
@@ -17,24 +15,9 @@
|
|
17
15
|
<body>
|
18
16
|
<div class="wrapper">
|
19
17
|
<header>
|
20
|
-
<a href="{{ site.
|
21
|
-
<p>{{ site.description
|
18
|
+
<a href="{{ site.url }}"> <h1>{{ site.title }}</h1> </a>
|
19
|
+
<p>{{ site.description }}</p>
|
22
20
|
|
23
|
-
{% if site.github.is_project_page %}
|
24
|
-
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
|
25
|
-
{% endif %}
|
26
|
-
|
27
|
-
{% if site.github.is_user_page %}
|
28
|
-
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
|
29
|
-
{% endif %}
|
30
|
-
|
31
|
-
{% if site.show_downloads %}
|
32
|
-
<ul>
|
33
|
-
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
|
34
|
-
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
|
35
|
-
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
|
36
|
-
</ul>
|
37
|
-
{% endif %}
|
38
21
|
{% if page.toc %}
|
39
22
|
{{ content | toc_only }}
|
40
23
|
{% endif %}
|
@@ -45,10 +28,8 @@
|
|
45
28
|
|
46
29
|
</section>
|
47
30
|
<footer>
|
48
|
-
|
49
|
-
<p>
|
50
|
-
{% endif %}
|
51
|
-
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
31
|
+
|
32
|
+
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/kenpusney">Kimmy Leo</a></small></p>
|
52
33
|
</footer>
|
53
34
|
</div>
|
54
35
|
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
|
data/_layouts/post.html
CHANGED
@@ -12,3 +12,12 @@ layout: default
|
|
12
12
|
{% if page.tags %}
|
13
13
|
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
|
14
14
|
{% endif %}
|
15
|
+
<div style="border-top: solid 1px #e5e5e5; margin-top: 0.5em; padding-top: 0.3em">
|
16
|
+
{% if page.previous.url %}
|
17
|
+
<small><a href="{{ page.previous.url }}" style="float: left;"><< {{ page.previous.title }}</a></small>
|
18
|
+
{% endif %}
|
19
|
+
|
20
|
+
{% if page.next.url %}
|
21
|
+
<small><a href="{{ page.next.url }}" style="float: right;">>> {{ page.next.title }}</a></small>
|
22
|
+
{% endif %}
|
23
|
+
</div>
|
@@ -110,63 +110,11 @@ header {
|
|
110
110
|
-webkit-font-smoothing:subpixel-antialiased;
|
111
111
|
}
|
112
112
|
|
113
|
-
// header ul {
|
114
|
-
// list-style:none;
|
115
|
-
// height:40px;
|
116
|
-
// padding:0;
|
117
|
-
// background: #f4f4f4;
|
118
|
-
// border-radius:5px;
|
119
|
-
// border:1px solid #e0e0e0;
|
120
|
-
// width:270px;
|
121
|
-
// }
|
122
|
-
|
123
|
-
// header li {
|
124
|
-
// width:89px;
|
125
|
-
// float:left;
|
126
|
-
// border-right:1px solid #e0e0e0;
|
127
|
-
// height:40px;
|
128
|
-
// }
|
129
|
-
|
130
|
-
// header li:first-child a {
|
131
|
-
// border-radius:5px 0 0 5px;
|
132
|
-
// }
|
133
|
-
|
134
|
-
// header li:last-child a {
|
135
|
-
// border-radius:0 5px 5px 0;
|
136
|
-
// }
|
137
|
-
|
138
|
-
// header ul a {
|
139
|
-
// line-height:1;
|
140
|
-
// color:#676767;
|
141
|
-
// display:block;
|
142
|
-
// padding-top:0.5em;
|
143
|
-
// }
|
144
|
-
|
145
|
-
// header ul a:hover, header ul a:focus {
|
146
|
-
// color:#675C5C;
|
147
|
-
// font-weight:bold;
|
148
|
-
// }
|
149
|
-
|
150
|
-
// header ul a:active {
|
151
|
-
// background-color:#f0f0f0;
|
152
|
-
// }
|
153
|
-
|
154
113
|
strong {
|
155
114
|
color:#222;
|
156
115
|
font-weight:700;
|
157
116
|
}
|
158
117
|
|
159
|
-
// header ul li + li + li {
|
160
|
-
// border-right:none;
|
161
|
-
// width:89px;
|
162
|
-
// }
|
163
|
-
|
164
|
-
// header ul a strong {
|
165
|
-
// font-size:14px;
|
166
|
-
// display:block;
|
167
|
-
// color:#222;
|
168
|
-
// }
|
169
|
-
|
170
118
|
ul.section-nav, ul.section-nav ul {
|
171
119
|
counter-reset: table-of-content;
|
172
120
|
list-style-type: none;
|
@@ -233,11 +181,6 @@ footer {
|
|
233
181
|
display:inline;
|
234
182
|
}
|
235
183
|
|
236
|
-
// header ul {
|
237
|
-
// position:absolute;
|
238
|
-
// right:50px;
|
239
|
-
// top:52px;
|
240
|
-
// }
|
241
184
|
}
|
242
185
|
|
243
186
|
@media print, screen and (max-width: 720px) {
|
@@ -249,10 +192,6 @@ footer {
|
|
249
192
|
padding:0;
|
250
193
|
}
|
251
194
|
|
252
|
-
// header ul, header p.view {
|
253
|
-
// position:static;
|
254
|
-
// }
|
255
|
-
|
256
195
|
pre, code {
|
257
196
|
word-wrap:normal;
|
258
197
|
}
|
@@ -262,14 +201,6 @@ footer {
|
|
262
201
|
body {
|
263
202
|
padding:15px;
|
264
203
|
}
|
265
|
-
|
266
|
-
// header ul {
|
267
|
-
// width:99%;
|
268
|
-
// }
|
269
|
-
|
270
|
-
// header li, header ul li + li + li {
|
271
|
-
// width:33%;
|
272
|
-
// }
|
273
204
|
}
|
274
205
|
|
275
206
|
@media print {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kimmy-site-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kimmy Leo
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '3.
|
19
|
+
version: '3.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.
|
26
|
+
version: '3.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: jekyll-toc
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -52,6 +52,76 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '2.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: jekyll-readme-index
|
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'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: jekyll-default-layout
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0.1'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0.1'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: jekyll-optional-front-matter
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0.3'
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0.3'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: jekyll-redirect-from
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0.13'
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0.13'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: jekyll-relative-links
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0.5'
|
118
|
+
type: :runtime
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0.5'
|
55
125
|
- !ruby/object:Gem::Dependency
|
56
126
|
name: bundler
|
57
127
|
requirement: !ruby/object:Gem::Requirement
|