Alan Orth
0616000814
All checks were successful
continuous-integration/drone/push Build is passing
We need git for modified dates on posts. See: https://github.com/klakegg/docker-hugo
16 lines
297 B
YAML
16 lines
297 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: submodules
|
|
image: alpine/git
|
|
commands:
|
|
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
|
- name: build
|
|
image: klakegg/hugo:ext-alpine
|
|
commands:
|
|
- hugo
|
|
|
|
# vim: ts=2 sw=2 et
|