Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
1.4 KiB

##################
# WALA OPTIONS #
##################
%WalaConf = (
RecentChangesMaxLines => 50,
DefaultUserName => 'Anonymous',
StyleSheet => 'http://p1k3.com/wala/wala.css',
DefaultPageText => "Write something.\n",
CookieSurvivalDays => 90,
HomePage => "HomePage",
TimeZone => "UTC",
TitleString => "p1k3 wala::",
ScriptName => "http://p1k3.com/wala/wala.pl",
CheckSetup => 0,
# No trailing slash on RootDir, please.
RootDir => "/home/bbearnes/wala",
FeedURL => "http://p1k3.com/wala/wala_feed.pl",
ShowSearchlinks => 1,
UseCache => 1,
);
$WalaConf{LogFile} = $WalaConf{RootDir} . '/log';
$WalaConf{PagesDir} = '/home/bbearnes/wala/pages';
$WalaConf{CacheDir} = '/home/bbearnes/wala/cache';
$WalaConf{DiffDir} = '/home/bbearnes/wala/diffs';
########################
# display.pl options #
########################
%DISPLAY_CONF = (
ROOT_DIR => "/home/bbearnes/p1k3.com/archives",
URL_ROOT => "http://p1k3.com/",
IMAGE_URL_ROOT => "http://p1k3.com/",
HEADER => 'header',
FOOTER => 'footer',
stylesheet_url => 'http://p1k3.com/p1k3.css',
favicon_url => 'http://p1k3.com/favicon.png',
feed_url => 'http://p1k3.com/feed',
author => 'Brennen Bearnes',
description => '',
license => '',
);