aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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).