Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 658 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 658 Bytes
  • これは、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