Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotoscat/chubasquero
CMS built on top of Pelican
https://github.com/dotoscat/chubasquero
flask-application material-design-lite pelican pelican-static-site-generator python3 vuejs2 webapp
Last synced: about 24 hours ago
JSON representation
CMS built on top of Pelican
- Host: GitHub
- URL: https://github.com/dotoscat/chubasquero
- Owner: dotoscat
- License: agpl-3.0
- Created: 2018-01-06T17:57:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T18:23:57.000Z (about 7 years ago)
- Last Synced: 2025-01-02T10:19:47.765Z (29 days ago)
- Topics: flask-application, material-design-lite, pelican, pelican-static-site-generator, python3, vuejs2, webapp
- Language: JavaScript
- Size: 226 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Chubasquero
###########Chubasquero is a CMS built on top of Pelican.
.. image:: screenshot.png
:alt: Chubasquero has a UI
:scale: 50%
.. image:: screenshot-edit.png
:alt: Chubasquero has an editor
:scale: 50%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
=================.. code::
> 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.. code::
> 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 LiteLicense
=======.. image:: https://www.gnu.org/graphics/agplv3-155x51.png
:alt: AGPLv3