Browse Source

Update README.md

pull/146/merge
Kanti 11 years ago
parent
commit
899389b6ae
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      README.md

+ 9
- 9
README.md View File

@ -55,13 +55,13 @@ Rename `config.ini.example` inside the `config` folder to `config.ini` (or you c
Create `YourUsername.ini` inside the `config/users` folder or simply rename the `username.ini.example` file and write down your password there:
````
````cfg
password = YourPassword
````
HTMLy support admin user role either, simply add the following to your choosen user:
````
````cfg
role = admin
````
@ -72,7 +72,7 @@ You can login to admin panel at `www.example.com/login`.
### Lighttpd
Here a example configuration
````
````php
$HTTP["url"] =~ "^/config" {
url.access-deny = ( "" )
}
@ -95,7 +95,7 @@ url.rewrite-once = (
### Nginx
Here a basic configuration for nginx.
````
````nginx
server {
listen 80;
@ -165,13 +165,13 @@ That means the URL is `about/me`.
Content Title
-------------
If you write it offline, for the title of the post you need to add a title in the following format:
```html
<!--t Here is the post title t-->
<!--t Here is the post title t-->
Paragraph 1
Paragraph 2 etc.
Paragraph 1
Paragraph 2 etc.
```
So wrap the title with HTML comment with `t` for both side.
Demo


Loading…
Cancel
Save