flutterby 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d55a5cc34c1452b7b51a7b9ea12ffe808b7aea6
4
- data.tar.gz: bd8cf77370ef1a279a5c0e5b06f5e480b09229a5
3
+ metadata.gz: ce946dfc13f5a226def1e38761a5f7bc1171c1fb
4
+ data.tar.gz: 90be222ddf6c153320fcf2389f5c6dccb15545e3
5
5
  SHA512:
6
- metadata.gz: 39199ce8e61a5573ac16d52395773a0729e77a0f324d3fa0832663231c15ccbd8fd6ee45b6d7ebc0c3ef20a32270dddeb3cdb4252c3c48374a2499f967844878
7
- data.tar.gz: 27a1cdeb9560c31082ded8ebc4c131653e7786177e5f36502b9da318d502ddc4f2293d6e8aebbd06dfcc7f61e90e942b009362e0bb17934f555f21e9c4a4e50a
6
+ metadata.gz: 62d285890642e5435325e61acff79117103824f925a89335e65b74f00c4b33c947c6b17549b2d4517be315a2846fc0b15632d350cb747fa18af0f0c2016fb9fc
7
+ data.tar.gz: d4a7b274a3dd7bad90bc2b96e3e6e335ced3d0006d7d02859c285753808d43d699dbbe1cf4bf3ba5aa4cecec24d84650d6e491f17e5468c1b6ef1c51b386055f
@@ -1,3 +1,3 @@
1
1
  module Flutterby
2
- VERSION = "0.0.24"
2
+ VERSION = "0.0.25"
3
3
  end
@@ -0,0 +1,11 @@
1
+ # New Flutterby Site
2
+
3
+ Welcome to your new Flutterby site! Some notes to get you started:
4
+
5
+ 1. Your site's contents can be found in the `./site/` subdirectory of your project.
6
+ 2. Refer to the various "underscore" files to see how you can add layouts, helper methods and more.
7
+ 2. It's very easy to build a new site with Flutterby. Feel free to delete everything from `./site/` and start from scratch!
8
+
9
+ ### Important Links
10
+
11
+ - https://github.com/hmans/flutterby
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flutterby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hendrik Mans
@@ -293,6 +293,7 @@ files:
293
293
  - lib/flutterby/view.rb
294
294
  - lib/templates/new_project/.gitignore
295
295
  - lib/templates/new_project/Gemfile
296
+ - lib/templates/new_project/README.md
296
297
  - lib/templates/new_project/site/_config.toml
297
298
  - lib/templates/new_project/site/_layout.erb
298
299
  - lib/templates/new_project/site/_view.rb