All Projects → Postleaf → Postleaf

Postleaf / Postleaf

Licence: mit
Simple, beautiful publishing with Node.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Postleaf

Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Stars: ✭ 39,261 (+7450.19%)
Mutual labels:  cms, publishing, blogging
Ghost Cli
CLI Tool for installing & updating Ghost
Stars: ✭ 313 (-39.81%)
Mutual labels:  cms, publishing, blogging
Feather
Feather is a modern Swift-based content management system powered by Vapor 4.
Stars: ✭ 374 (-28.08%)
Mutual labels:  cms, publishing, blogging
Slimcms
SlimCMS - lightweight CMS based on slim 3 framework
Stars: ✭ 201 (-61.35%)
Mutual labels:  cms, blogging, content-management
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-39.23%)
Mutual labels:  cms, content-management
Caffeine Theme
A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences
Stars: ✭ 300 (-42.31%)
Mutual labels:  publishing, blogging
Puput
A Django blog app implemented in Wagtail
Stars: ✭ 450 (-13.46%)
Mutual labels:  cms, blogging
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (-6.54%)
Mutual labels:  cms, content-management
Tribeca
A free theme for Ghost
Stars: ✭ 15 (-97.12%)
Mutual labels:  blogging, publishing
Anchor Cms
A lightweight blog CMS for PHP
Stars: ✭ 3,359 (+545.96%)
Mutual labels:  cms, content-management
Podcastgenerator
Open Source Podcast Publishing Solution since 2006
Stars: ✭ 344 (-33.85%)
Mutual labels:  cms, publishing
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (-47.69%)
Mutual labels:  cms, content-management
Dope
A unique tag-based theme for Ghost
Stars: ✭ 44 (-91.54%)
Mutual labels:  blogging, publishing
ghost-on-heroku
One-button Heroku deploy for the Ghost 3.2.0 blogging platform.
Stars: ✭ 232 (-55.38%)
Mutual labels:  blogging, publishing
Joomla Cms
Home of the Joomla! Content Management System
Stars: ✭ 3,995 (+668.27%)
Mutual labels:  cms, content-management
Airship
Secure Content Management for the Modern Web - "The sky is only the beginning"
Stars: ✭ 422 (-18.85%)
Mutual labels:  cms, content-management
Pico
Pico is a stupidly simple, blazing fast, flat file CMS.
Stars: ✭ 3,494 (+571.92%)
Mutual labels:  cms, content-management
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (-16.15%)
Mutual labels:  cms, content-management
Alto
A clean, minimalist theme featuring a light and dark mode for Ghost
Stars: ✭ 109 (-79.04%)
Mutual labels:  blogging, publishing
Prometheus
🌈 A Clean And Modern Ghost Theme with Progressive Web Apps (PWA)
Stars: ✭ 94 (-81.92%)
Mutual labels:  blogging, publishing

A note from the author

Postleaf — at least in its current form — has been discontinued. In the future, I'd like to bring it back as something different. Maybe an open source project. Maybe a SaaS product. I'm not sure at this point.

The world still needs a simple platform to encourage blogging and the decentralization of publishing. Unfortunately, This version of Postleaf didn't fill that gap because it was too difficult and expensive for the majority of users to install and host. Aside from that, the world of web hosting has changed significantly in recent years.

For now, I'm taking some time to focus on other projects and interests. I hope to revisit Postleaf again when the time is right for me, but I'm not exactly sure when that might be.

That said, I'm archiving the Postleaf repository. Anyone is welcome to fork the project and carry the torch, but I'm hanging onto the "Postleaf" name, U.S. trademark, and website, so new maintainers will need to release it under a different name.

Thanks for the many years of encouragement. While my vision for Postleaf wasn't fully realized, I've learned so much from this project and its community. I'm still excited for Postleaf's future.

— Cory


Postleaf

Simple, beautiful publishing.

Postleaf on a laptop, tablet, and phone

Postleaf is a beautifully designed open source blogging platform built for the modern publisher.

Created by Cory LaViska

This software is dedicated to my daughter, Sophia, and my son, Calvin. Chase your dreams, lil’ ones. 💙💚

Documentation

Detailed instructions for installing, updating, and creating themes can be found at postleaf.org/docs.

Installation for Developers

This guide assumes you're installing Postleaf locally for development purposes. Please make sure the following dependencies are installed on your system before continuing:

  • Node 7 (lower versions have not been tested and are not supported)
  • npm
  • Git
  • SQLite 3
  • GraphicsMagick

You will also need access to an SMTP server for sending emails. Otherwise, you won't be able to create users, perform password resets, etc. If you don't already have a transactional email service, the folks over at Discourse have put together a great list of email providers — many of which offer free plans.

To install Postleaf in a development environment, follow these instructions.

  1. Open a terminal and clone the project and default theme:
git clone https://github.com/Postleaf/postleaf.git
git clone https://github.com/Postleaf/empower-theme.git themes/empower-theme
  1. Make a copy of .env.example and name it .env. Open it and change AUTH_SECRET to a random string to secure your app. Then add your SMTP credentials so email can be sent. You also need to set the APP_URL to http://localhost:3000/.
  2. Install dependencies and run the build script:
npm install
sudo npm install -g gulp-cli
gulp build
  1. Now launch the app:
node app.js

At this point, you should be able to see Postleaf running by pointing your browser to http://localhost:3000/.

Themes

To install a theme, simply add it to the themes directory. There are a few additional themes located in the main repo.

To learn how to create your own theme, refer to the theme documentation.

Support

Please do not use the issue tracker for personal support requests. Instead, visit postleaf.org/support for support.

License

©2017 A Beautiful Site, LLC

This software is copyrighted. You may use it under the terms of the MIT license. See LICENSE.md for details.

All code is copyrighted by A Beautiful Site, LLC except where noted. Third-party libraries are copyrighted and licensed by their respective owners.

Postleaf is maintained under the Semantic Versioning guidelines and we adhere to them as closely as possible.


“The starting point of all achievement is desire.” — Napoleon Hill

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