shite

git clone _git@git.zakaria.org/shite.git
Log | Files | Refs | README

commit f2d93a795923f822c5ebbe7b17d1221cc8590aa3
parent 8e1338b29216b0e6446d5d93b4447f1d53f9dfa3
Author: zakaria <58356365+e-zk@users.noreply.github.com>
Date:   Thu, 25 Feb 2021 17:09:16 +1000

Add README

Diffstat:
AREADME | 36++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,36 @@ + shite +======= + +/bin/sh site generator tools + + + About +------- + +This is the successor to the shlog[^1] project, separating each of its +main functions into serveral scripts: + + * common.rc - houses common script functions and variables + * rss.sh - rss feed generation + * update.sh - convert new posts from markdown -> html + * index.sh - generate post index (list of posts in chronological order) + +The main difference between these scripts and shlog is that these scripts +are easier for _me_ to maintain without worrying about Linux compat, +OS-specific edge cases, etc. + +These scripts have been tested on the latest OpenBSD-current and nothing else. + + + Usage +------- + + 1. Configure file locations, site url and name in common.rc + 2. Run update.sh to 'compile' markdown posts + 3. Run index.sh to generate the post index page + 4. Run rss.sh to update the post rss feed + +---- + +[^1]: https://github.com/e-zk/shlog +