jekyll-theme-simple-texture 0.1.8 → 0.2.1
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 +12 -8
- data/_includes/blog/footer.html +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb77a741fa7d20372d7160f51e3c44255c0d4dd1
|
|
4
|
+
data.tar.gz: 9fbe0341a6d0e0d0a732109c8e8e8b53054dc24c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ea3a7013b32e1b41a77335ae812836cb9fce6e2565518f5843bd9ec4570524beb24f389a47e0a79c9230ed916895ed297d0afca691997ae8d3ce1901d0e1718
|
|
7
|
+
data.tar.gz: 928258f1a68a4895ab9e77f64b3f5c0c3a0d97e745629f181266b66d598367844244128865b6253462bd75226dda6fd5eaafdf6b4dcaff808938a390ae3a0c87
|
data/README.md
CHANGED
|
@@ -34,26 +34,30 @@ please follow the commands below first:
|
|
|
34
34
|
|
|
35
35
|
cd jekyllapp
|
|
36
36
|
|
|
37
|
-
Then
|
|
37
|
+
4. Then follow the instructions below like existing Jekyll app.
|
|
38
|
+
|
|
39
|
+
Then for existing Jekyll apps,
|
|
38
40
|
|
|
39
41
|
1. Install Bundler if haven't done so.
|
|
40
42
|
|
|
41
43
|
gem install bundler
|
|
42
44
|
|
|
43
|
-
|
|
45
|
+
1. Remove Jekyll auto-generated default pages `404.html`, `about.md` and `index.md` or any your custom layouts or existing theme files.
|
|
46
|
+
|
|
47
|
+
1. Remove the existing `Gemfile.lock`.
|
|
44
48
|
|
|
45
|
-
|
|
49
|
+
1. Download the respository [here](https://github.com/yizeng/jekyll-theme-simple-texture/archive/master.zip)
|
|
46
50
|
and locate `starter-kit` folder,
|
|
47
51
|
or download `starter-kit` folder directly [here](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/yizeng/jekyll-theme-simple-texture/tree/master/starter-kit).
|
|
48
52
|
|
|
49
|
-
|
|
53
|
+
1. Put everything in the `starter-kit` in the root directory,
|
|
50
54
|
i.e. `jekyllapp` in this example.
|
|
51
55
|
|
|
52
|
-
|
|
56
|
+
1. Run `bundle install` to install dependencies.
|
|
53
57
|
|
|
54
|
-
|
|
58
|
+
1. Run Jekyll with `bundle exec jekyll serve`
|
|
55
59
|
|
|
56
|
-
|
|
60
|
+
1. Hack away at <http://localhost:4000>!
|
|
57
61
|
|
|
58
62
|
### As a fork
|
|
59
63
|
|
|
@@ -74,7 +78,7 @@ i.e. `jekyllapp` in this example.
|
|
|
74
78
|
```ruby
|
|
75
79
|
source "https://rubygems.org"
|
|
76
80
|
|
|
77
|
-
gem 'jekyll', '= 3.
|
|
81
|
+
gem 'jekyll', '= 3.5.2' # locked in to be consistent GitHub Pages.
|
|
78
82
|
|
|
79
83
|
group :jekyll_plugins do
|
|
80
84
|
gem 'jekyll-feed'
|
data/_includes/blog/footer.html
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-simple-texture
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yi Zeng
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.
|
|
19
|
+
version: 3.5.2
|
|
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.5.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: jekyll-feed
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|