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 +4 -4
- data/lib/flutterby/version.rb +1 -1
- data/lib/templates/new_project/README.md +11 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce946dfc13f5a226def1e38761a5f7bc1171c1fb
|
4
|
+
data.tar.gz: 90be222ddf6c153320fcf2389f5c6dccb15545e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62d285890642e5435325e61acff79117103824f925a89335e65b74f00c4b33c947c6b17549b2d4517be315a2846fc0b15632d350cb747fa18af0f0c2016fb9fc
|
7
|
+
data.tar.gz: d4a7b274a3dd7bad90bc2b96e3e6e335ced3d0006d7d02859c285753808d43d699dbbe1cf4bf3ba5aa4cecec24d84650d6e491f17e5468c1b6ef1c51b386055f
|
data/lib/flutterby/version.rb
CHANGED
@@ -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.
|
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
|