jjg / preposterus-to-hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preposterus-to-hugo

Convert a Preposter.us blog posts into Markdown files.

Originally written to automate the migration of my Preposter.us blog to Hugo, I've ressurected the project to perform a simular conversion for a Next.js-based blog.

Usage

  1. Install dependencies: pip install -r requirements.txt
  2. Create an input directory: mkdir input
  3. Create an output directory: mkdir output
  4. Copy Preposter.us content into the input directory
  5. Run the import script: python import.py
  6. Examine results in the output directory

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%