This commit is contained in:
parent
9cf4164f88
commit
9d5d602c04
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -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"]
|
[submodule "themes/catafalque"]
|
||||||
path = themes/catafalque
|
path = themes/catafalque
|
||||||
url = git@github.com:SeriousBug/hugo-theme-catafalque.git
|
url = https://github.com/SeriousBug/hugo-theme-catafalque.git
|
||||||
|
|
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue