Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 332 Bytes

Generic Talks website

  1. brew install hugo
  2. Add new episode to content/episodes.md (take link from SoundCloud page -> Share -> Embed)
  3. Run hugo to generate new pages.
  4. git add . && git commit -m "upd" to add changed sources
  5. cd public && git add . && git commit -m "upd" to add generated pages
  6. ...
  7. PROFIT