This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki/README.md

3.6 KiB

Rangitaki PHP blogging engine

Join the chat at https://gitter.im/rangitaki/rangitaki

Rangitaki is a simple to use and easy to configure blogging engine, written in PHP and it has absolutely no database dependencies.

Tested with PHP version 5.5 until 7.0.

Rangitaki

Wiki

About

Documentation

Quick Starting Guide

What is it?

My goal for Rangitaki was (and still is) to create a blogging engine without database dependencies (so you don't have to create database and tables and all that stuff) which is extremely easy and fast to setup and to learn. Rangitaki doesn't require any knowledge concerning PHP, JavaScript, HTML or CSS. You just need to know, how to upload something to your web server. There is also no need to compile anything, you just have to fill out twelve setting properties and then you can start writing your articles.

So, what can it do?

  • Post writing in Markdown with a few keywords for the title, tags, date and the author (all optional)
  • Multiple blogs
  • A Subpages for each article with a comment box (Disqus; can be disabled)
  • Share buttons (FAB; can be disabled)
  • Disqus integration (can be disabled)
  • Fast and easy configuration
  • Google Analytics (optional)
  • Twitter and OpenGraph meta tags
  • Different themes
  • Easy localization (just a few strings)
  • Custom footer
  • Navigation drawer (can be disabled)
  • Tags
  • Set author and date
  • Mobile-first
  • JavaScript Extension Support
  • Pagination support
  • Atom feed generation
  • Rangitaki Control Center (RCC; optional, read the RCC Documentation
    • Have a look under 'What is that RCC?' in this readme

Did you say 'themes'?

Yes. Rangitaki has a theme support which makes it easy to customize your blog concerning design.

Read the theme guide

What is that RCC?

This is disabled by default. Do not enable it without carefully reading the RCC documentation.

It has the following features:

  • Post upload
  • Post deleting
  • Post editing
  • Media upload
  • Atom feed generation

Read the RCC documentation

Used Libraries

  • For converting the Markdown blog articles into HTML code Rangitaki uses Parsedown.
  • For creating the atom feeds Rangitaki uses picoFeed

Contributing

Issues, Requests, etc.

For bug reports, feature requests and all other questions or recommendations feel free to create an issue here at GitLab.

Code

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new merge request

Read also the contributing documentation

Social

You can follow me on Twitter or subscribe my blog to receive news about Rangitaki.