diff --git a/.gitmodules b/.gitmodules index b9bb6b0..48a5576 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "themes/hello-friend-ng"] - path = themes/hello-friend-ng - url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git [submodule "themes/catafalque"] - path = themes/catafalque - url = git@github.com:SeriousBug/hugo-theme-catafalque.git +path = themes/catafalque +url = https://github.com/SeriousBug/hugo-theme-catafalque.git diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..124eb34 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,12 @@ +clone: + git: + image: woodpeckerci/plugin-git + settings: + recursive: true + +pipeline: + build: + image: klakegg/hugo:ext-alpine + commands: + - hugo -D + - ls -lAh