generator-poet

0.0.3 • Public • Published

Generator-poet

Build Status Coverage Status Dependency Status

A generator for Yeoman to bootstrap a blog powered by Poet. In addition to setting up the basic directories needed it also lets you import a wordpress export file and parse it into markdown files that can then be used to view your old posts powered by Poet.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install -g generator-poet
  • Run: yo poet

Importing an existing wordpress blog

  • Export your blog to an xml file using these instructions
  • Install yeoman and the poet generatornpm install -g yo generator-poet
  • Run: yo poet
  • Select your blog name
  • Type out the file path where your wordpress backup is located
  • cd yourblogname; npm install; node app
  • Point your browser to http://localhost:3000
  • Profit

Known Issues

  • Lack of autocomplete while picking a file path for the wordpress export

Future Enhancements

  • Bootstrap barebones CSS using Pure CSS
  • Use HTML5 boilerplate as a starter template

License

MIT License

Package Sidebar

Install

npm i generator-poet

Weekly Downloads

2

Version

0.0.3

License

none

Last publish

Collaborators

  • akshayp