SDS 236
Smith College
2025-02-11
“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.
–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…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.
Markdown:
quarto-blog
repoposts/<your-story-name>/index.md
SDS 410