These are the source files for my personal website and blog.
| Tech | Name | URL |
|---|---|---|
| Static site generator | Hugo | https://gohugo.io/ |
| Theme | Codex | https://github.com/jakewies/hugo-theme-codex |
| Deployment | Netlify | https://app.netlify.com/sites/personal-site-drl/deploys |
This website requires Hugo, which you can install from the gohugo.io website.
The Hugo theme is referenced as a Git submodule. Clone this repo with the --recurse-submodules flag, or run git submodule update --init --recursive.
To launch a live development server which refreshes on file changes, run:
hugo --logLevel info server -DThe default server address is http://localhost:1313/.