Skip to content

haytok/haytok.github.io

Repository files navigation

  • これは、Hugo + GitHub Pages で作成した自作ブログのソースコードです。開発環境は Docker を使用しています。

image

環境構築

  • 開発用サーバの起動
make or make server
  • 新規コンテンツの作成
make new D=<directory name>
  • 新規 Log の作成
make log D=<directory name>
  • 新規スクラップの作成
make scraps D=<directory name>
  • ビルド
make build