From 94f55f400ca3d98ce9812f4f68251b29474ca71e Mon Sep 17 00:00:00 2001 From: butubb <1422726308@qq.com> Date: Wed, 7 Jan 2026 08:16:14 +0800 Subject: [PATCH] add .gitignore --- .gitignore | 3 +++ .gitmodules | 3 +++ themes/PaperMod | 1 + 3 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..3a0d088 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +public/ +.hugo_build.lock +**/.DS_Store \ 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/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..7d061d5 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 7d061d56d4664bd9c8241eb904994c98b928f0c8