No commit activity in last 3 years
No release in over 3 years
Extract infopages from a Pombola database dump
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.31
 Project Readme

Pombola - Extract info pages to Jekyll

Allows you to take a Pombola database dump and convert the info pages and blog posts into Jekyll format.

Install

gem install pombola_extract_info_pages

Usage

You need to specify DATABASE_URL in an environment variable pointing to a local Pombola database dump.

DATABASE_URL=postgres://localhost/shineyoureye pombola_extract_info_pages

This will create info pages in an info directory and put blog posts into the _posts directory.