This commit is contained in:
Nils Schneider 2011-09-01 01:33:29 +02:00
parent 3381409392
commit 366ac64f89
2 changed files with 22 additions and 1 deletions

View file

@ -8,3 +8,18 @@ Requires [Jekyll](https://github.com/mojombo/jekyll)
* run jekyll
* output will be in \_site/
## Advanced Usage
### Alerts
You can easily put alerts on the homepage by changing the ALERT and ALERT\_CLASS variables in index.html.
Example:
```
ALERT_CLASS: error
ALERT: <strong>Security alert:</strong> Please upgrade to 0.3.25 as soon as possible!
```
will produce a red alert box. Possible classes are: error (red), info (blue), success (green) and warning (yellow)