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

https://github.com/rummik/zsh-blog

Simple static blog generator using shell scripts (of the Zsh variety)
https://github.com/rummik/zsh-blog

blog blog-engine shell static-blog static-site-generator zsh

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Installation
============
```sh
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:
```sh
sed -i 's/^plugins=(/plugins=(blog /' ~/.zshrc
```