Jef Roosens 71d5513892 | ||
---|---|---|
archetypes | ||
content | ||
static/img | ||
themes | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
config.toml | ||
deploy |
README.md
Blog
This repository contains the source code & Markdown files for my blog, which can be found here. It's created using Hugo.
Run on localhost
Firstly, install Hugo. Afterwards, you can run this site on your local machine
by running hugo -D server
. This will startup hugo as a local web server,
accessible on port 1313
.