Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloandre/quickpost
Quickly create a post for Jekyll
https://github.com/helloandre/quickpost
Last synced: about 1 month ago
JSON representation
Quickly create a post for Jekyll
- Host: GitHub
- URL: https://github.com/helloandre/quickpost
- Owner: helloandre
- Created: 2012-05-02T04:46:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-02T05:31:17.000Z (over 12 years ago)
- Last Synced: 2024-10-27T17:30:36.225Z (3 months ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#QuickPost
### A Helper for [Jekyll](https://github.com/mojombo/jekyll)
Creates a new markdown file in _posts with the proper formatting of date and url-safe filename. I wanted this because I hate typing with dashes.
## Install
* `git clone git://github.com:helloandre/quickpost.git`
* `cd quickpost`
* `sudo rake install`## Usage
* cd into your jekyll root directory (where your _config.yml is/would be)
* `quickpost `## Example
`quickpost "Hello, World" --date "1/1/2013"`
creates
_posts/2013-01-01-hello-world.md
## Help
* see `quickpost --help` for more usage