From 9e12d4b4556d1db1b1ba298606b96908d1c3fd49 Mon Sep 17 00:00:00 2001 From: peps Date: Sat, 22 Feb 2025 16:51:56 +0100 Subject: [PATCH] README.md created --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..79efafd --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# My Hugo blog + +## How I installed the PaperMod theme +```sh +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) +``` +To update it: + +```sh +git submodule update --remote --merge +``` \ No newline at end of file