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.
- Host: GitHub
- URL: https://github.com/temikus/alfred-octopress
- Owner: Temikus
- License: bsd-3-clause
- Created: 2013-03-17T09:48:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T18:25:15.000Z (about 11 years ago)
- Last Synced: 2025-03-24T12:39:08.658Z (about 1 year ago)
- Language: Shell
- Size: 265 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).