No description
| LICENSE | ||
| Makefile | ||
| README.md | ||
| shtml | ||
shtml
a simple shell script for generating static websites.
usage
git clonethis repository- run
sudo make install - move to a fresh directory, and create a new project with
shtml n - put your stuff in
static - run
shtml b - observe your generated site in
generated - quickly start an NGINX container to view your content with
shtml s
usage: shtml [arg]
arguments:
n, new create a new project in your current directory
c, clean clean up generated files in the current directory
b, build build static content
s, serve quick-start an NGINX container
h, help show this message
v, version print version, and exit