summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>2009-05-17 11:37:54 -0400
committerJoey Hess <joey@kitenet.net>2009-05-17 11:37:54 -0400
commitc8fcacc4969f75bea03aad038f209a725ddc2aa0 (patch)
tree92a985e5127ff18710e6a60c81f97cefd7c8dcbb
parentaa8d40e9417e37d6f1969f5c27062df38957d0b2 (diff)
A wish about ikiwiki looking for its local setup.
-rw-r--r--doc/wikitemplates/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/wikitemplates/discussion.mdwn b/doc/wikitemplates/discussion.mdwn
index d63f0e374..f97444e5f 100644
--- a/doc/wikitemplates/discussion.mdwn
+++ b/doc/wikitemplates/discussion.mdwn
@@ -42,3 +42,5 @@ templates *inside* the source repo would do?--Ivan Z.
> [[tips/untrusted_git_push]] to such a repository.) --[[Joey]]
Thanks, that's a nice and simple idea: to have a subdirectory! I'll try it. --Ivan Z.
+
+A [[!taglink wish|wishlist]]: the ikiwiki program could be improved so that it follows the same logic as git in looking for its config: it could ascend directories until it finds an `.ikiwiki/` directory with `.ikiwiki/setup` and then uses that configuration. Now I'm tired to always type `ikiwiki --setup path/to/the/setup --refresh` when working in my working clone of the sources; I'd like to simply type `ikiwiki` instead, and let it find the setup file. The default location to look for templates could also be made to be a sibling of the setup file: `.ikiwiki/templates/`. --Ivan Z.