From 89bc87b2f3f596a40fe2671fd871b8825e195238 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 7 Nov 2023 22:51:40 +0000 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..168f2fb --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Leigh Hackspace Website - Hugo Edition + +## Dev Mode + +* Download [Hugo extended edition](https://github.com/gohugoio/hugo/releases/) (named hugo_extended). +* Check out repo +* Run `hugo serve -D --gc -w` +* Goto `http://localhost:1313/` \ No newline at end of file