Personal static site generator made with Go and Tailwindcss tailored for my own needs and website.
https://marinabsa.com
- Go 36.9%
- CSS 32.6%
- HTML 30.5%
| bin | ||
| internal | ||
| public | ||
| web | ||
| .air.toml | ||
| .gitignore | ||
| db.sqlite | ||
| example.env | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| TODO | ||
HOW TO RUN THIS SHENANIGAN?
cp example.env .envmkdir dist- Clone the dist repo to the new dist folder
git clone {DIST_REPO} dist - Build it. Make sure to run the command below from the project's root
bin/app {ENV}
ENV can be:
-dev: generates index.html and articles into the public folder for local development
-prod: generates index.html and articles into the dist folder for production deployment