0.0.2 • Published 5 years ago

generator-pelican v0.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

generator-pelican

Pelican generator is a different way to set up a Pelican blog.

Installation

First you'll need pelican:

pip install pelican markdown

You'll also need Yeoman and generator-pelican both installed with npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-pelican

Then generate your new project:

mkdir awesome-blog
cd awesome-blog
yo pelican

View your blog

Just run npm start and let the magic begin! Write or alter anything on your content folder and the magic will happen again :)

Bootstrap a new post

Just run yo pelican:post and look for a file with the same name as the chosen slug.

Future work

  • Tests
  • Input check
  • Initialize git repository
  • Many others

Feel free to contribute!