Kazuhiro MUSASHI
|
00be173e72
|
ロサンゼルスの街並みの様子の記事を追加
|
2022-10-16 22:06:12 +09:00 |
Kazuhiro MUSASHI
|
b576b01873
|
Merge pull request 'Rakeタスクの修正' (#14) from modify-tasks into master
Reviewed-on: #14
|
2022-10-16 12:25:18 +00:00 |
Kazuhiro MUSASHI
|
4a0d309c43
|
Modify `new` task.
|
2022-10-16 21:23:22 +09:00 |
Kazuhiro MUSASHI
|
e5d33d6fe6
|
Modify `demo` task.
|
2022-10-16 21:23:00 +09:00 |
Kazuhiro MUSASHI
|
c6093b4f25
|
Merge pull request '海外旅行関連のtips記事を追加' (#13) from foreign-travel-tips into master
Reviewed-on: #13
|
2022-10-10 10:02:31 +00:00 |
Kazuhiro MUSASHI
|
bf94300434
|
「接触通知」の画像例などを追加
|
2022-10-10 19:00:05 +09:00 |
Kazuhiro MUSASHI
|
857ed1c50d
|
typoの設定
|
2022-10-10 18:54:25 +09:00 |
Kazuhiro MUSASHI
|
40a4b933b0
|
用語の部分を``で囲む
|
2022-10-10 18:51:00 +09:00 |
Kazuhiro MUSASHI
|
eeb3de46e2
|
記事をブラッシュアップ
|
2022-10-10 18:50:09 +09:00 |
Kazuhiro MUSASHI
|
4e31820e40
|
画像の見せ方を変更
|
2022-10-10 17:40:33 +09:00 |
Kazuhiro MUSASHI
|
7c4066a3bc
|
記事設定の修正
|
2022-10-10 17:37:43 +09:00 |
Kazuhiro MUSASHI
|
3f290c39ab
|
新しい記事を追加
|
2022-10-10 17:29:03 +09:00 |
Kazuhiro MUSASHI
|
9a4b5371c1
|
Merge pull request 'リンクの修正' (#12) from modify-article-about-tver-02 into master
Reviewed-on: #12
|
2022-09-04 13:08:27 +00:00 |
Kazuhiro MUSASHI
|
0c8c79439a
|
リンクの修正
|
2022-09-04 22:06:55 +09:00 |
Kazuhiro MUSASHI
|
cf12c36ee2
|
Merge pull request 'Hide uid and token.' (#11) from modify-article-about-tver into master
Reviewed-on: #11
|
2022-09-04 12:56:53 +00:00 |
Kazuhiro MUSASHI
|
9566f416cc
|
Hide uid and token.
|
2022-09-04 21:54:20 +09:00 |
Kazuhiro MUSASHI
|
6b608173a3
|
Merge pull request 'TVerのAPI利用方法についての記事を追加' (#10) from how-to-use-tver-api into master
Reviewed-on: #10
|
2022-09-04 12:45:04 +00:00 |
Kazuhiro MUSASHI
|
77d6cd5b46
|
記事内容の修正
- 番組情報取得方法の説明を詳細に
- 検索キーワードの指定方法にも言及する
|
2022-09-04 21:41:32 +09:00 |
Kazuhiro MUSASHI
|
001ac1136c
|
メタ情報の修正
|
2022-09-04 21:39:25 +09:00 |
Kazuhiro MUSASHI
|
80133c4921
|
TVerのAPI利用方法についての記事を追加
|
2022-09-04 21:32:20 +09:00 |
Kazuhiro MUSASHI
|
68848f5845
|
Merge pull request 'Rename the typo filename.' (#9) from fix-filename-typo into master
Reviewed-on: #9
|
2022-08-21 08:59:46 +00:00 |
Kazuhiro MUSASHI
|
08fe45ef0e
|
Rename the typo filename.
|
2022-08-21 17:39:09 +09:00 |
Kazuhiro MUSASHI
|
21af0924fb
|
Merge pull request 'OGPイメージを指定する' (#8) from support-ogp-images into master
Reviewed-on: #8
|
2022-08-21 08:29:47 +00:00 |
Kazuhiro MUSASHI
|
6a3606c601
|
OGPイメージを指定する
|
2022-08-21 17:26:36 +09:00 |
Kazuhiro MUSASHI
|
be87ef6af9
|
Merge pull request 'Bump `hugo` version to `v0.101.0`.' (#7) from bump-hugo-version into master
Reviewed-on: #7
|
2022-08-20 12:52:17 +00:00 |
Kazuhiro MUSASHI
|
8884abc894
|
Bump `hugo` version to `v0.101.0`.
|
2022-08-20 21:48:49 +09:00 |
Kazuhiro MUSASHI
|
3004d17feb
|
Merge pull request 'MySQLのリモート接続用ユーザーの追加・削除方法をまとめた記事を追加' (#1) from mysql-tips into master
Reviewed-on: #1
|
2022-08-20 12:34:09 +00:00 |
Kazuhiro MUSASHI
|
c1aa2e4fa3
|
記事の追加
|
2022-08-20 12:34:09 +00:00 |
Kazuhiro MUSASHI
|
e5542083a5
|
Merge pull request 'Use the latest version of the docker image:' (#6) from trial-and-error-ci02 into master
Reviewed-on: #6
|
2022-08-20 12:15:32 +00:00 |
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 |
Kazuhiro MUSASHI
|
7a80629e69
|
Merge pull request 'Copy the fonts to `assets/font`:' (#5) from trial-and-error-ci into master
Reviewed-on: #5
|
2022-08-20 12:07:39 +00:00 |
Kazuhiro MUSASHI
|
1cb279fd2a
|
Copy the fonts to `assets/font`:
```
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
- name: generate-ogp-images
image: reg.kazu634.com/kazu634/tcardgen:v0.3
commands:
- - find /var/tmp/ -type f -name *.ttf | xargs -t -I% -n 1 cp -p % assets/font/
+ - 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
- 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 21:03:09 +09:00 |
Kazuhiro MUSASHI
|
074bae2b30
|
Merge pull request 'さらにデバッグ' (#3) from modify-ci-settings into master
Reviewed-on: #3
|
2022-08-20 06:15:01 +00:00 |
Kazuhiro MUSASHI
|
031136b8c7
|
Add `-t` option to `find` command:
```
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
- name: generate-ogp-images
image: reg.kazu634.com/kazu634/tcardgen:v0.3
commands:
- - find /var/tmp/ -type f -name *.ttf | xargs -I% -n 1 cp -p % assets/font/
+ - find /var/tmp/ -type f -name *.ttf | xargs -t -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 06:15:01 +00:00 |
Kazuhiro MUSASHI
|
4769760bb5
|
Merge pull request 'Modify CI setting.' (#2) from modify-ci-settings into master
Reviewed-on: #2
|
2022-08-20 06:07:12 +00:00 |
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 |
Kazuhiro MUSASHI
|
7927ba59e4
|
Merge pull request 'Add `readme.md` to test the `drone` integration.' (#1) from drone-integration into master
Reviewed-on: #1
|
2022-01-30 02:01:59 +00:00 |
Kazuhiro MUSASHI
|
c2cfe6724e
|
Add `readme.md` to test the `drone` integration.
|
2022-01-30 10:58:31 +09:00 |
Kazuhiro MUSASHI
|
8bcde9ca7c
|
Merge pull request 'くまモンを訪ねて熊本へ' (#86) from visiting-kumamons-office into master
Reviewed-on: #86
|
2022-01-25 22:31:56 +09:00 |
Kazuhiro MUSASHI
|
8c1b0f8e57
|
ヘッダーの追加
|
2022-01-25 22:29:53 +09:00 |
Kazuhiro MUSASHI
|
db87d58ece
|
文言の修正
|
2022-01-25 22:26:56 +09:00 |
Kazuhiro MUSASHI
|
1a1f20ce9c
|
本文を記入
|
2022-01-25 22:23:44 +09:00 |
Kazuhiro MUSASHI
|
f27a08a295
|
新しい記事を追加
|
2022-01-25 22:23:00 +09:00 |
Kazuhiro MUSASHI
|
4243bcd78e
|
Merge pull request 'スアレズのコメント記事を追加' (#85) from quote-from-suarez into master
Reviewed-on: #85
|
2022-01-10 14:50:03 +09:00 |
Kazuhiro MUSASHI
|
67d46479e7
|
誤字を修正
|
2022-01-10 14:47:23 +09:00 |
Kazuhiro MUSASHI
|
6ceffee344
|
投稿日付を修正
|
2022-01-10 14:44:42 +09:00 |
Kazuhiro MUSASHI
|
ade1ec9b24
|
ヘッダーの部分の文言を修正
|
2022-01-10 14:42:22 +09:00 |
Kazuhiro MUSASHI
|
123ffd8277
|
記事を追加
|
2022-01-10 14:38:39 +09:00 |
Kazuhiro MUSASHI
|
fc817dd194
|
Merge pull request 'democratic-csiの記事を追加' (#84) from using-democratic-csi-for-nomad into master
Reviewed-on: #84
|
2022-01-09 22:20:19 +09:00 |
Kazuhiro MUSASHI
|
56faea4309
|
実際の記事を追加
|
2022-01-09 22:20:19 +09:00 |