wead 0.1.0 → 0.1.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 -6
  3. data/_layouts/default.html +3 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 238f19ac9d56dd3bd03e7cc700d011ed81e702c5
4
- data.tar.gz: c2d1507ab77a734077645548e19075c45aaef5a0
3
+ metadata.gz: b6aa8e0432ae126f12cd7604ef58d4b7020564eb
4
+ data.tar.gz: 8343f74d604c79a40a4c5678f978d599b23c0c01
5
5
  SHA512:
6
- metadata.gz: 287223e49593deeda172311cea9f93c6bee3e337e76313b0e709c498f70e5c9a71ccf42f11a74e8865225814fc3218bdd24a6f6babcb9a3ec2213ccd6662e9ca
7
- data.tar.gz: 3a18adc81dbe042136a70f91b377613842fb6fe5bd8cef97aa7d775c962be1ff5977d7d7879025c07380fb780618958a5889c5cb6232ec33e6e107a6410d6edf
6
+ metadata.gz: ff15d988c129da7288471ce6039b4df5bbd27894971b24c17dbaa4e0f1fb8101e303c0ce2e08950837142e4d585530cca7c23ebc43e665886aaf01b5807939e8
7
+ data.tar.gz: 9173d9e65ab1fa249779ad6f4d1149a750704947fd956c17aa6143d97f03006f6ffed3715705b88dafad8062e4370fb5c033137817e719616f5f835bdd6312c1
data/README.md CHANGED
@@ -1,10 +1,14 @@
1
- # wead
1
+ # Wead.
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
3
+ A simple and clean jekyll theme. https://goo.gl/TkRqBY
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ ### Home.
6
+ ![Home](https://shrinktheweb.snapito.io/v2/webshot/spu-ea68c8-ogi2-3cwn3bmfojjlb56e?size=800x0&screen=1024x768&url=http%3A%2F%2Fkevinrodriguez.me%2Fwead)
6
7
 
7
- ## Installation
8
+ ### Posts.
9
+ ![Posts](https://shrinktheweb.snapito.io/v2/webshot/spu-ea68c8-ogi2-3cwn3bmfojjlb56e?size=800x0&screen=1024x768&url=http%3A%2F%2Fkevinrodriguez.me%2Fwead%2Fjekyll%2Fupdate%2F2017%2F01%2F11%2Fwelcome-to-jekyll.1.html)
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
- TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
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/[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.
41
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kevyder/wead.
36
42
 
37
43
  ## Development
38
44
 
@@ -1,10 +1,3 @@
1
- <!DOCTYPE html>
2
- <html>
3
- {% include head.html %}
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.0
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-31 00:00:00.000000000 Z
11
+ date: 2017-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll