diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | ikiwiki-phenylalanine.yaml (renamed from writing.setup) | 0 | ||||
| -rw-r--r-- | ikiwiki-urban.yaml | 36 |
3 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eecda60 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| /.ikiwiki | |||
diff --git a/writing.setup b/ikiwiki-phenylalanine.yaml index 443fb41..443fb41 100644 --- a/writing.setup +++ b/ikiwiki-phenylalanine.yaml | |||
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 | ||
