Skip to content

YusukeKato/YusukeKatoBlog

Repository files navigation

YusukeKatoBlog

License

ディレクトリ構成

  • hugo.toml:サイト設定
  • assets:css
  • content:記事markdown
  • static:画像
  • scripts:画像変換スクリプト
  • public:ビルド後の公開HTML

記事追加方法

記事追加

content/postsにmarkdownを追加

hugo new posts/2026/0305.md

0305.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 server

デプロイ

mainブランチへpushすると自動でデプロイを実行

About

YusukeKatoブログ / Yusuke Kato Blog: https://yusukekato.jp

Topics

Resources

License

Stars

Watchers

Forks

Contributors