sora-elegant-theme 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4afd49c7c28e876d3dcb32355857b462b3f3250
4
- data.tar.gz: 7bdb2b8171b98a54ee295f440f47a282d0475dc7
3
+ metadata.gz: 7ed05eb371d4d2cc8078ad3f93f05f544045118c
4
+ data.tar.gz: c8446e7108007f09c4d2de505dc434ea23f12aba
5
5
  SHA512:
6
- metadata.gz: dd4e1a215b65822c1e8cad7224d783a76ede9941372ca1c5e73fd98cc5c888c311672ea202d51d16d2c47ae37244d22af356733224d615eeefcef5534584d3ff
7
- data.tar.gz: 9a2076cd4d8c760b5df17fe542683159f6541ecf624e4be3853625bcd445e4d953c85b98fe447328aeab95e1e89d61cd65df8e7c0d95c33d81391f33cfb12fd5
6
+ metadata.gz: '00806c7b102a144a369092e20edce4b904934d709909b8621702f52dccd8060cfdcbe35ddad552721d1af788d1bbb4e6aca01ddb9001d5c344e54fb6123c471e'
7
+ data.tar.gz: dca575081dae030df54746b13e66d9352dce47ca3bb7c48c5e7114e71cad6e378952884ba04625f7b3c33380ece7e75e3273b2157f1bd9e169f28c8434cfd6e6
data/README.md CHANGED
@@ -28,11 +28,23 @@ Or install it yourself as:
28
28
 
29
29
  ## Usage
30
30
 
31
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
31
+ Add paginate Gem to your `Gemfile`:
32
+ ```Ruby
33
+ gem "jekyll-paginate"
34
+ ```
35
+
36
+ And add this line to your Jekyll site's `_config.yml`:
37
+ ```yaml
38
+ plugins:
39
+ - jekyll-paginate
40
+ paginate: 20
41
+ ```
42
+
43
+ There must be a index.html file on the root directory.
32
44
 
33
45
  ## Contributing
34
46
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
47
+ Bug reports and pull requests are welcome on GitHub at https://github.com/soragui/sora-jekyll-theme/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
48
 
37
49
  ## Development
38
50
 
@@ -3,7 +3,7 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
  <meta name="description" content="soragui github page for programming thought">
6
- <title>{{ page.title }}</title>
6
+ <title>ELEGENT THEME</title>
7
7
 
8
8
  <!-- Open Graph Meta -->
9
9
  <meta content="{{ site.title }}" property="og:site_name">
@@ -1,6 +1,6 @@
1
1
 
2
2
  <div class="header">
3
3
  <div class="container">
4
- <h1 class="logo"><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
4
+ <h1 class="logo"><a href="{{ site.baseurl }}/">ELEGANT THEME</a></h1>
5
5
  </div>
6
6
  </div>
@@ -2,4 +2,4 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- {{ content }}
5
+ {{ content }}
@@ -811,8 +811,7 @@ dd {
811
811
 
812
812
  .header {
813
813
  background-color: #2092df;
814
- background-size: cover;
815
- background-position: 50%;
814
+ background-size: cover;
816
815
  color: #fff;
817
816
  padding: 0;
818
817
  height: 3em
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sora-elegant-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - soragui