jekyll-theme-simple-texture 0.1.8 → 0.2.1

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 +12 -8
  3. data/_includes/blog/footer.html +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77d4825cfb63a4c68df0f35f9a1fec32170d5faa
4
- data.tar.gz: 42258934e32ec8415d0ad421ec93ecf031042eec
3
+ metadata.gz: fb77a741fa7d20372d7160f51e3c44255c0d4dd1
4
+ data.tar.gz: 9fbe0341a6d0e0d0a732109c8e8e8b53054dc24c
5
5
  SHA512:
6
- metadata.gz: 7631a00b5f73333055ec58b12c9ace341bbb2768dcb8a1ee9cb71a77f871a24841e42f2c56843e3cc6f92bb4fa62f49e42d8f00b3fa9fae2c86c3f5d96a9bd82
7
- data.tar.gz: 51bb30e824f0330f9cd95b3130d395fbea4bf9317b0167675138415e5280b3695229d805a7826497349d0ec56f16f03a0f349c9375d039e1624f580ff4d17ee5
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 for newly created or existing Jekyll app,
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
- 2. Remove Jekyll auto-generated default pages `about.md` and `index.md`.
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
- 3. Download the respository [here](https://github.com/yizeng/jekyll-theme-simple-texture/archive/master.zip)
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
- 4. Put everything in the `starter-kit` in the root directory,
53
+ 1. Put everything in the `starter-kit` in the root directory,
50
54
  i.e. `jekyllapp` in this example.
51
55
 
52
- 5. Run `bundle install` to install dependencies.
56
+ 1. Run `bundle install` to install dependencies.
53
57
 
54
- 6. Run Jekyll with `bundle exec jekyll serve`
58
+ 1. Run Jekyll with `bundle exec jekyll serve`
55
59
 
56
- 7. Hack away at <http://localhost:4000>!
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.4.5' # locked in to be consistent GitHub Pages.
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'
@@ -7,7 +7,7 @@
7
7
  {% if site.blog.footer_content %}
8
8
  <p>{{ site.blog.footer_content }}</p>
9
9
  {% endif %}
10
- {{ site.data.i18n[site.lang].copyright }}
10
+ {{ site.data.i18n[site.lang].theme_info }}
11
11
  </div>
12
12
  <div class="social-links">
13
13
  {% if site.author.email %}
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.8
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-08-08 00:00:00.000000000 Z
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.4.5
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.4.5
26
+ version: 3.5.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-feed
29
29
  requirement: !ruby/object:Gem::Requirement