An open API service indexing awesome lists of open source software.

https://github.com/temikus/alfred-octopress

Alfred extension for easier octopress blog publishing.
https://github.com/temikus/alfred-octopress

Last synced: about 1 year ago
JSON representation

Alfred extension for easier octopress blog publishing.

Awesome Lists containing this project

README

          

alfred-octopress
================

This Alfred extension automatically creates a post and opens the markdown file for it in your editor of choice (it uses Mou by default).

Usage:
Set the `OCTOPATH` variable to your octopress installation directory and `EDITORAPP` to your favourite editor.

```
blog Awesome post
#Create a new blog post, named "Awesome post"
blog generate
#Launch static page generation via Jekyll.
```
Alfred workflow bundle can be downloaded [here](https://github.com/Temikus/alfred-octopress/raw/master/bundle/Octopress%20publish.alfredworkflow).