aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55f6cf5..b9aa8c4 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,20 @@ Website ortlepp.ms
This repository contains the sources of my website ortlepp.ms
+Theme
+-----
+
+The website uses "PaperMod", see https://github.com/adityatelange/hugo-PaperMod/
+
+INSTALL : Inside the folder of your Hugo site run:
+
+```
+git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
+git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
+```
+
+UPDATE: Inside the folder of your Hugo site run:
+
+```
+git submodule update --remote --merge
+```