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
Raw Permalink Normal View History

2020-12-03 13:41:42 +01:00
# Blog
2020-12-03 13:55:52 +01:00
This repository contains the source code & Markdown files for my blog, which
2020-12-03 14:00:53 +01:00
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
2020-12-03 14:22:09 +01:00
by running `hugo -D server`. This will start hugo as a local web server,
2020-12-03 14:00:53 +01:00
accessible on port `1313`.