light_blog hg clone http://hg.clarus.me/light_blog
view README @ 44:55bdb2143414
Article 'LightBlog le moteur de blogs léger'
| author | Guillaume Claret <guillaume@claret.me> |
|---|---|
| date | Mon Dec 12 18:33:26 2011 +0100 (5 months ago) |
| parents | |
| children |
line source
1 LightBlog: the blogging made simple and stupid
3 Features:
4 - no complex database, just text configuration files
5 - generation of static HTML
6 - easy to customize: only 100 lines of Ruby code, plus HTML templates
7 - comment system based on Disqus
9 Usage:
10 - download it on http://hg.clarus.me/light_blog/
11 - data are already filled with my own blog (in French)
12 - compile it with "make" (needs a working installation of Ruby)
13 - folders:
14 - blog/: the output of the compilation; contains the "index.html"
15 - posts/: articles in plain HTML. Use "<h3>" for the subtitles.
16 Naming convention: "year-month-day Title in UTF8.html"
17 - static/: static files, such as pictures or CSS
18 - templates/: templates in Ruby and HTML
19 - configuration:
20 - set the config variables in the Makefile
21 - adapt the templates
22 - add your own CSS
23 - ...
