Add zine theme

This commit is contained in:
Michael Walker 2015-09-12 21:29:33 +01:00
parent 67d242a7af
commit 6335ff308b
4 changed files with 119 additions and 0 deletions

View file

@ -0,0 +1,23 @@
<?php
$theme = array(
'name' => 'Zine',
'description' => 'sex on digital paper',
'version' => 'v9001',
'config' => array(
array('title' => 'Page title',
'name' => 'title',
'type' => 'text'),
array('title' => 'Slogan',
'name' => 'subtitle',
'type' => 'text',
'comment' => '(optional)'),
array('title' => 'File',
'name' => 'file',
'type' => 'text',
'default' => 'zine/index.html')),
'build_function' => 'zine_build');
?>