diff options
Diffstat (limited to 'ikiwiki-um.yaml')
| -rw-r--r-- | ikiwiki-um.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ikiwiki-um.yaml b/ikiwiki-um.yaml new file mode 100644 index 0000000..df8818a --- /dev/null +++ b/ikiwiki-um.yaml | |||
| @@ -0,0 +1,37 @@ | |||
| 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 | - table | ||
| 15 | - trail | ||
| 16 | destdir: /srv/www/writing | ||
| 17 | ENV: | ||
| 18 | TZ: US/Pacific | ||
| 19 | gitorigin_branch: "" | ||
| 20 | hardlink: 0 | ||
| 21 | html5: 1 | ||
| 22 | htmlext: html | ||
| 23 | indexpages: 0 | ||
| 24 | locale: en_US.UTF-8 | ||
| 25 | numbacklinks: 0 | ||
| 26 | prefix_directives: 1 | ||
| 27 | rcs: git | ||
| 28 | rss: 1 | ||
| 29 | srcdir: /srv/ikiwiki/writing | ||
| 30 | templatedir: /usr/share/ikiwiki/templates | ||
| 31 | timeformat: '%c' | ||
| 32 | timezone: US/Pacific | ||
| 33 | underlaydir: /var/empty | ||
| 34 | url: http://www.jblake.org/writing | ||
| 35 | usedirs: 1 | ||
| 36 | wiki_file_chars: '-[:alnum:]+/.:_' | ||
| 37 | wikiname: writing | ||
