- 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
- hugo.toml:サイト設定
- assets:css
- content:記事markdown
- static:画像
- scripts:画像変換スクリプト
- public:ビルド後の公開HTML
content/postsにmarkdownを追加
hugo new posts/2026/0305.md0305.md を参考にしてページを編集
# 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# 下書きも表示する
hugo server -D --disableFastRender
# 本番
hugo servermainブランチへpushすると自動でデプロイを実行