From ac34107e23e23894579a9ad3ed6ff1eadf39ae68 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Mon, 10 Nov 2025 01:34:03 -0300 Subject: [PATCH] add theme --- .gitmodules | 3 +++ hugo.toml | 1 + themes/PaperMod | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/PaperMod diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..be00b3c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod diff --git a/hugo.toml b/hugo.toml index 7e568b8..8286abd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,4 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' +theme = "PaperMod" diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..1cf5327 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 1cf53273c3ba58f0593ecb7c2befe11274f51a4e