diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-06 12:04:24 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-06 12:04:24 -0500 |
commit | c4fcdd54ffbf7bcce319a7fcd21c51022632780b (patch) | |
tree | 0d6e08ee20cfa9c8e1fc79ba097c8417a3674477 /doc | |
parent | 5ce231ada7425d2259ccb2c82b4e63ffbbcac14d (diff) | |
download | ikiwiki-c4fcdd54ffbf7bcce319a7fcd21c51022632780b.tar ikiwiki-c4fcdd54ffbf7bcce319a7fcd21c51022632780b.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/ikiwiki_and_big_files.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/ikiwiki_and_big_files.mdwn b/doc/forum/ikiwiki_and_big_files.mdwn index 8e36278e5..7c213e5a3 100644 --- a/doc/forum/ikiwiki_and_big_files.mdwn +++ b/doc/forum/ikiwiki_and_big_files.mdwn @@ -51,6 +51,9 @@ ps. here's how to calculate space taken by html, picture and video files: Can underlay plugin handle the case that source and destination directories are the same? I'd rather have just one copy of these underlay files on the server. + +> No, but enabling hardlinks accomplishes the same effect. --[[Joey]] + And did I goof in the setup file since I got this: $ ikiwiki -setup blog.setup -rebuild --verbose @@ -71,3 +74,9 @@ And did I goof in the setup file since I got this: # directory in srcdir that contains directive descriptions -Mikko + +> The plugin seems to present a bad default value in the setup file. +> (Fixed in git.) A correct configuration would be: + + add_underlays => ['/home/users/mcfrisk/www/blog/media'], + |