donatoaz / donatoaz.com

Personal Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://donatoaz.com

About

Personal Blog


Languages

Language:HTML 82.9%Language:JavaScript 17.1%