Go to file
Vivian 9624143e8b
ci/woodpecker/push/woodpecker Pipeline was successful Details
update ci
2023-01-26 15:12:50 +01:00
archetypes initial commit 2023-01-23 13:58:16 +01:00
assets initial commit 2023-01-23 13:58:16 +01:00
content/posts initial commit 2023-01-23 13:58:16 +01:00
layouts initial commit 2023-01-23 13:58:16 +01:00
themes add submodule 2023-01-23 14:12:47 +01:00
.dockerignore initial commit 2023-01-23 13:58:16 +01:00
.gitattributes initial commit 2023-01-23 13:58:16 +01:00
.gitignore initial commit 2023-01-23 13:58:16 +01:00
.gitmodules initial commit 2023-01-23 13:58:16 +01:00
.woodpecker.yml update ci 2023-01-26 15:12:50 +01:00
Dockerfile fix container 2023-01-23 14:06:02 +01:00
README.md initial commit 2023-01-23 13:58:16 +01:00
config.yml initial commit 2023-01-23 13:58:16 +01:00

README.md

blog.xirion.net

The source code of my personal blog.

Hugo Paper Theme

I use the PaperMod theme for hugo.

Pulling the submodule

Either clone the repo with --recursive or run git submodule update --init --recursive after cloning

Updating the theme

To update the submodule containing the theme run git submodule update --remote --merge