Skip to content

Instantly share code, notes, and snippets.

@lcolladotor
Created August 29, 2025 13:58
Show Gist options
  • Save lcolladotor/13fed6606de847f55b0550175895145e to your computer and use it in GitHub Desktop.
Save lcolladotor/13fed6606de847f55b0550175895145e to your computer and use it in GitHub Desktop.
postcards example with a favicon
---
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.
@lcolladotor
Copy link
Author

lcolladotor commented Aug 29, 2025

Steps to test this locally:

  • Create the initial index.Rmd with postcards::create_postcard(template = "jolla").
  • Then add line 13 manually: favicon: "icon_32.png".
  • Next, create your index.html file with rmarkdown::render("index.Rmd").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment