jekyll-theme-caligraphy 0.1.1 → 0.1.2
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 +4 -4
- data/_includes/head.html +3 -3
- data/{images → assets/images}/404.png +0 -0
- data/{images → assets/images}/default-logo-bottom.png +0 -0
- data/{images → assets/images}/default-logo.png +0 -0
- data/{images → assets/images}/fav.png +0 -0
- data/{images → assets/images}/line.png +0 -0
- data/{stylesheets → assets/stylesheets}/style.css +0 -0
- data/{stylesheets → assets/stylesheets}/syntax.css +0 -0
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32c7e97b14a152a0d82d768cb9c7a100a648a2d7
|
|
4
|
+
data.tar.gz: a2e191b7c68b77185a3515f25755ebc2387f601b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e7454b793150ea2c95179fdf9689e465ab89462a2b157ed8e0ac82f6117e643bf0202e3117b54b1c7d4d7d5e4e00e302c64e62e7ed562d3748fe8b72b0820b0
|
|
7
|
+
data.tar.gz: 0a3b2a42f8714b6efaa10db4d60e1184eaff0f3de54caebbdcb50cf64978cc111c731a2a0b578e544823b3d395b0d9ceb4c33df7fdaa65f49c05cf20a3fbbeac
|
data/_includes/head.html
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
<meta content='{{ page.title }} - {{ site.title }}' name='og:title' />
|
|
4
4
|
<title>{{ page.title }} - {{ site.title }}</title>
|
|
5
5
|
|
|
6
|
-
<link href='{{ site.url }}/images/fav.png' rel='shortcut icon'>
|
|
7
|
-
<link href='{{ site.url }}/stylesheets/style.css' rel='stylesheet' type='text/css' />
|
|
8
|
-
<link href='{{ site.url }}/stylesheets/syntax.css' rel='stylesheet' type='text/css' />
|
|
6
|
+
<link href='{{ site.url }}/assets/images/fav.png' rel='shortcut icon'>
|
|
7
|
+
<link href='{{ site.url }}/assets/stylesheets/style.css' rel='stylesheet' type='text/css' />
|
|
8
|
+
<link href='{{ site.url }}/assets/stylesheets/syntax.css' rel='stylesheet' type='text/css' />
|
|
9
9
|
|
|
10
10
|
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
|
|
11
11
|
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-caligraphy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- oxddr
|
|
@@ -91,14 +91,14 @@ files:
|
|
|
91
91
|
- _posts/2013-05-06-more-post.md
|
|
92
92
|
- _posts/2017-03-12-scribble-the-jekyll-theme.md
|
|
93
93
|
- about.md
|
|
94
|
-
- images/404.png
|
|
95
|
-
- images/default-logo-bottom.png
|
|
96
|
-
- images/default-logo.png
|
|
97
|
-
- images/fav.png
|
|
98
|
-
- images/line.png
|
|
94
|
+
- assets/images/404.png
|
|
95
|
+
- assets/images/default-logo-bottom.png
|
|
96
|
+
- assets/images/default-logo.png
|
|
97
|
+
- assets/images/fav.png
|
|
98
|
+
- assets/images/line.png
|
|
99
|
+
- assets/stylesheets/style.css
|
|
100
|
+
- assets/stylesheets/syntax.css
|
|
99
101
|
- index.html
|
|
100
|
-
- stylesheets/style.css
|
|
101
|
-
- stylesheets/syntax.css
|
|
102
102
|
- tags.html
|
|
103
103
|
homepage: https://github.com/oxddr/caligraphy
|
|
104
104
|
licenses:
|