4 Commits

Author SHA1 Message Date
c6e8d0b128 Use https for bear blog submodule 2021-05-19 15:03:28 -05:00
7d4f8d9f1b [WIP] Migrate to hugo-bearblog theme 2021-05-19 15:02:05 -05:00
12576834c2 Use bbaovanc/hugo image
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-12 10:46:06 -05:00
9cb27e684d Change tree step to list files
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-24 23:03:37 -05:00
2 changed files with 5 additions and 5 deletions

View File

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

3
.gitmodules vendored
View File

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