From 5e136385242cf2ad65ba2bb2ca9832f2a4f3b891 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Tue, 22 Nov 2011 18:02:06 -0800 Subject: Setup for local test builds before pushes. --- .gitignore | 1 + ikiwiki-phenylalanine.yaml | 37 +++++++++++++++++++++++++++++++++++++ ikiwiki-urban.yaml | 36 ++++++++++++++++++++++++++++++++++++ writing.setup | 37 ------------------------------------- 4 files changed, 74 insertions(+), 37 deletions(-) create mode 100644 .gitignore create mode 100644 ikiwiki-phenylalanine.yaml create mode 100644 ikiwiki-urban.yaml delete mode 100644 writing.setup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eecda60 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.ikiwiki diff --git a/ikiwiki-phenylalanine.yaml b/ikiwiki-phenylalanine.yaml new file mode 100644 index 0000000..443fb41 --- /dev/null +++ b/ikiwiki-phenylalanine.yaml @@ -0,0 +1,37 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +adminemail: jblake@omgwallhack.org +allow_symlinks_before_srcdir: 0 +allowatom: 1 +allowrss: 1 +atom: 1 +default_plugins: + - inline + - link + - listdirectives + - mdwn + - meta + - progress + - table +destdir: /srv/www/aremonadscheating.org/writing +ENV: + TZ: US/Pacific +git_wrapper: /home/jblake/git/writing.git/hooks/post-update +hardlink: 0 +html5: 1 +htmlext: html +indexpages: 0 +locale: en_US.UTF-8 +numbacklinks: 0 +prefix_directives: 1 +rcs: git +rss: 1 +srcdir: /srv/ikiwiki/writing +templatedir: /usr/share/ikiwiki/templates +timeformat: '%c' +timezone: US/Pacific +underlaydir: /var/empty +url: http://www.aremonadscheating.org/writing +usedirs: 1 +wiki_file_chars: '-[:alnum:]+/.:_' +wikiname: writing 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 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +adminemail: jblake@omgwallhack.org +allow_symlinks_before_srcdir: 0 +allowatom: 1 +allowrss: 1 +atom: 1 +default_plugins: + - inline + - link + - listdirectives + - mdwn + - meta + - progress + - table +destdir: /srv/www/writing +ENV: + TZ: US/Pacific +hardlink: 0 +html5: 1 +htmlext: html +indexpages: 0 +locale: en_US.UTF-8 +numbacklinks: 0 +prefix_directives: 1 +rcs: git +rss: 1 +srcdir: /home/jblake/writing +templatedir: /usr/share/ikiwiki/templates +timeformat: '%c' +timezone: US/Pacific +underlaydir: /var/empty +url: http://www.aremonadscheating.org/writing +usedirs: 1 +wiki_file_chars: '-[:alnum:]+/.:_' +wikiname: writing diff --git a/writing.setup b/writing.setup deleted file mode 100644 index 443fb41..0000000 --- a/writing.setup +++ /dev/null @@ -1,37 +0,0 @@ -# IkiWiki::Setup::Yaml - YAML formatted setup file - -adminemail: jblake@omgwallhack.org -allow_symlinks_before_srcdir: 0 -allowatom: 1 -allowrss: 1 -atom: 1 -default_plugins: - - inline - - link - - listdirectives - - mdwn - - meta - - progress - - table -destdir: /srv/www/aremonadscheating.org/writing -ENV: - TZ: US/Pacific -git_wrapper: /home/jblake/git/writing.git/hooks/post-update -hardlink: 0 -html5: 1 -htmlext: html -indexpages: 0 -locale: en_US.UTF-8 -numbacklinks: 0 -prefix_directives: 1 -rcs: git -rss: 1 -srcdir: /srv/ikiwiki/writing -templatedir: /usr/share/ikiwiki/templates -timeformat: '%c' -timezone: US/Pacific -underlaydir: /var/empty -url: http://www.aremonadscheating.org/writing -usedirs: 1 -wiki_file_chars: '-[:alnum:]+/.:_' -wikiname: writing -- cgit v1.2.3