From f6bd81db15340bd1bfa69e98f377099036308b7b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Mar 2008 21:02:47 -0400 Subject: Added a hardlink option in the setup file, useful if the source and dest are on the same filesystem and the wiki includes large media files, which would normally be copied, wasting time and space. --- doc/ikiwiki.setup | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 9468e7508..99c81cf04 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -129,6 +129,9 @@ use IkiWiki::Setup::Standard { #recentchangesnum => 100, # Use new '!'-prefixed preprocessor directive syntax #prefix_directives => 0, + # Attempt to make hardlinks to source files instead of copying them. + # Useful if the wiki contains large media files. + #hardlink => 1, # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase -- cgit v1.2.3