All Projects → APSL → Puput

APSL / Puput

Licence: mit
A Django blog app implemented in Wagtail

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Puput

Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+1794.89%)
Mutual labels:  blog, blogging, django
Wagtail
A Django content management system focused on flexibility and user experience
Stars: ✭ 11,387 (+2430.44%)
Mutual labels:  cms, wagtail, django
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (-14.22%)
Mutual labels:  cms, wagtail, django
Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-92.44%)
Mutual labels:  blog, cms, django
Jbt blog
一个基于Django2.0+Python3.6的博客/A simple blog based on python3.6 and Django2.0.
Stars: ✭ 137 (-69.56%)
Mutual labels:  blog, cms, django
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-58.22%)
Mutual labels:  blog, cms, blogging
Slimcms
SlimCMS - lightweight CMS based on slim 3 framework
Stars: ✭ 201 (-55.33%)
Mutual labels:  blog, cms, blogging
Firebase Cms
A CMS + E-commerce platform built with Angular and Firebase
Stars: ✭ 286 (-36.44%)
Mutual labels:  blog, cms
Jivejdon
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
Stars: ✭ 287 (-36.22%)
Mutual labels:  blog, cms
Codedoc
Create beautiful modern documentation websites.
Stars: ✭ 307 (-31.78%)
Mutual labels:  blog, blogging
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (-26.67%)
Mutual labels:  blog, cms
Djangocms Admin Style
django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
Stars: ✭ 282 (-37.33%)
Mutual labels:  cms, django
Longclaw
A shop for Wagtail CMS
Stars: ✭ 278 (-38.22%)
Mutual labels:  wagtail, django
Borgert Cms
Borgert is a CMS Open Source created with Laravel Framework 5.6
Stars: ✭ 298 (-33.78%)
Mutual labels:  blog, cms
Django Page Cms
Official Django page CMS git repository
Stars: ✭ 277 (-38.44%)
Mutual labels:  cms, django
Mediacms
MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
Stars: ✭ 313 (-30.44%)
Mutual labels:  cms, django
Wagtailmenus
An app to help you manage and render menus in your Wagtail projects more effectively
Stars: ✭ 275 (-38.89%)
Mutual labels:  wagtail, django
Ghost Cli
CLI Tool for installing & updating Ghost
Stars: ✭ 313 (-30.44%)
Mutual labels:  cms, blogging
Anchor Cms
A lightweight blog CMS for PHP
Stars: ✭ 3,359 (+646.44%)
Mutual labels:  blog, cms
Feather
Feather is a modern Swift-based content management system powered by Vapor 4.
Stars: ✭ 374 (-16.89%)
Mutual labels:  cms, blogging

Puput

.. image:: https://img.shields.io/pypi/v/puput.svg :target: https://pypi.python.org/pypi/puput/

.. image:: https://travis-ci.org/APSL/puput.svg?branch=master :target: https://travis-ci.org/APSL/puput

.. image:: https://readthedocs.org/projects/puput/badge/?version=latest :target: https://readthedocs.org/projects/puput/?badge=latest

.. image:: https://api.codacy.com/project/badge/grade/f96e31ee1b8c4aa2b1402f12308afe96
:target: https://www.codacy.com/app/marctc/puput

.. image:: https://img.shields.io/pypi/pyversions/puput.svg :target: https://pypi.org/project/puput/

.. image:: https://img.shields.io/pypi/djversions/puput.svg :target: https://pypi.org/project/puput/

Puput is a powerful and simple Django app to manage a blog. It uses the awesome Wagtail CMS <https://github.com/torchbox/wagtail>_ as content management system.

Puput is the catalan name for Hoopoe <https://en.wikipedia.org/wiki/Hoopoe>_ which is indeed a beautiful bird.

.. image:: http://i.imgur.com/3ByGQb6.png

Visit the documentation <http://puput.readthedocs.org>_ for an in-depth look at Puput.

Features


* Built with Wagtail CMS and Django
* Inspired in Wordpress and Zinnia
* Simple & responsive HTML template by default
* SEO friendly urls
* Support for Disqus comments
* Entries by author, tags, categories, archives and search term
* Last & popular entries
* Configurable sidebar widgets
* RSS feeds
* Related entries
* Extensible entry model
* Configurable default template color
* Social share of blog entries (Facebook, Twitter and LinkedIn)


.. image:: http://i.imgur.com/d13sGI3.png

Examples of blog sites made with Puput
  • Open Study Room <https://openstudyroom.org/blog/>_
  • Ncora Blog <https://www.ncora.com/blog/>_
  • Ncora TV <https://www.ncora.com/tv/>_
  • APSL <https://www.apsl.net/blog/>_
  • Nautic Advisor <https://www.nauticadvisor.com/blog/>_
  • Trespams <http://trespams.com/blog/>_
  • Body Therapy <http://bodytherapy.ru/blog/>_
  • Astro <http://www.mallorcasoft.es/blog/>_
  • Kontrabando Film Festival <https://www.kontrabandofilmfestival.org/blog/>_
  • IP/DE <https://ipde.com/>_

Setup


The setup process is explained `here <http://puput.readthedocs.io/en/latest/setup.html>`_.

Related repositories
  • wordpress-to-puput <https://github.com/APSL/wordpress-to-puput/>_: Import your Wordpress blog data into Puput.
  • blogger-to-puput <https://github.com/APSL/blogger-to-puput/>_: Import your Blogger blog data into Puput.
  • zinnia-to-puput <https://github.com/APSL/zinnia-to-puput/>_: Import your Zinnia blog data into Puput.
  • docker-puput <https://github.com/APSL/docker-puput/>_: Docker image for Puput blog.
  • puput-demo <https://github.com/APSL/puput-demo/>_: An example of blog Django app using Puput.
  • divio-wagtail-puput <https://github.com/divio/divio-wagtail-puput/>_: A Divio Cloud addon to install the Wagtail Puput weblog.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].