diff options
| author | Julian Blake Kongslie | 2011-11-22 18:02:06 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2011-11-22 18:07:11 -0800 |
| commit | 5e136385242cf2ad65ba2bb2ca9832f2a4f3b891 (patch) | |
| tree | c9b6a8e8fcb6a5acf664dcd7ba832cc83fce67df /ikiwiki-urban.yaml | |
| parent | Collapsing all changes up until this point, mostly to compact the repo. (diff) | |
| download | writing-5e136385242cf2ad65ba2bb2ca9832f2a4f3b891.tar.xz | |
Setup for local test builds before pushes.
Diffstat (limited to 'ikiwiki-urban.yaml')
| -rw-r--r-- | ikiwiki-urban.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ikiwiki-urban.yaml b/ikiwiki-urban.yaml new file mode 100644 index 0000000..279b4ef --- /dev/null +++ b/ikiwiki-urban.yaml | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | # IkiWiki::Setup::Yaml - YAML formatted setup file | ||
| 2 | |||
| 3 | adminemail: jblake@omgwallhack.org | ||
| 4 | allow_symlinks_before_srcdir: 0 | ||
| 5 | allowatom: 1 | ||
| 6 | allowrss: 1 | ||
| 7 | atom: 1 | ||
| 8 | default_plugins: | ||
| 9 | - inline | ||
| 10 | - link | ||
| 11 | - listdirectives | ||
| 12 | - mdwn | ||
| 13 | - meta | ||
| 14 | - progress | ||
| 15 | - table | ||
| 16 | destdir: /srv/www/writing | ||
| 17 | ENV: | ||
| 18 | TZ: US/Pacific | ||
| 19 | hardlink: 0 | ||
| 20 | html5: 1 | ||
| 21 | htmlext: html | ||
| 22 | indexpages: 0 | ||
| 23 | locale: en_US.UTF-8 | ||
| 24 | numbacklinks: 0 | ||
| 25 | prefix_directives: 1 | ||
| 26 | rcs: git | ||
| 27 | rss: 1 | ||
| 28 | srcdir: /home/jblake/writing | ||
| 29 | templatedir: /usr/share/ikiwiki/templates | ||
| 30 | timeformat: '%c' | ||
| 31 | timezone: US/Pacific | ||
| 32 | underlaydir: /var/empty | ||
| 33 | url: http://www.aremonadscheating.org/writing | ||
| 34 | usedirs: 1 | ||
| 35 | wiki_file_chars: '-[:alnum:]+/.:_' | ||
| 36 | wikiname: writing | ||
