wead 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 +4 -4
- data/README.md +12 -6
- data/_layouts/default.html +3 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6aa8e0432ae126f12cd7604ef58d4b7020564eb
|
|
4
|
+
data.tar.gz: 8343f74d604c79a40a4c5678f978d599b23c0c01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff15d988c129da7288471ce6039b4df5bbd27894971b24c17dbaa4e0f1fb8101e303c0ce2e08950837142e4d585530cca7c23ebc43e665886aaf01b5807939e8
|
|
7
|
+
data.tar.gz: 9173d9e65ab1fa249779ad6f4d1149a750704947fd956c17aa6143d97f03006f6ffed3715705b88dafad8062e4370fb5c033137817e719616f5f835bdd6312c1
|
data/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Wead.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A simple and clean jekyll theme. https://goo.gl/TkRqBY
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Home.
|
|
6
|
+

|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
### Posts.
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
## Installation,
|
|
8
12
|
|
|
9
13
|
Add this line to your Jekyll site's Gemfile:
|
|
10
14
|
|
|
@@ -28,11 +32,13 @@ Or install it yourself as:
|
|
|
28
32
|
|
|
29
33
|
## Usage
|
|
30
34
|
|
|
31
|
-
|
|
35
|
+
* Update information to `_config.yml`.
|
|
36
|
+
|
|
37
|
+
* Change `_about.md` for blog intro.
|
|
32
38
|
|
|
33
39
|
## Contributing
|
|
34
40
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
41
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/kevyder/wead.
|
|
36
42
|
|
|
37
43
|
## Development
|
|
38
44
|
|
data/_layouts/default.html
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<body>
|
|
5
|
-
{% include header.html %}
|
|
6
|
-
{% include posts.html %}
|
|
7
|
-
{% include footer.html %}
|
|
8
|
-
</body>
|
|
9
|
-
<script src="{{ "/assets/javascripts/main.js" | prepend: site.baseurl }}"></script>
|
|
10
|
-
</html>
|
|
1
|
+
---
|
|
2
|
+
layout: home
|
|
3
|
+
---
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wead
|
|
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
|
- Kevin Rodríguez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01
|
|
11
|
+
date: 2017-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|