aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-02-05 15:40:38 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2022-02-05 15:40:41 +0100
commit4498b93680ca61ce4f7df4a31368c67e78052cc4 (patch)
tree0097c7d869c4f2ba8a379152aa682842df295360 /README.md
parentfeb15332dc4c18a78767388168df80711e6fda28 (diff)
change theme and minor edits
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e820e93..2b80090 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# rgdd.se
This website is built using [Hugo](https://gohugo.io/) and the
-[gruvhugo](https://gitlab.com/avron/gruvhugo) theme. It is deployed on a VPS.
+[researcher](https://github.com/ojroques/hugo-researcher) theme.
## Quick start after cloning
1. Run `git submodule update --init --recursive`, then apply themes patch.
@@ -12,7 +12,7 @@ to install extended Hugo.
## Create a new post
Blog posts live in the `content/post` directory. You can use Hugo to generate
-a basic template (`hugo new posts/mypost.md`), or peak at a previous post.
+a basic template (`hugo new post/mypost.md`), or peak at a previous post.
## Generate a new website that can be published
1. Check that it runs as expected locally (see quick start, step 3).