Skip to content

Commit 7a9ab5b

Browse files
authored
Update README.md
1 parent db1ef76 commit 7a9ab5b

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
# µblog
2-
Easy to setup, integrate into existing pages and customize micro blog. Requires PHP only (no database needed).
2+
Easy to setup, integrate into existing pages and customize micro blog.
3+
Requires PHP only (no database needed).
34

4-
# Adding content
5-
Blog posts are stored as html files, so you can use whatever mark-up you like.
6-
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
5+
## Installation
6+
0. Download the newest release from https://github.com/ozzi-/-blog/releases
7+
1. Unzip folder
8+
2. Copy to your www root folder
9+
3. Done
710

8-
# Configuration
11+
## Adding content
12+
Blog posts are stored as html files - you can use whatever mark-up you like.
13+
The first line of the file is interpreted as the post title.
14+
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
15+
16+
## Configuration
917
blogconfig.php contains three variables, thats all it takes setting up the blog.
1018

11-
# Changing the design
12-
In the templates folder you can tweak µblog design easily.
19+
## Changing the design
20+
In the templates folder you can tweak µblog design with ease.
21+
Terms in dobule curly brackets will be replaced by µblog automagically.
22+
Example of header.html:
23+
24+
```<div class='blogTitle'>
25+
<a href="{{linkHome}}" class="linkNoDecoration">A new &#181;blog instance</a>
26+
</div><br>
27+
```
1328

1429
# Live demo
1530
Everybody likes live demos!

0 commit comments

Comments
 (0)