From 71d5513892e5316aca32ac6cf6573e10d6e0caa7 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Thu, 3 Dec 2020 14:00:53 +0100 Subject: [PATCH] Updated README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0ebb7..ca9af0f 100644 --- a/README.md +++ b/README.md @@ -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`.