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:
/contentfor all content files/datafor module content/static/imagesfor all images/static/sassto modify CSS files using Sass/assets/jsto modify JavaScript files/layouts/to modify templates/static/other static content
First clone the project to a directory:
$ git clone git@github.com:christian-bromann/bromann.dev.git
$ cd bromann.devGet the template via:
$ git submodule init
$ git submodule updateRun page locally via:
$ hugo serveThe page should be available at localhost:1313.