bct / sloth-log

Write entries in Maruku, track them with git, generate (X)HTML when you push.

This URL has Read+Write access

sloth-log / config.yaml
100644 32 lines (23 sloc) 0.866 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# you need to delete the following line before the program will run.
UNEDITED: true
 
# directory to save output files to (required)
output directory: ./output/
 
# directory to get input files from
# (you can comment out the line if you don't want it)
maruku directory: ./entries/ # maruku files
atom directory: ./atom/ # XML Atom entries
 
# HTTP path that this will all be accessible under (required)
#http root: /sloth
 
# this is prefixed to each entry's slug to create an ID URL (required)
#id prefix: http://example.org/
 
# system-wide blog title
title: (configure me)
 
# system-wide author details - good idea to fill in at least the name.
# (you can also give per-entry author names with the Author attribute)
#author:
# name: The Author
# uri: http://example.org/
# email: author@example.org
 
# URL of stylesheet to use
#css url:
 
entries per page: 10