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.
Go to file
mmk2410 7eb917f115 Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00
articles Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00
blogs Switch to files named "example.*" 2015-08-22 09:14:55 +02:00
extensions JavaScript extension support 2015-12-05 18:21:22 +01:00
lang Better Code Style 2015-12-18 21:59:34 +01:00
media Switch to files named "example.*" 2015-08-22 09:14:55 +02:00
rcc Delete Posts 2015-12-06 15:19:16 +01:00
res Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00
themes Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00
update-scripts rangitaki in lowercase 2015-12-07 15:56:55 +01:00
.gitignore Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00
LICENSE Version 1.0 beta 2015-02-21 21:04:03 +01:00
README.md Update README.md 2015-08-22 10:48:39 +02:00
config.php Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00
index.php Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00

README.md

Rangitaki PHP blogging engine

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

Website

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 3 (!) strings)
  • Custom footer
  • Navigation drawer (can be disabled)
  • Tags
  • Set author and date
  • Mobile-first
  • Rangitaki Control Center (RCC; optional, read the RCC Documentation)
    • Online post upload
    • More will come...

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.

The RCC (Rangitaki Control Center) is still in development and features right now only a post upload. If you wanna use it you have to change file permissions manually on your server and also add some values to different text files.

Read the RCC documentation

Where can I see an example?

Would you like to see your Rangitaki blog here? Write me a message at marcelmichaelkapfer@yahoo.co.nz

Used Library

  • For converting the Markdown blog articles into HTML code I use Parsedown

Contributing

  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 Pull Request

Read also the contributing documentation

Social

You can follow my personal Twitter and Google+ account to receive news about the Rangitaki blogging engine.

Trello