generator-pelican

0.0.2 • Public • Published

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!

Package Sidebar

Install

npm i generator-pelican

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Unpacked Size

7.78 kB

Total Files

12

Last publish

Collaborators

  • sennav