donatoaz.com blog
This project was generated with hugo.
hugo new posts/category/subject.md
hugo server -D
This site is currently hosted on aws.
Fill in the .env
file and load it with your preferred tool (I like direnv).
install node.js deps, run build
and deploy:prod
scripts.
npm install
npm run build
npm run deploy:prod