No description
Find a file
2025-05-23 22:35:52 -04:00
LICENSE gplv3 2025-05-21 20:41:11 -04:00
Makefile make /bin/sh makefile shell 2025-05-23 22:28:46 -04:00
README.md update readme & bump version 2025-05-23 22:25:22 -04:00
shtml fix serve info log 2025-05-23 22:35:52 -04:00

shtml

a simple shell script for generating static websites.

usage

  1. git clone this repository
  2. run sudo make install
  3. move to a fresh directory, and create a new project with shtml n
  4. put your stuff in static
  5. run shtml b
  6. observe your generated site in generated
  7. 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