Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-poet

akshayp140.0.3

A generator for a blog powered by Poet using Yeoman

yeoman-generator, poet, wordpress

readme

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