Sample Study — Replace Me
Read Genesis 1:1-5 on Bible Gateway (NIV) →
Replace this sample post with your first real Monday study. See README.md for the full workflow.
This is a placeholder post so you can see how the layout works. Delete this file (or set
draft: truein the frontmatter) and create your own post for your first real Monday study.
How to publish your first real study
- Record Monday’s Zoom discussion (local recording).
- Transcribe the audio:
npm run transcribe -- "C:\Users\larry\Documents\Zoom\...\audioXXXX.m4a"— produces a.docxnext to it. - Upload the assets to R2 — each command prints the public URL:
npm run audio:upload -- "...\audioXXXX.m4a" npm run video:upload -- "...\videoXXXX.mp4" npm run transcript:upload -- "...\audioXXXX.docx" - Create the Markdown post in
src/content/studies/(copy this file as a template) and add the URLs to the frontmatter:audioUrl: "https://pub-XXX.r2.dev/audioXXXX.m4a" audioType: "audio/mp4" videoUrl: "https://pub-XXX.r2.dev/videoXXXX.mp4" transcriptUrl: "https://pub-XXX.r2.dev/audioXXXX.docx" - Publish:
npm run deploy
That’s it. The full reference is in README.md.