On Thu, Dec 12, 2013 at 3:57 PM, YpN <y...@autistici.org> wrote: > > I wrote a shell script using mksh, which generates websites. You need to write > your pages / posts in HTML or markdown (the project supports smu) and then > the script will "create" your website. I know we have werc but I wanted to > write my own tools. > Actually it's a bit hard to describe what it does, without examples. > If you're interested, you can view the project at github[1] >
I use a bunch of shellscripts to generate a static site which I just tidied up a bit and published on github. It's written in (POSIX) shellscript and is located at: https://github.com/hiltjo/static-site-scripts . I hope someone finds it useful.