Chubasquero

A CMS built on top of Pelican


Keywords
flask-application, material-design-lite, pelican, pelican-static-site-generator, python3, vuejs2, webapp
License
AGPL-3.0
Install
pip install Chubasquero==1.0.0

Documentation

Chubasquero

Chubasquero is a CMS built on top of Pelican.

Chubasquero has a UI

Chubasquero has an editor

Why

When working with static blog/site generators like Pelican it is common (at least for me) to have an editor to create and edit posts, a terminal to generate the site and a browser to preview the site changes.

Features

  • Create posts.
  • Edit posts.
  • Edit post metadata such as category or tags.
  • Convert a post to page and viceversa.
  • Add translations to posts/pages.
  • Generate the site.
  • Preview the site.

How to install it

> pip install chubasquero

This will install the last version avaliable of Pelican.

How to use it

Chubasquero is a CLI program (you need a terminal). Go to any pelican project, with a pelicanconf.py in its root, then just type in the terminal

> chubasquero

Wait a few seconds. Chubasquero will open your default browser or a tab in your default browser with the webapp ready to be used.

To close the application press Ctrl+C on the terminal where chubasquero is running.

Made with

  • Flask
  • Vuejs
  • Material Design Lite

License

AGPLv3