diff options
author | Thorsten Ortlepp <post@ortlepp.eu> | 2024-12-10 23:29:54 +0100 |
---|---|---|
committer | Thorsten Ortlepp <post@ortlepp.eu> | 2024-12-10 23:29:54 +0100 |
commit | 637183e297e66c0aa47a0d46fc7b92563452fd7b (patch) | |
tree | ccfb90220b2c68e3625263d8ac065cdbeaba7f5e | |
parent | f86e8490a87343d20db3019fbd12d14f4e575730 (diff) | |
download | website-ortleppms-637183e297e66c0aa47a0d46fc7b92563452fd7b.zip |
added theme PaperMod
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README.md | 17 | ||||
-rw-r--r-- | hugo.toml | 1 | ||||
-rw-r--r-- | themes/.gitkeep | 0 | ||||
m--------- | themes/PaperMod | 0 |
5 files changed, 21 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..89af1b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git @@ -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 +``` @@ -1,3 +1,4 @@ baseURL = 'https://preview.ortlepp.ms/' languageCode = 'en-us' title = 'My New Hugo Site' +theme = 'PaperMod' diff --git a/themes/.gitkeep b/themes/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/themes/.gitkeep +++ /dev/null diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 +Subproject 3e5362100777a9426e05ef30e972800cabb54f2 |