Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 424 Bytes

About

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