Skip to content

Commit

Permalink
Merge pull request #24 from oystersjp/readme-fix
Browse files Browse the repository at this point in the history
doc(README): postファイル名に関する記述を追加
  • Loading branch information
cocoeyes02 authored Jun 11, 2023
2 parents 6a0cf30 + 84c968a commit fbab839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Oysters Podcast は、若手ものづくり集団「Oysters」のPodcastです

# podcastを公開したいときは?
- images/members 直下に出演者と編集者の400x400の画像を追加しよう
- _posts 直下にmdファイルを追加しよう(他のファイルを参考に
- _posts 直下にmdファイルを追加しよう(ファイル名は {YYYY-MM-DD}-{第n回のnの番号}
- actor/member_ids: 出演者たちのid。_config.ymlのmembers.*が該当
- editor/member_id: 編集者のid。_config.ymlのmembers.*が該当
- audio_file_path: 音声ファイルのパス。基本は audio/{任意の数字}.mp3
- audio_file_path: 音声ファイルのパス。基本は audio/{第n回のnの番号}.mp3
- audio_file_size: 音声ファイルサイズ
- date: 投稿日。過去の日付じゃないと公開されないので注意
- description: 詳細説明
- duration: 音声ファイルの時間を入力
- layout: article でOK
- title: {任意の数字}. タイトル名 を書こう
- audio/{任意の数字}.mp3 に録音ファイルを置こう
- title: {第n回のnの番号}. タイトル名 を書こう
- audio/{第n回のnの番号}.mp3 に録音ファイルを置こう

# Special Thanks

Expand Down

0 comments on commit fbab839

Please sign in to comment.