You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,30 @@
1
1
# µ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).
3
4
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
7
10
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
9
17
blogconfig.php contains three variables, thats all it takes setting up the blog.
10
18
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 µblog instance</a>
0 commit comments