Repository to host my resume on GitHub pages and play with Actions.
Built with the hugo framework.
Create a new article:
hugo new posts/my-first-post.md
Run hugo exposing drafts:
hugo server -D
Place static files in the static directory. They will nest in the root of the site when it builds