{"id":13425195,"url":"https://github.com/seankross/postcards","last_synced_at":"2025-05-16T15:03:04.462Z","repository":{"id":45135157,"uuid":"314353039","full_name":"seankross/postcards","owner":"seankross","description":"💌 Create simple, beautiful personal websites and landing pages using only R Markdown.","archived":false,"fork":false,"pushed_at":"2022-12-21T18:28:20.000Z","size":3516,"stargazers_count":558,"open_issues_count":18,"forks_count":91,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-05-12T17:13:37.029Z","etag":null,"topics":["cc0","r","rmarkdown","rmarkdown-template","rstats","rstudio"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seankross.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"seankross","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.com/paypalme/seankross"]}},"created_at":"2020-11-19T19:44:37.000Z","updated_at":"2025-04-30T21:35:08.000Z","dependencies_parsed_at":"2023-01-30T04:30:24.256Z","dependency_job_id":null,"html_url":"https://github.com/seankross/postcards","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankross%2Fpostcards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankross%2Fpostcards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankross%2Fpostcards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankross%2Fpostcards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seankross","download_url":"https://codeload.github.com/seankross/postcards/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553936,"owners_count":22090415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cc0","r","rmarkdown","rmarkdown-template","rstats","rstudio"],"created_at":"2024-07-31T00:01:07.094Z","updated_at":"2025-05-16T15:03:04.412Z","avatar_url":"https://github.com/seankross.png","language":"HTML","funding_links":["https://ko-fi.com/seankross","https://www.paypal.com/paypalme/seankross"],"categories":["HTML"],"sub_categories":[],"readme":"# postcards\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/postcards)](https://CRAN.R-project.org/package=postcards)\n[![R-CMD-check](https://github.com/seankross/postcards/workflows/R-CMD-check/badge.svg)](https://github.com/seankross/postcards/actions)\n\u003c!-- badges: end --\u003e\n\nCreate simple, beautiful personal websites and landing pages using only\nR Markdown.\n\n## Installation\n\nYou can install Postcards with the following command:\n\n``` r\ninstall.packages(\"postcards\")\n```\n\nOr you can install the latest development version:\n\n``` r\nremotes::install_github(\"seankross/postcards@main\")\n```\n\n## Getting Started\n\nPostcards includes five templates:\n[Jolla](https://seankross.com/postcards-templates/jolla/),\n[Jolla Blue](https://seankross.com/postcards-templates/jolla-blue/),\n[Trestles](https://seankross.com/postcards-templates/trestles/),\n[Onofre](https://seankross.com/postcards-templates/onofre/),\nand [Solana](https://seankross.com/postcards-templates/solana/).\nEach site is optimized for being displayed on desktop and mobile.\nThe goal of the package is to make it easy for anyone to create a single page\npersonal website with one R Markdown document. I hope this package can quickly\ndemonstrate the power and possibilities of the R and R Markdown ecosystem to \nnewcomers.\n\nTo get started customizing one of these templates you should create a new\nproject in RStudio. Once you open RStudio: select **File**, **New Project...**, \nthen select **New Directory**, and **Postcards Website**. Then you will need to\nenter a directory name for your RStudio project and you can choose one of the\ntemplates from a drop down menu.\nSelect **Create Project** after you choose a name for the folder that will \ncontain your site. This folder will contain two important files: an R Markdown \ndocument with your site's content, and a sample photo that you should replace.\n\nIf you are not using RStudio or if you do not wish to create a new RStudio \nproject you can create the corresponding template files using the following \ncommands:\n\n``` r\npostcards::create_postcard(template = \"jolla\")\npostcards::create_postcard(template = \"jolla-blue\")\npostcards::create_postcard(template = \"trestles\")\npostcards::create_postcard(template = \"onofre\")\npostcards::create_postcard(template = \"solana\")\n```\n\nTo compile the self contained HTML file for your site, you can use the **Knit**\nbutton in RStudio or you can use `rmarkdown::render(\"index.Rmd\")`. \nThe HTML file can then be easily deployed to \n[GitHub Pages](https://pages.github.com/) or\n[Netlify Drop](https://app.netlify.com/drop).\n\n## The Templates\n\n### Jolla\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"man/figures/jolla-preview.png\" width=\"800px\"\u003e\u003c/p\u003e\n\n```\n---\ntitle: \"Tobi Burns\"\nimage: \"tobi.jpg\"\nlinks:\n  - label: LinkedIn\n    url: \"https://linkedin.com/\"\n  - label: Twitter\n    url: \"https://twitter.com/\"\n  - label: GitHub\n    url: \"https://github.com/\"\n  - label: Email\n    url: \"mailto:email@email.com\"\noutput:\n  postcards::jolla\n---\n \nI am a classically trained data scientist living in the San Francisco Bay Area. \nCurrently I work on the Oculus team at Facebook. I love talking about baseball, \ntrue crime podcasts, and causal inference.\n```\n\n### Jolla Blue\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"man/figures/jolla-blue-preview.png\" width=\"800px\"\u003e\u003c/p\u003e\n\n```\n---\ntitle: \"Xiang Guo\"\nimage: \"xiang.jpg\"\nlinks:\n  - label: LinkedIn\n    url: \"https://linkedin.com/\"\n  - label: Twitter\n    url: \"https://twitter.com/\"\n  - label: GitHub\n    url: \"https://github.com/\"\n  - label: Email\n    url: \"mailto:email@email.com\"\noutput:\n  postcards::jolla_blue\n---\n \nRaised in New Jersey by two lawyers, I am now an aspiring data artist and \ncompetitive rock climber. I moved to Seattle to fly floatplanes, but I got \ncaught up in the startup world. Send me a WhatsApp message if you have good \nturnip prices.\n```\n\n### Trestles\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"man/figures/trestles-preview.png\" width=\"800px\"\u003e\u003c/p\u003e\n\n```\n---\ntitle: \"Frank Hermosillo\"\nimage: \"frank.jpg\"\nlinks:\n  - label: LinkedIn\n    url: \"https://linkedin.com/\"\n  - label: Twitter\n    url: \"https://twitter.com/\"\n  - label: GitHub\n    url: \"https://github.com/\"\n  - label: Email\n    url: \"mailto:email@email.com\"\noutput:\n  postcards::trestles\n---\n \n## Bio\n\nFrank Hermosillo studies neural networks and their applications at Google \nBrain. His research focuses on differentiable network pruning approximation and \ndecentralized gradient inversion mechanics. He frequently collaborates with \nresearchers who study machine learning, computer vision, and cognitive science.\nHis work has been featured in WIRED, The Atlantic, Newsweek, and The New York \nTimes Magazine.\n\n## Education\n\n**Massachusetts Institute of Technology** | Cambridge, MA\n\nPh.D. in Computer Science | September 2009 - May 2014\n\n**The University of California, Berkeley** | Berkeley, CA\n\nB.S. in Computer Science | September 2005 - May 2009\n\n## Experience\n\n**Google Brain** | Principal Investigator | January 2018 - Present\n\n**Netflix** | Research Scientist | June 2014 - December 2017\n```\n\n### Onofre\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"man/figures/onofre-preview.png\" width=\"800px\"\u003e\u003c/p\u003e\n\n```\n---\ntitle: \"Willkommen!\"\nimage: \"herzl.jpg\"\ncolor1: \"#5A59A3\"\ncolor2: \"#C66060\"\nangle: 130\nlinks:\n  - label: YouTube\n    url: \"https://youtube.com/\"\n  - label: Vimeo\n    url: \"https://vimeo.com/\"\n  - label: Twitter\n    url: \"https://twitter.com/\"\n  - label: Email\n    url: \"mailto:email@email.com\"\noutput:\n  postcards::onofre\n---\n \nGyörgy Herzl is a filmmaker and computational storyteller based in Leipzig,\nGermany. Their work has been featured at the Festival do Rio, Internationale\nFilmfestspiele Berlin, Kunsthalle Basel, and the New Museum of Contemporary Art\nin New York City. \"ГУМ\" is their latest project which examines the rise of\nconsumerism in post-Soviet republics.\n```\n\n### Solana\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"man/figures/solana-preview.png\" width=\"800px\"\u003e\u003c/p\u003e\n\n```\n---\ntitle: \"Sigríður Björndotter\"\nimage: \"sigridur.jpg\"\nlinks:\n  - label: Resume\n    url: \"https://linkedin.com/\"\n  - label: Blog\n    url: \"https://medium.com/\"\n  - label: SoundCloud\n    url: \"https://soundcloud.com/\"\n  - label: Twitter\n    url: \"https://twitter.com/\"\noutput:\n  postcards::solana\n---\n \n## Bio\n\nSigríður Björndotter is a musician, vocalist, and live entertainment consultant\nliving in Buenos Aires, Argentina. Her writing has appeared in Rolling Stone,\nBillboard, and NME, and she is a frequent contributor to National Public Radio's \n*All Songs Considered*. She has been raising Pembroke Welsh Corgis since the age\nof six, and she has collected Casio watches since the age of ten.\n\n## Education\n\n**INSEAD** | Fontainebleau, France\n\nM.B.A. | August 2014 - June 2015\n\n**The Juilliard School** | New York, NY\n\nB.F.A. in Music Performance | August 2005 - May 2009\n\n## Experience\n\n**Freelance** | Live Entertainment Consultant | August 2018 - Present\n\n**Cercle** | Producer | August 2018 - Present\n\n**National Public Radio** | Producer | May 2015 - July 2018\n\n**NME Magazine** | Editor | July 2014 - July 2016\n\n**Iceland Symphony Orchestra** | Cellist | October 2009 - June 2014\n```\n\n## Troubleshooting\n\nMost issues that people have using this package are related their installation\nPandoc, software that R Markdown relies on.\nCurrently Postcards works best with Pandoc version 2.8 or greater, although we\nare working on better functionality for earlier versions of Pandoc. \nYou can check which version of Pandoc you have installed with the following \ncommand:\n\n``` r\nrmarkdown::pandoc_version()\n```\n\nIf you have an earlier version of Pandoc installed we recommend you \n[install the latest version of Pandoc](https://pandoc.org/installing.html) and\nthen run the command:\n\n``` r\nrmarkdown::find_pandoc(cache = FALSE)\n```\n\nIf you do not see that the new Pandoc version has been installed, you may need\nto use RStudio and \n[install the latest preview release of RStudio](https://www.rstudio.com/products/rstudio/download/preview/).\nIf you are still encountering error messages after trying the above please open\nan issue.\n\n## Code of Conduct\n\nPlease note that the postcards project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseankross%2Fpostcards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseankross%2Fpostcards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseankross%2Fpostcards/lists"}