Showing our slide
trumpocalypse-ui is a way of displaying data collected in a trumpocalypse data set.
This repo provides Jekyll template to display a collection of links. On its own it's just a data renderer, but if you have a Jekyll site you can use this data along with a data store to keep your own log.
These steps assume you have an existing Jekyll site. If you don't, GitHub pages is a great way to set one up.
- Add trumpocalypse as a submodule within your _data directory
git submodule add https://github.com/Sagelt/trumpocalypse.git trumpocalypse
- Add trumpocalypse renderer as a submodule wherever you'd like the page to live. For example, if you add the submodule under /pages, you'd run this command there.
git submodule add https://github.com/Sagelt/trumpocalypse-ui.git trumpocalypse
- Update as often as you'd like
git submodule update --remote
As above, but replace the repo links being added with your own repos.
Please send your pull requests! There's plenty of improvements to be made in the UI.
Favicon by Fabián Sanabria.
Some friends and I have a group chat where we share news stories. garykac had the great idea of hosting a page to collect all these things. It resonated with me because I'd heard advice to keep a log of changes to avoid the slow redefinition of 'normal' under Trump. I wanted to make something that could be merged easily so people can share what they find, so I expanded on garykac's idea.
Yep.
I used stuff I like. I was more interested in creating a tool anyone could fork and host themselves than fancy CMS features.
I host a live version on my site which is also based on a git repo.