- Blog URL: https://yusukekato.jp/
- LICENSE : https://github.com/YusukeKato/YusukeKatoBlog/blob/main/LICENSE
- code(.py, .bash, .html, .css, .yaml, etc): Apache License 2.0
- work(images, text, .jpg, .png, .gif, .mp4, .md, etc): CC BY-NC-ND 4.0
- Write articles (ex: markdown/2024/0403.md)
- Resize images
- Update remote repository
Automatically deployed with GitHub Actions.
Execute the following command:
# install
sudo apt install ffmpeg
sudo apt install imagemagick
cd scripts
# ex: 2024/08/04
bash resize_images.bash 20240804
# ex: ALL
bash resize_images.bash
Execute the following command:
git add -A
git commit -m "update"
git push origin main
Setup file: workflows/deploy.yaml
Conversion script: scripts/md2html.py
Python script: scripts/generate_index.py
Python scripts: scripts/generate_sitemap.py
- Bash scripts: