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)
- Host: GitHub
- URL: https://github.com/rummik/zsh-blog
- Owner: rummik
- License: mpl-2.0
- Created: 2013-02-05T10:03:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T14:39:38.000Z (about 10 years ago)
- Last Synced: 2025-12-30T22:51:18.110Z (6 months ago)
- Topics: blog, blog-engine, shell, static-blog, static-site-generator, zsh
- Language: Shell
- Homepage:
- Size: 95.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```