A collection of slide decks.
- Recursively copy the directory of the original slide deck to the new location, commit.
- Directory name semantics: what-venue-where
- Do the same in the
docs
subdirectory. - Tweak the
docs
symlink in the new location. - Check that rendering the copied slide deck works.
- Add a post in
content/posts
- File format matches directory format
- Date: Presentation date
- Title: Slide deck title, venue, location
- Render with
blogdown::serve_site()