thesrhproject
v2.2.1
Published
A static website backend/generator with templating and ejs preprocessing.
Downloads
4
Readme
The srh project
A simple static site host (AND a generator) designed to be a self-hosted notion-like clone. Html templating and ejs preprocessing comes with it out of the box.
Installation
Install the package globally using npm i -g thesrhproject
(might require admin privileges)
How to use
- Run
tsp
in any directory to create a subdirectory calledsite/
and required files. - Edit any files in the
site/
directory to your liking. - Enjoy the changes live!
Build your site for deployment
- Run
tsp build
in the directory above thesite/
directory. - Use the
dist/
directory as your deployment target. - Enjoy a minified and self-hosted site!