Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu69/middleman-blog
http://kazu69.github.io/middleman-blog
https://github.com/kazu69/middleman-blog
Last synced: 27 days ago
JSON representation
http://kazu69.github.io/middleman-blog
- Host: GitHub
- URL: https://github.com/kazu69/middleman-blog
- Owner: kazu69
- Created: 2014-04-29T00:59:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T10:22:53.000Z (over 10 years ago)
- Last Synced: 2024-10-19T22:43:53.000Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# middleman-blog [![wercker status](https://app.wercker.com/status/debd866d21cd2dd2748ebf525582cef0/m/ "wercker status")](https://app.wercker.com/project/bykey/debd866d21cd2dd2748ebf525582cef0)
## Publish
When you push in the Master branch, it can be build automatically by travis.
It is as follows: If you want to publish manually```ruby
# build blog
bundle exec build# publish
bundle exec publish
```See [this gist](https://gist.github.com/kazu69/11389772) construction procedure of this application. It's easily.