public
Description: A very basic site framework that uses HAML, YAML, Markdown, SmartyPants, and PHP. There will be an admin interface at some point.
Homepage:
Clone URL: git://github.com/trey/yark.git
yark / config.yaml
100644 22 lines (20 sloc) 0.428 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
debug: true
title: Yark
subtitle: Web 1.0 Done Right
owner: Trey Piepmeier
email: trey@example.com
password: password
domain: example.com
# php or haml
template_type: haml
stats:
  mint:
    # Example: /mint/
    location: /mint/
  google:
    # Example: UA-XXXXX-X
    account: UA-XXXXX-X
 
# You can safely leave the rest of these fields alone:
# ----------------------------------------------------
date_format: l F jS, Y