Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 878 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 878 Bytes

Go Conference 2022 Spring

GitHub Actions

必要なもの

  • Hugo

テーマの取得

$ git submodule init
$ git submodule update

ローカルでの動作確認

$ hugo server

データ素材のダウンロード

下記のコマンドでマスタデータのスプレッドシートの内容を./raw_dataフォルダにダウンロードします

make download

CSVデータ素材のyamlへの変換

scripts配下のコードでraw_data配下のcsvファイルをyamlに変換し、dataディレクトリに配置します。

makeファイルに記載したコマンドで一括変換します。

make generate-yml