add theme PaperMod

This commit is contained in:
2025-05-26 20:22:46 +08:00
parent a3dfb91299
commit b1f0696d35
4 changed files with 7 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
public
.hugo_build.lock

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git

View File

@ -1,3 +1,4 @@
baseURL: https://example.org/ baseURL: https://example.org/
languageCode: en-us languageCode: en-us
title: My New Hugo Site title: My New Hugo Site
theme: ["PaperMod"]

1
themes/PaperMod Submodule

Submodule themes/PaperMod added at 5a4651783f