Skip to content

Commit ce13534

Browse files
Updates
1 parent 3b9466b commit ce13534

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/web/public/
2+
/web/resources/_gen/
3+
/web/assets/jsconfig.json
4+
hugo_stats.json
5+
.hugo_build.lock

.gitmodules

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "themes/ananke"]
2-
path = themes/ananke
3-
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
4-
[submodule "themes/PaperMod"]
5-
path = themes/PaperMod
1+
[submodule "web/themes/PaperMod"]
2+
path = web/themes/PaperMod
63
url = https://github.com/adityatelange/hugo-PaperMod.git

web/.gitignore

-5
This file was deleted.

web/themes/PaperMod

Submodule PaperMod added at 3e53621

0 commit comments

Comments
 (0)