```
--- a/.drone.yml
+++ b/.drone.yml
@@ -10,7 +10,7 @@ steps:
- grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"
- name: generate-ogp-images
- image: reg.kazu634.com/kazu634/tcardgen:v0.3
+ image: reg.kazu634.com/kazu634/tcardgen
commands:
- find /root -type f -name *.ttf | xargs -t -I% -n 1 cp -p % assets/font/
- find content/ -type f -name '*.md' | grep -v '_index' | xargs -t -n 1 /usr/local/bin/tcardgen -f assets/font/ -o static/ogp/ -c assets/tcardgen.yaml > /dev/null
```
|
||
|---|---|---|
| assets | ||
| config | ||
| content/posts | ||
| layouts/shortcodes | ||
| static | ||
| tasks | ||
| themes | ||
| .drone.yml | ||
| .gitignore | ||
| .gitmodules | ||
| .textlintrc | ||
| Rakefile | ||
| readme.md | ||