Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javorraca/quarto-blog
Personal data science website rebuilt as a Quarto blog
https://github.com/javorraca/quarto-blog
blog css quarto sass scss
Last synced: 5 days ago
JSON representation
Personal data science website rebuilt as a Quarto blog
- Host: GitHub
- URL: https://github.com/javorraca/quarto-blog
- Owner: JavOrraca
- License: mit
- Created: 2022-10-16T00:36:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T06:12:52.000Z (8 months ago)
- Last Synced: 2024-10-17T11:45:12.472Z (2 months ago)
- Topics: blog, css, quarto, sass, scss
- Language: HTML
- Homepage: https://www.javierorracadeatcu.com/
- Size: 160 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Blog using Quarto
Every few years, I like to update my personal data science website using bleeding-edge web frameworks. Several years back, I built my first data science blog using the R Markdown + [blogdown](https://bookdown.org/yihui/blogdown/) framework, then I ported it to the R Markdown + [distill](https://rstudio.github.io/distill/) framework, and this latest iteration of my site is built with Quarto.
# About Quarto
[Quarto](https://quarto.org/) is "an open-source scientific and publishing system built on Pandoc" that allows you to natively write and render code chunks with Python, R, Julia, Observable, and more. With Quarto, you can publish high-quality articles, reports, presentations, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more.
While [R Markdown](https://rmarkdown.rstudio.com/) is not going anywhere, Quarto represents a more advanced and simpler successor to the R Markdown framework. If you're an R programmer comfortable with R Markdown, you should feel zero change by moving to Quarto. If you're a Python programmer comfortable with rendering Jupyter notebooks to print and HTML formats, you will also feel at home with Quarto. If you're completely new to this type of system, the Quarto homepage has a ton of great resources including a robust [gallery](https://quarto.org/docs/gallery/) from which you can gain ideas and inspiration.