All Projects → FedericoCeratto → Shoebill

FedericoCeratto / Shoebill

Licence: gpl-3.0
Web-based editor for Pelican and Nikola

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Shoebill

Django Bakery
A set of helpers for baking your Django site out as flat files
Stars: ✭ 360 (+1100%)
Mutual labels:  static-site-generator, static-site
Static Site Generators
A definitive list of tools for generating static websites.
Stars: ✭ 553 (+1743.33%)
Mutual labels:  static-site-generator, static-site
Charge
⚡️ An opinionated, zero-config static site generator.
Stars: ✭ 368 (+1126.67%)
Mutual labels:  static-site-generator, static-site
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+12046.67%)
Mutual labels:  static-site-generator, static-site
Forty Jekyll Theme
A Jekyll version of the "Forty" theme by HTML5 UP.
Stars: ✭ 695 (+2216.67%)
Mutual labels:  static-site-generator, static-site
Gridsome Portfolio Starter
A simple portfolio theme for Gridsome powered by Tailwind CSS v1
Stars: ✭ 329 (+996.67%)
Mutual labels:  static-site-generator, static-site
Webglstudio.js
A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
Stars: ✭ 4,508 (+14926.67%)
Mutual labels:  editor, webapp
11tyby
Simple 11ty setup using TypeScript, SASS, Preact with partial hydration, and other useful things. Aims to provide the DX of Gatsby, but using 11ty!
Stars: ✭ 38 (+26.67%)
Mutual labels:  static-site-generator, static-site
Microsite
Do more with less JavaScript. Microsite is a smarter, performance-obsessed static site generator powered by Preact and Snowpack.
Stars: ✭ 632 (+2006.67%)
Mutual labels:  static-site-generator, static-site
Headlesscms.org
Source for headlesscms.org
Stars: ✭ 628 (+1993.33%)
Mutual labels:  static-site-generator, static-site
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (+960%)
Mutual labels:  static-site-generator, static-site
Generator Infinitely Static
💫 Static page generator with routes support thats infinitely awesome
Stars: ✭ 11 (-63.33%)
Mutual labels:  static-site-generator, static-site
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (+820%)
Mutual labels:  static-site-generator, static-site
Darkmatter
The notebook-style Common Lisp environment
Stars: ✭ 336 (+1020%)
Mutual labels:  editor, webapp
simply-static-deploy
WordPress plugin to deploy static sites easily to an AWS S3 bucket.
Stars: ✭ 48 (+60%)
Mutual labels:  static-site-generator, static-site
Assemble
Community
Stars: ✭ 3,995 (+13216.67%)
Mutual labels:  static-site-generator, static-site
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (-20%)
Mutual labels:  static-site-generator, static-site
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (-33.33%)
Mutual labels:  static-site-generator, static-site
Staticgen
Static website generator that lets you use HTTP servers and frameworks you already know
Stars: ✭ 628 (+1993.33%)
Mutual labels:  static-site-generator, static-site
Gatsby Starter Ghost
A starter template to build lightning fast websites with Ghost & Gatsby
Stars: ✭ 752 (+2406.67%)
Mutual labels:  static-site-generator, static-site

shoebill

Logo

Web-based editor for Pelican and Nikola

Build Status Latest release Number of downloads License

Features

  • Create and edit files
  • Commit file changes on Git (optional)
  • Run "make publish" and additional make targets
  • Authentication (optional)

Installation

Use virtualenv on package-based Linux distributions! Learn why

$ pip install shoebill

Usage

Create a regular Pelican or Nikola site directory (see pelican-quickstart documentation)

Make sure to create a Makefile

Run Shoebill as:

$ ./shoebill.py /path/to/the/pelican/site

And open in your browser: http://127.0.0.1:8080/edit/

You can create or delete users and change your password at: http://127.0.0.1:8080/admin/

Optionally you can specify:

-p <port number> (defaults to 8080)
--host <hostname/ip_address>   - Hostname/IP address to bind at 
-D                             - Bottle debugging mode
-t <target>, --target <target> - Additional make target to be executed from the UI
--no-auth                      - Disable authentication

Screenshots

ScreenShot

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].