Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 394 Bytes

File metadata and controls

31 lines (20 loc) · 394 Bytes

Hi

Personal site built using (hugo)[https://gohugo.io/], using (codex)[https://github.com/jakewies/hugo-theme-codex] theme.

Quickstart

Install Hugo:

brew install hugo

Adding a new page:

hugo new content posts/my-first-post.md

Run development server:

hugo server -D

Deployment:

./deploy.sh

TODO: Move deployment to GitHub actions.