Skip to content

akshayp/generator-poet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🎤 Generate a static blog powered by Poet.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published