added a few articles, added media

This commit is contained in:
Timm Szigat
2014-10-26 19:35:05 +01:00
父節點 6498447b0d
當前提交 68bb02d6b2
共有 624 個文件被更改,包括 28682 次插入66 次删除

查看文件

@@ -0,0 +1,21 @@
<?php
// ----- Don't edit this -----------------
require_once(dirname(__FILE__) . '/engine/Updater.php');
// ---------------------------------------
// ----- You can edit these settings: -----
//date_default_timezone_set('Europe/Berlin'); // Sometimes I hate PHP. This is one of those times.
$basepath = "/var/www/chaospott.de";
// Paths
Updater::$source_path = "$basepath";
Template::$template_dir = "$basepath/templates";
Updater::$dest_path = "$basepath/www";
Updater::$cache_path = "$basepath/cache";
Updater::$post_extension = '.md';
// Blog metadata
Post::$blog_title = 'Chaospott';
Post::$blog_url = 'http://chaospott.de/';
Post::$blog_description = 'Chaospott';