Go to file
Kazuhiro MUSASHI f7ac62ea3e Use the latest version of the docker image:
```
--- 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
```
2022-08-20 21:13:33 +09:00
assets modify tcardgen.yaml. 2021-03-06 21:01:56 +09:00
config Re-update `Mapbox` API key: 2021-11-29 22:31:24 +09:00
content/posts ヘッダーの追加 2022-01-25 22:29:53 +09:00
layouts/shortcodes Delete mermaid shortcode 2021-11-17 23:13:34 +09:00
static Add `.gitkeep`. 2021-05-06 21:43:41 +09:00
tasks Modify & create `rake` tasks. 2021-03-06 21:01:40 +09:00
themes Apply new theme. 2021-11-14 22:01:39 +09:00
.drone.yml Use the latest version of the docker image: 2022-08-20 21:13:33 +09:00
.gitignore Apply new theme. 2021-11-14 22:01:39 +09:00
.gitmodules Use `git submodule` to use the theme. 2021-11-14 22:35:27 +09:00
.textlintrc initial commit 2019-03-31 19:00:21 +08:00
Rakefile initial commit 2019-03-31 19:00:21 +08:00
readme.md Add `readme.md` to test the `drone` integration. 2022-01-30 10:58:31 +09:00

readme.md

ブログ

His greatness lies in his sense of responsibilities.のソースになります。

Build Status