diff options
| author | Julian Blake Kongslie | 2011-11-20 17:05:33 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2011-11-20 17:05:33 -0800 |
| commit | c24c235e97543add6e6fcdf3886d1bd528947c2a (patch) | |
| tree | f78ff9e9666d3c8efc62fe9fb76e51dc538d122b /writing.setup | |
| download | writing-c24c235e97543add6e6fcdf3886d1bd528947c2a.tar.xz | |
First run at a setup file.
Diffstat (limited to 'writing.setup')
| -rw-r--r-- | writing.setup | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/writing.setup b/writing.setup new file mode 100644 index 0000000..187f601 --- /dev/null +++ b/writing.setup | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | # IkiWiki::Setup::Yaml - YAML formatted setup file | ||
| 2 | |||
| 3 | adminemail: jblake@omgwallhack.org | ||
| 4 | allow_symlinks_before_srcdir: 0 | ||
| 5 | atom: 1 | ||
| 6 | default_plugins: | ||
| 7 | - link | ||
| 8 | - listdirectives | ||
| 9 | - map | ||
| 10 | - mdwn | ||
| 11 | - progress | ||
| 12 | - toc | ||
| 13 | destdir: /srv/www/statictyping.org/writing | ||
| 14 | git_wrapper: /srv/ikiwiki/writing/.git/hooks/post-update | ||
| 15 | hardlink: 0 | ||
| 16 | html5: 1 | ||
| 17 | htmlext: html | ||
| 18 | indexpages: 0 | ||
| 19 | locale: en_US.UTF-8 | ||
| 20 | numbacklinks: 0 | ||
| 21 | prefix_directives: 1 | ||
| 22 | rcs: git | ||
| 23 | rss: 1 | ||
| 24 | srcdir: /srv/ikiwiki/writing | ||
| 25 | templatedir: /usr/share/ikiwiki/templates | ||
| 26 | timeformat: '%c' | ||
| 27 | timezone: UTC | ||
| 28 | underlaydir: /usr/share/ikiwiki/basewiki | ||
| 29 | url: http://www.aremonadscheating.org/writing | ||
| 30 | usedirs: 1 | ||
| 31 | wiki_file_chars: '-[:alnum:]+/.:_' | ||
| 32 | wikiname: writing | ||
