Skip to content

dguo/headlines

Repository files navigation

Headlines

This is the original source code for The Daily Lore website. The current source code is in this repo.

Before making this repo public, I had to do some clean up because I didn't know much about software development when I first worked on the project.

My commits had bad email addresses because I evidently didn't set up my .gitconfig back then. I used this GitHub script to rewrite the author info.

I also didn't know about the concept of gitignore, so I had .pyc files, Excel spreadsheets, and even a PDF explaining how SVGs work in the repo. I removed them from the Git history using The BFG.

My worst mistake was committing secrets, like my AWS secret access key. I used The BFG to remove them from the Git history as well.

The code is also generally quite bad, but it's nice to look back and know that I've gotten better at software development since then.

License

MIT