added a few articles, added media

This commit is contained in:
Timm Szigat
2014-10-26 19:35:05 +01:00
부모 6498447b0d
커밋 af8e095bf4
537개의 변경된 파일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';