You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added `{{asset}}` helper (closes [#24](https://github.com/sethlilly/Vapor/issues/24) and [#13](https://github.com/sethlilly/Vapor/issues/13))
6
+
* Added `page.hbs` to support static pages; view example at [Hipster Ghost](http://hipsterghost.com/static-page-example/) (closes [#21](https://github.com/sethlilly/Vapor/issues/21))
7
+
* Added more files to `.gitignore` (closes [#19](https://github.com/sethlilly/Vapor/issues/19))
8
+
* Added `<table>` style; view example at [Hipster Ghost](http://hipsterghost.com/static-page-example/) (closes [#15](https://github.com/sethlilly/Vapor/issues/15))
9
+
* Added Disqus, Facebook, and Google+ commenting options (closes [#16](https://github.com/sethlilly/Vapor/issues/16) and [#14](https://github.com/sethlilly/Vapor/issues/14))
* Added `{{header-description}}` and `{{footer-description}}` helpers
12
+
* Moved site-wide `<header>` into `default.hbs`
13
+
* Replaced Casper-based sharing icons with their Font Awesome counterparts (closes [#17](https://github.com/sethlilly/Vapor/issues/17) and [#18](https://github.com/sethlilly/Vapor/issues/18))
3
14
* 1.3 - 2014-01-12
4
-
* NEW: Blog logos and author images must be at least 100px in height and width, but do not need to be 1:1 (closes #6)
15
+
* NEW: Blog logos and author images must be at least 100px in height and width, but do not need to be 1:1 (closes [#6](https://github.com/sethlilly/Vapor/issues/6))
5
16
* 1.2.1 - 2013-12-14
6
17
* Added Font Awesome icons
7
18
* Changed pagination links to use Font Awesome Icons
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,25 @@ Other icons provided by [Font Awesome](https://github.com/FortAwesome/Font-Aweso
12
12
13
13
See *Vapor* in action at [Hipster Ghost](http://hipsterghost.com/).
14
14
15
-
## Modifications
15
+
## What's New?
16
16
17
-
Since 1.3, blog logos and author images must be at least 100px in height and width, but do not need to be 1:1.
17
+
_[Hipster Ghost](http://hipsterghost.com) is always running the latest version of Vapor. You can preview all new features there._
18
18
19
-
Since 1.2, a [LESS](http://lesscss.org) file is included which contains variables allowing you to quickly change the theme's stylesheet. However, I've chosen to exclude `less.js` from the theme and I recommend using a desktop compiler like [LESS.app for Mac](http://incident57.com/less/), [SimpLESS](http://wearekiss.com/simpless), or [Crunch!](http://crunchapp.net/) to process your LESS file.
19
+
*New in 1.4:* You may now use the `{{> menu}}` partial to display a custom menu on your pages. This is helpful for linking to certain posts or static pages. To activate this feature, simply remove the `!` in `{{!> menu}}` in `index.hbs`, `post.hbs`, and `page.hbs`. Also included are the `{{> header-description}}` and `{{> footer-description}}` partials for those using the menu. You can simply add the `!` to `{{> header-description}}` in the header (now located in `default.hbs` for all posts and pages) to deactivate. Remove the `!` from the `{{!> footer-description}}` partial call on the same page to activate display of the description in the footer. If you want to edit these partials (to add menu items or other content), you'll find them in the `/partials` directory. If you're using a self-hosted version of Ghost, you may need to restart or reload Ghost in order for the Handlebars partials to recompile after editing. There are also three new commenting options (Disqus, Facebook, and Google+) that follow the same conventions. You'll find these calls in `post.hbs` and `page.hbs`. I contend that Disqus is the best of these three options in terms of appearance and responsiveness; YMMV.
20
+
21
+
See the [changelog](CHANGELOG.md) for a full list of new features in 1.4.
22
+
23
+
*New in 1.3:* Blog logos and author images must be at least 100px in height and width, but do not need to be 1:1.
24
+
25
+
*New in 1.2:* A [LESS](http://lesscss.org) file is included which contains variables allowing you to quickly change the theme's stylesheet. However, I've chosen to exclude `less.js` from the theme and I recommend using a desktop compiler like [CodeKit](https://incident57.com/codekit/) to process your LESS file.
20
26
21
27
## Releases
22
28
23
29
See the [changelog](CHANGELOG.md) for release details.
24
30
25
31
| Version | Release Date |
26
32
| :-----: | :----------: |
33
+
| 1.4 | 2014-04-19 |
27
34
| 1.3 | 2014-01-12 |
28
35
| 1.2.1 | 2013-12-14 |
29
36
| 1.2 | 2013-11-10 |
@@ -38,11 +45,15 @@ See the [changelog](CHANGELOG.md) for release details.
38
45
39
46
## Copyright & License
40
47
41
-
Copyright (c) 2013 Seth Lilly - Released under The MIT License.
48
+
Copyright (c) 2013-2014 Seth Lilly - Released under The MIT License.
49
+
50
+
## Are you using Vapor?
51
+
52
+
If you're using Vapor on a live site, I'd love if you'd send me a message with the URL. I enjoy seeing the customizations and implmentations taking place all over the world. Regardless, thanks for using Vapor!
42
53
43
54
## Thanks
44
55
45
-
*Update 2013-11-10*: Thanks to everyone who has installed, starred, forked, or otherwise promoted Vapor. This is a labor of love, and it belongs to all of us.
56
+
Thanks to everyone who has installed, starred, forked, contributed to, or otherwise promoted Vapor. This is a labor of love, and it belongs to all of us.
46
57
47
58
Thanks to [@JohnONolan](http://twitter.com/JohnONolan) for [suggesting this project](https://alpha.app.net/johnonolan/post/9574144).
0 commit comments