All Projects → addyosmani → Medium Backups

addyosmani / Medium Backups

Labels

Medium Export

An example of how easy it can be to generate a site based on an RSS feed. IN this instance focussed on Medium's RSS Feeds

Quick start

You can get your own version of this site by just clicking the button below, and then providing a suitable Medium RSS feed URL.

Deploy to Netlify

What will clicking that button do?

Fair question. After clicking the button, Netlify will ask for your permission to clone this repo into your own GitHub account, and then create a new site for you in Netlify linked to that repo. It will also ask for a feed to ingest at build time (see below if for some to pinch if you need to).

Then it will build and deploy a new site for you, complete with hosting and continuous deployment all configured.

The whole thing should take less than a minute!

Medium RSS Linkspiration:

Local development

This site is built with Eleventy and have very few prerequisites:

  • Node
  • Npm or Yarm

Install and bootstrap

# clone this repository (or do that via the button above)
git clone [email protected]:philhawksworth/medium-export.git

# move into the working directory and install dependencies
cd medium-export
yarn

# generate and serve the site while watching for changes
yarn start

# build the site
yarn run build

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].