Update Readme
Update readme for Rangitaki version 1.3.
This commit is contained in:
parent
05d583f17f
commit
078237c7ec
1 changed files with 7 additions and 9 deletions
16
README.md
16
README.md
|
@ -29,7 +29,7 @@ My goal for Rangitaki was (and still is) to create a blogging engine without dat
|
||||||
- Google Analytics (optional)
|
- Google Analytics (optional)
|
||||||
- Twitter and OpenGraph meta tags
|
- Twitter and OpenGraph meta tags
|
||||||
- Different themes
|
- Different themes
|
||||||
- Easy localization (just 3 (!) strings)
|
- Easy localization (just a few strings)
|
||||||
- Custom footer
|
- Custom footer
|
||||||
- Navigation drawer (can be disabled)
|
- Navigation drawer (can be disabled)
|
||||||
- Tags
|
- Tags
|
||||||
|
@ -37,9 +37,9 @@ My goal for Rangitaki was (and still is) to create a blogging engine without dat
|
||||||
- Mobile-first
|
- Mobile-first
|
||||||
- JavaScript Extension Support
|
- JavaScript Extension Support
|
||||||
- Pagination support
|
- Pagination support
|
||||||
|
- Atom feed generation
|
||||||
- Rangitaki Control Center (RCC; optional, read the [RCC Documentation](https://marcel-kapfer.de/rangitaki/docs/rcc))
|
- Rangitaki Control Center (RCC; optional, read the [RCC Documentation](https://marcel-kapfer.de/rangitaki/docs/rcc))
|
||||||
- Online post upload
|
- Have a look under 'What is that RCC?' in this readme
|
||||||
- More will come...
|
|
||||||
|
|
||||||
## Did you say 'themes'?
|
## Did you say 'themes'?
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ It has the following features:
|
||||||
- Post deleting
|
- Post deleting
|
||||||
- Post editing
|
- Post editing
|
||||||
- Media upload
|
- Media upload
|
||||||
|
- Atom feed generation
|
||||||
|
|
||||||
[Read the RCC documentation](https://marcel-kapfer.de/rangitaki/docs/rcc)
|
[Read the RCC documentation](https://marcel-kapfer.de/rangitaki/docs/rcc)
|
||||||
|
|
||||||
|
@ -68,9 +69,10 @@ It has the following features:
|
||||||
|
|
||||||
Would you like to see your Rangitaki blog here? Write me a message at [marcelmichaelkapfer@yahoo.co.nz](mailto:marcelmichaelkapfer@yahoo.co.nz)
|
Would you like to see your Rangitaki blog here? Write me a message at [marcelmichaelkapfer@yahoo.co.nz](mailto:marcelmichaelkapfer@yahoo.co.nz)
|
||||||
|
|
||||||
## Used Library
|
## Used Libraries
|
||||||
|
|
||||||
- For converting the Markdown blog articles into HTML code I use [Parsedown](http://parsedown.org)
|
- For converting the Markdown blog articles into HTML code Rangitaki uses [Parsedown](http://parsedown.org).
|
||||||
|
- For creating the atom feeds Rangitaki uses [picoFeed](https://github.com/fguillot/picoFeed)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -88,7 +90,3 @@ You can follow my personal Twitter and Google+ account to receive news about the
|
||||||
|
|
||||||
- [Twitter @mmk2410](https://twitter.com/mmk2410)
|
- [Twitter @mmk2410](https://twitter.com/mmk2410)
|
||||||
- [Google+ +MarcelKapfer](https://plus.google.com/+MarcelMichaelKapfer/posts)
|
- [Google+ +MarcelKapfer](https://plus.google.com/+MarcelMichaelKapfer/posts)
|
||||||
|
|
||||||
## Trello
|
|
||||||
|
|
||||||
- [Trello Board](https://trello.com/b/7qb5I6EQ/rangitaki)
|
|
||||||
|
|
Reference in a new issue