https://github.com/krlmlr/slides
My presentations
https://github.com/krlmlr/slides
r slides
Last synced: about 2 months ago
JSON representation
My presentations
- Host: GitHub
- URL: https://github.com/krlmlr/slides
- Owner: krlmlr
- Created: 2018-03-01T14:14:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T09:35:46.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T00:27:20.054Z (4 months ago)
- Topics: r, slides
- Language: HTML
- Homepage: https://krlmlr.github.io/slides
- Size: 54.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slides
A collection of slide decks.
## Create a new slide deck from an existing slide deck
1. Recursively copy the directory of the original slide deck to the new location, commit.
- Directory name semantics: what-venue-where
2. Do the same in the `docs` subdirectory.
3. Tweak the `docs` symlink in the new location.
4. Check that rendering the copied slide deck works.
5. Add a post in `content/posts`
- File format matches directory format
- Date: Presentation date
- Title: Slide deck title, venue, location
6. Render with `blogdown::serve_site()`