diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-29 21:02:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-29 21:02:47 -0400 |
commit | f6bd81db15340bd1bfa69e98f377099036308b7b (patch) | |
tree | b152102d7c4f29f426e8cf02d0cc949787ca3e3b /doc/ikiwiki.setup | |
parent | b95a86c069ccbcd89104f72081cfc25f986465e3 (diff) | |
download | ikiwiki-f6bd81db15340bd1bfa69e98f377099036308b7b.tar ikiwiki-f6bd81db15340bd1bfa69e98f377099036308b7b.tar.gz |
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.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 3 |
1 files changed, 3 insertions, 0 deletions
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 |