jekyll-theme-poor 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 +5 -5
- data/LICENSE.txt +0 -0
- data/README.md +3 -1
- data/_includes/about.html +0 -0
- data/_includes/footer.html +0 -0
- data/_includes/sidebar.html +0 -0
- data/_layouts/default.html +0 -0
- data/_layouts/page.html +0 -0
- data/_layouts/post.html +0 -0
- data/_sass/jekyll-theme-poor.scss +0 -0
- data/_sass/rouge-github.scss +0 -0
- data/assets/css/style.scss +0 -0
- data/assets/img/desktop.png +0 -0
- data/assets/img/email.png +0 -0
- data/assets/img/github.png +0 -0
- data/assets/img/phone.jpg +0 -0
- data/assets/img/rss.png +0 -0
- data/assets/js/base.js +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 564c809657749906625a4c3b663de7d82a9a8dd8b66944179c1c722a1999271d
|
4
|
+
data.tar.gz: 189518844712b553b4a965ef08c4f7ee63923b03418607a4ea29244b2e81500d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d3a579056b33fb4039d5601828c385317f4b3b41f957898d903f119d597151854a1cdf949dd6f58f415cdd608c957e69c848650f9b7fadbf38c0b38374bc3d2
|
7
|
+
data.tar.gz: d282cfea021e81b9439a0b9acc4df7a0c6d3005a134a34bdd7f9045a93a85b67c34230defdd059ddb3389620fb6df53e2ee1faca15c23363275c3446b80506ad
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.md
CHANGED
@@ -45,6 +45,8 @@ You can alse write your own `sidebar.html` and `footer.html` and put them in `_i
|
|
45
45
|
|
46
46
|
## Preview
|
47
47
|
|
48
|
+
Full preview in [https://momingcoder.github.io/jekyll-theme-poor/](https://momingcoder.github.io/jekyll-theme-poor/)
|
49
|
+
|
48
50
|
### Desktop
|
49
51
|
|
50
52
|

|
@@ -55,7 +57,7 @@ You can alse write your own `sidebar.html` and `footer.html` and put them in `_i
|
|
55
57
|
|
56
58
|
## Contributing
|
57
59
|
|
58
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
60
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/momingcoder/jekyll-theme-poor. 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.
|
59
61
|
|
60
62
|
## Development
|
61
63
|
|
data/_includes/about.html
CHANGED
File without changes
|
data/_includes/footer.html
CHANGED
File without changes
|
data/_includes/sidebar.html
CHANGED
File without changes
|
data/_layouts/default.html
CHANGED
File without changes
|
data/_layouts/page.html
CHANGED
File without changes
|
data/_layouts/post.html
CHANGED
File without changes
|
File without changes
|
data/_sass/rouge-github.scss
CHANGED
File without changes
|
data/assets/css/style.scss
CHANGED
File without changes
|
data/assets/img/desktop.png
CHANGED
File without changes
|
data/assets/img/email.png
CHANGED
File without changes
|
data/assets/img/github.png
CHANGED
File without changes
|
data/assets/img/phone.jpg
CHANGED
File without changes
|
data/assets/img/rss.png
CHANGED
File without changes
|
data/assets/js/base.js
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-poor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Keming
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- assets/img/phone.jpg
|
77
77
|
- assets/img/rss.png
|
78
78
|
- assets/js/base.js
|
79
|
-
homepage: https://github.com/
|
79
|
+
homepage: https://github.com/kemingy
|
80
80
|
licenses:
|
81
81
|
- MIT
|
82
82
|
metadata: {}
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
98
|
rubyforge_project:
|
99
|
-
rubygems_version: 2.
|
99
|
+
rubygems_version: 2.7.6
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
102
|
summary: poor theme
|