datasets / publicbodies

A database of public bodies such as government departments, ministries etc.
http://publicbodies.org
MIT License
63 stars 26 forks source link

Migrate site from Express.js to Jekyll #158

Closed augusto-herrmann closed 2 years ago

augusto-herrmann commented 2 years ago

The site used to be served as a hosted Express.js 4.7.4 application.

This PR converts the whole site to a static site, generated with Jekyll 4.2.0, to be hosted on any static hosting provider, like Github Pages. It also adds a Github Action workflow to rebuild and redeploy the site automatically at any time anything is pushed to the master branch.

Fixes #154.

augusto-herrmann commented 2 years ago

Let's merge this PR to get the site back online with Github Pages.