diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-08 14:01:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-08 14:05:39 -0400 |
commit | 7dbad39bbe93ebcc05f278965906fd1c77d2bc34 (patch) | |
tree | 7ea21efa8dfb879e648f8cd45bf9b17597c50ebd /doc/setup.mdwn | |
parent | d4c11466bad0e0aa3ac3c6f0bfc7577633d0d744 (diff) | |
download | ikiwiki-7dbad39bbe93ebcc05f278965906fd1c77d2bc34.tar ikiwiki-7dbad39bbe93ebcc05f278965906fd1c77d2bc34.tar.gz |
Add --changesetup mode that allows easily changing options in a setup file.
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r-- | doc/setup.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 03fed3aa9..266222cc3 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -102,6 +102,12 @@ After making changes to this file, you need to tell ikiwiki to use it: % ikiwiki -setup foo.setup +Alternatively, you can ask ikiwiki to change settings in the file for you: + + % ikiwiki -changesetup foo.setup -plugin goodstuff + +See [[usage]] for more options. + ## Customizing file locations As a wiki compiler, ikiwiki builds a wiki from files in a source directory, |