Skip to content

donatoaz/donatoaz.com

Repository files navigation

This project was generated with hugo.

Adding new content

hugo new posts/category/subject.md

Serving in dev mode

hugo server -D

Deploying to prod

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

Accessing the site

https://donatoaz.com

About

Personal Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published