zslucky 0.5.4 → 0.6.0
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/README.md +6 -0
- data/_includes/header.html +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c23609131c8bba02f1a14f1ecb5327d55e4e3245
|
4
|
+
data.tar.gz: c8cd3d060a0c1122584e8c54cb7281530d26ccf1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ec74d8a2dca2397ee8bc9cf8fe154fc70ba4ff3ed4e9758872eb2895eb44eab4b6b4d21cbe291d12d8b3789cd2e7ebc781b0b743d58ee9a3eaacca015d5500b
|
7
|
+
data.tar.gz: dc58fb43a1e1d18a6ac86e73e1212ba5561af5e8602e28338c52b88600f2d55076f91d7c9dd4c87da6212a0fab4dd71cf0bb6f9f996b4a4ce6cdd25886315e07
|
data/README.md
CHANGED
@@ -66,5 +66,11 @@ When your theme is released, only the files in `_layouts`, `_includes`, and `_sa
|
|
66
66
|
|
67
67
|
The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
68
68
|
|
69
|
+
## Know issues
|
70
|
+
|
71
|
+
Deploy to GitPage using auto build will cause build failed due to theme unsupported. I found 2 solutions here:
|
72
|
+
1. Using `jekyll build` to build static files, then only publish all files in `_site` directory.
|
73
|
+
2. Clone this theme repo, copy it to your jekyll site.
|
74
|
+
|
69
75
|
## TODO
|
70
76
|
1. To support custom syntax highlist config.
|
data/_includes/header.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
<span class="icon-bar"></span>
|
11
11
|
<span class="icon-bar"></span>
|
12
12
|
</button>
|
13
|
-
<a class="navbar-brand" href="
|
13
|
+
<a class="navbar-brand" href="/">
|
14
14
|
Lucky's Home
|
15
15
|
</a>
|
16
16
|
</div>
|
@@ -18,8 +18,8 @@
|
|
18
18
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
19
19
|
<div class="collapse navbar-collapse">
|
20
20
|
<ul class="nav navbar-nav">
|
21
|
-
<li class="active"><a href="
|
22
|
-
<li><a href="
|
21
|
+
<li class="active"><a href="/">Home</a></li>
|
22
|
+
<li><a href="/aboutme">About Me</a></li>
|
23
23
|
</ul>
|
24
24
|
<form class="navbar-form navbar-right">
|
25
25
|
<div class="form-group">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zslucky
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zslucky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|