Go to file
Kazuhiro MUSASHI 3a58c81fbe Modify CI setting.
```
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,9 +12,7 @@ steps:
   - name: generate-ogp-images
     image: reg.kazu634.com/kazu634/tcardgen:v0.3
     commands:
-      - wget 'https://github.com/yuru7/HackGen/releases/download/v2.3.0/HackGenNerd_v2.3.0.zip' -O /tmp/font.zip
-      - unzip /tmp/font.zip -d /tmp/font
-      - find /tmp/font -type f -name *.ttf | xargs -I% -n 1 cp -p % assets/font/
+      - find /var/tmp/ -type f -name *.ttf | xargs -I% -n 1 cp -p % assets/font/
       - find content/ -type f -name '*.md' | grep -v '_index' | xargs -n 1 /usr/local/bin/tcardgen -f assets/font/ -o static/ogp/ -c assets/tcardgen.yaml > /dev/null
       - find static/ogp/ -type f -name '*.png' | xargs -n 1 -I% basename % .png | xargs -I% -n 1 img2webp -lossy -q 50 static/ogp/%.png -o static/ogp/%.webp > /dev/null
       - find static/ogp/ -type f -name '*.png' | xargs --no-run-if-empty rm
```
2022-08-20 15:02:36 +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 Modify CI setting. 2022-08-20 15:02:36 +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