1 Commits

Author SHA1 Message Date
c9702d7209 [WIP] Migrate to hugo-bearblog theme 2021-04-18 20:48:02 -05:00
2 changed files with 5 additions and 5 deletions

View File

@ -17,15 +17,16 @@ steps:
- git submodule update --init --recursive
- name: build
image: bbaovanc/hugo
image: mapitman/docker-hugo
commands:
- hugo version
- hugo --minify
- name: list files
- name: tree
image: alpine:latest
commands:
- find public/
- apk add tree
- tree -a public/
- name: upload
image: appleboy/drone-scp

3
.gitmodules vendored
View File

@ -1,4 +1,3 @@
[submodule "themes/hugo-bearblog"]
path = themes/hugo-bearblog
url = https://github.com/janraasch/hugo-bearblog.git
branch = master
url = git@github.com:janraasch/hugo-bearblog.git