From f113d2409fabaf7ccffa7deeef001151776c007a Mon Sep 17 00:00:00 2001 From: Louis Lacoste Date: Wed, 3 Apr 2024 15:25:47 +0200 Subject: [PATCH] Replacing PaperMod by paper and adding action badge --- .gitmodules | 6 +++--- README.md | 1 + hugo.toml | 2 +- themes/PaperMod | 1 - themes/paper | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) delete mode 160000 themes/PaperMod create mode 160000 themes/paper diff --git a/.gitmodules b/.gitmodules index be00b3c..3cab4f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/PaperMod"] - path = themes/PaperMod - url = https://github.com/adityatelange/hugo-PaperMod +[submodule "themes/paper"] + path = themes/paper + url = https://github.com/nanxiaobei/hugo-paper.git diff --git a/README.md b/README.md index 91024c1..fc4f13e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![status-badge](https://woodpecker.polarolouis.fr/api/badges/1/status.svg)](https://woodpecker.polarolouis.fr/repos/1) # blog This will host an attempt of a blog and a Woodpecker CI pipeline to publish it ! \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index acff005..edaec02 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ baseURL = 'https://blog.polarolouis.fr/' languageCode = 'en-us' title = "Polarolouis's Blog" -theme = 'PaperMod' \ No newline at end of file +theme = 'paper' \ No newline at end of file diff --git a/themes/PaperMod b/themes/PaperMod deleted file mode 160000 index dad94ab..0000000 --- a/themes/PaperMod +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dad94ab4b7c55eea0b63f7b81419d027fe9a8d81 diff --git a/themes/paper b/themes/paper new file mode 160000 index 0000000..456c165 --- /dev/null +++ b/themes/paper @@ -0,0 +1 @@ +Subproject commit 456c1657639f515c0e8efe08d73f4ddf1ff3cdb7