zslucky 0.5.4 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/_includes/header.html +3 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d735841190d319579b5fda694275274bad13dea6
4
- data.tar.gz: eb1d66382c6c3ff2fd1d9a72d2ec8f5429ec51b2
3
+ metadata.gz: c23609131c8bba02f1a14f1ecb5327d55e4e3245
4
+ data.tar.gz: c8cd3d060a0c1122584e8c54cb7281530d26ccf1
5
5
  SHA512:
6
- metadata.gz: 45931fba2dbcf804c5da4a15aba78005a0dff1855c4f3eea6e734df282506f56695cb708a29b1b8b932d49bb20cae08dfa13d29ef337729e9a42407b6227e8c1
7
- data.tar.gz: a4402ee226d91ee67094a326da823f61e7305231e84a17b677f4a27326c5bf9b1e049980edc46569bfb5f207a6081b98661ec13cabc8981f1beb40da92c33f42
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.
@@ -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="#">Home</a></li>
22
- <li><a href="#">About Me</a></li>
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.5.4
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-30 00:00:00.000000000 Z
11
+ date: 2016-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll