SDS 236
2/6/23
“In a lot of cases, journalists and programmers need to figure out how to hang out in each other’s worlds better,” Eads said. As more journalists embrace GitHub as a way to improve stories, they’ll develop a new kind of news community, centered around collaboration and code – truly a news nerd’s nirvana.
–David Eads (Chicago Tribune)
A site from Andrew Ba Tran of the Washington Post.
For reproducing good work and experimenting with new techniques.
The blog uses Jekyll, a blogging system that creates a static site (look, Ma, no database!) and hosted on Github Pages.
I use an issue-driven development queue to make changes to the blog infrastructure, and create a new Markdown file for each post. I publish new posts using Git, committing the changes and pushing them to Github. The site mirrors the gh-pages branch of this repository.
quarto-blog
repo