mathblogging / mathblogging-base

The new base
MIT License
1 stars 2 forks source link

mathblogging-base

A new base for mathblogging.org

How it works

This code base is a very simple "feed planet". It takes a bunch of feeds (organized by categories), fetches them, creates a (Jekyll) page and feed merging the feeds of each category. It also grabs some Twitter data to pull in "picks" from editors. Finally, there are some automation tools for running a cron job to build the site continuously.

The various parts

data

the main parts

tools

automation

How to re-use

First, you need a simple spreadsheet with entries like

feedURL, category1, category2, category3

Then you'll need to remove all mathblogging specific data.

For example,

Not perfect, we know. If you need help, file an issue.