Created
August 29, 2025 13:58
-
-
Save lcolladotor/13fed6606de847f55b0550175895145e to your computer and use it in GitHub Desktop.
postcards example with a favicon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: "Tobi Burns" | |
| image: "tobi.jpg" | |
| links: | |
| - label: LinkedIn | |
| url: "https://linkedin.com/" | |
| - label: Twitter | |
| url: "https://twitter.com/" | |
| - label: GitHub | |
| url: "https://github.com/" | |
| - label: Email | |
| url: "mailto:[email protected]" | |
| favicon: "icon_32.png" | |
| output: | |
| postcards::jolla | |
| --- | |
| I am a classically trained data scientist living in the San Francisco Bay Area. | |
| Currently I work on the Oculus team at Facebook. I love talking about baseball, | |
| true crime podcasts, and causal inference. |
Author
Author
Steps to test this locally:
- Create the initial
index.Rmdwithpostcards::create_postcard(template = "jolla"). - Then add line 13 manually:
favicon: "icon_32.png". - Next, create your
index.htmlfile withrmarkdown::render("index.Rmd").
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download "icon_32.png" from https://github.com/lcolladotor/jhustatcomputing/blob/main/icon_32.png