Static site generator
pip install negetis
negetis newsite my-first-site
cd ./my-first-site
negetis addtheme basic
negetis post my-first-post
nano ./content/posts/my-first-post.md
negetis server -D
open browser at http://localhost:8888/
Requirements:
- poetry
git clone https://github.com/AxGrid/neGetiS.git
cd ./neGetiS
poetry install