forked from memowe/bootylite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootylite.conf
41 lines (30 loc) · 1.03 KB
/
bootylite.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
secret => 'Thanks for all the fish',
articles_dir => app->home->rel_dir('articles'),
pages_dir => app->home->rel_dir('pages'),
file_encoding => 'utf-8',
encoding => 'utf-8',
refresh_url => '/refresh',
name => 'Bootylite',
author => 'Zaphod Beeblebrox',
footer => <<'EOF',
Powered by <a href="http://github.com/memowe/bootylite">Bootylite</a>
on <a href="http://mojolicio.us/">Mojolicious::Lite</a>
on <a href="http://perl.org/">Perl</a>
EOF
date_format => '%D %T',
articles_per_page => 4,
articles_per_feed => 4,
feed_order => 'asc',
feed_link => 1,
feed_link_comments => 1,
tag_cloud_min => .7,
tag_cloud_max => 7,
separator => 'More...',
plugins => {
#comments => {
# comments_dir => app->home->rel_dir('comments'),
# encoding => 'utf-8',
#},
},
}