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
Marcel Kapfer 36bef95804
Updated README
2018-01-04 00:50:36 +01:00
articles Pagination and Code Style improovements 2015-12-20 17:50:22 +01:00
bin added excerpt feature to config script 2016-08-03 16:38:50 +02:00
blogs Nav item with link to external page 2016-12-29 09:40:35 +01:00
ci still trying to make gitlab ci work 2016-06-04 16:46:36 +02:00
extensions npm, Gulp, Minimize 2016-04-26 20:24:17 +02:00
feed Atom feed 2016-02-16 14:19:17 +01:00
lang Excerpt feature. https://phab.mmk2410.org/T121 2016-08-02 19:53:08 +02:00
media Switch to files named "example.*" 2015-08-22 09:14:55 +02:00
rcc Hide url blogs from selection field in the rcc 2016-12-30 00:05:01 +01:00
res Hide url blogs from selection field in the rcc 2016-12-30 00:05:01 +01:00
src Excerpt feature. https://phab.mmk2410.org/T121 2016-08-02 19:53:08 +02:00
tests Added tests for BlogListGenerator 2016-12-30 00:05:40 +01:00
themes theme recompile 2016-08-02 19:50:54 +02:00
update-scripts Update Script for 1.5.0 2016-08-03 18:29:16 +02:00
vendor composer update 2016-12-30 00:04:12 +01:00
.gitignore Added emacs files to gitignore 2016-12-29 09:39:59 +01:00
.gitlab-ci.yml still trying to make gitlab ci work 2016-06-04 16:46:36 +02:00
CHANGELOG.md Version bump to 1.5.0 2016-08-03 18:32:40 +02:00
LICENSE Version bump to 1.4.0 2016-05-07 17:41:31 +02:00
README.md Updated README 2018-01-04 00:50:36 +01:00
composer.json Composer: codeguy/Upload 2016-04-18 11:04:26 +02:00
composer.lock composer update 2016-12-30 00:04:12 +01:00
config.yaml Version bump to 1.5.0 2016-08-03 18:32:40 +02:00
feature-graphic.png Added feature graphic. 2018-01-04 00:36:51 +01:00
gulpfile.coffee npm, Gulp, Minimize 2016-04-26 20:24:17 +02:00
index.php Improved testability of BlogListGenerator 2016-12-29 21:59:55 +01:00
package.json Version bump to 1.5.0 2016-08-03 18:32:40 +02:00

README.md

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.