diff --git a/README.md b/README.md index fd81d74..e30f077 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,30 @@ # µblog -Easy to setup, integrate into existing pages and customize micro blog. Requires PHP only (no database needed). +Easy to setup, integrate into existing pages and customize micro blog. +Requires PHP only (no database needed). -# Adding content -Blog posts are stored as html files, so you can use whatever mark-up you like. -The first line of the file is interpreted as the post title. The order of the posts is managed by the file names, that's why all files should be named like the following {incrementing number}.html +## Installation +0. Download the newest release from https://github.com/ozzi-/-blog/releases +1. Unzip folder +2. Copy to your www root folder +3. Done -# Configuration +## Adding content +Blog posts are stored as html files - you can use whatever mark-up you like. +The first line of the file is interpreted as the post title. +The order of the posts is managed by the file names, that's why all files should be named like the following {incrementing number}.html + +## Configuration blogconfig.php contains three variables, thats all it takes setting up the blog. -# Changing the design -In the templates folder you can tweak µblog design easily. +## Changing the design +In the templates folder you can tweak µblog design with ease. +Terms in dobule curly brackets will be replaced by µblog automagically. +Example of header.html: + +```