From b1f0696d358e2e7a2bff6694f96b29d5d05d8462 Mon Sep 17 00:00:00 2001 From: changsongd Date: Mon, 26 May 2025 20:22:46 +0800 Subject: [PATCH] add theme PaperMod --- .gitignore | 2 ++ .gitmodules | 3 +++ hugo.yaml | 1 + themes/PaperMod | 1 + 4 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 themes/PaperMod diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60b2f55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public +.hugo_build.lock \ No newline at end of file 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 diff --git a/hugo.yaml b/hugo.yaml index fa5818b..7b73ac4 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,3 +1,4 @@ baseURL: https://example.org/ languageCode: en-us title: My New Hugo Site +theme: ["PaperMod"] \ No newline at end of file diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..5a46517 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 5a4651783fa9159123d947bd3511b355146d4797