Updated README

master
Jef Roosens 2020-12-03 14:00:53 +01:00
parent f24af62575
commit 71d5513892
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Blog
This repository contains the source code & Markdown files for my blog, which
can be found [here](https://www.roosens.me).
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 startup hugo as a local web server,
accessible on port `1313`.