Just my personal website with blog posts. Happy to review and merge any PRs if useful.
- Hugo (v0.69.2 or higher)
Important files to edit are:
/content
for all content files/data
for module content/static/images
for all images/static/sass
to modify CSS files using Sass/assets/js
to modify JavaScript files/layouts/
to modify templates/static/
other static content
First clone the project to a directory:
$ git clone [email protected]:christian-bromann/bromann.dev.git
$ cd bromann.dev
Get the template via:
$ git submodule init
$ git submodule update
Run page locally via:
$ hugo serve
The page should be available at localhost:1313
.