This repository has been archived on 2021-03-28. You can view files and clone it, but cannot push or open issues/pull-requests.
blog/README.md

10 lines
376 B
Markdown

# Blog
This repository contains the source code & Markdown files for my blog, which
can be found [here](https://www.roosens.me). It's created using
[Hugo](https://gohugo.io/).
## Run on localhost
Firstly, install Hugo. Afterwards, you can run this site on your local machine
by running `hugo -D server`. This will start hugo as a local web server,
accessible on port `1313`.