[Hugo] (Change) from hugo module to git submodule

This commit is contained in:
2024-10-03 20:23:44 +07:00
parent e2afb36e56
commit 9fcc8db044
5 changed files with 5 additions and 10 deletions
-1
View File
@@ -2,4 +2,3 @@
resources/
public/
.hugo_build.lock
go.sum
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
+1 -4
View File
@@ -1,7 +1,4 @@
module:
imports:
- path: github.com/adityatelange/hugo-PaperMod
theme: ["PaperMod"]
baseURL: "https://tiennm99.github.io"
title: miti99
paginate: 5
-5
View File
@@ -1,5 +0,0 @@
module github.com/tiennm99/miti99
go 1.22.0
require github.com/adityatelange/hugo-PaperMod v0.0.0-20240915081152-a2eb47bb4b80 // indirect
+1
Submodule themes/PaperMod added at a2eb47bb4b