rummik / zsh-blog

Simple static blog generator using shell scripts (of the Zsh variety)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

git clone git://github.com/rummik/zsh-blog.git ~/.zblog
mkdir -p ~ZSH_CUSTOM/plugins
ln -s ~/.zblog/ ~ZSH_CUSTOM/plugins/blog

Optionally edit your ~/.zshrc manually to load blog, or with:

sed -i 's/^plugins=(/plugins=(blog /' ~/.zshrc

About

Simple static blog generator using shell scripts (of the Zsh variety)

License:Mozilla Public License 2.0


Languages

Language:Shell 78.6%Language:CSS 13.8%Language:Vim Script 7.6%