]> sipb.mit.edu Git - ikiwiki.git/commitdiff
A wish about ikiwiki looking for its local setup.
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Sun, 17 May 2009 15:37:54 +0000 (11:37 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 17 May 2009 15:37:54 +0000 (11:37 -0400)
doc/wikitemplates/discussion.mdwn

index d63f0e3740972cc38b89f51dcf7057b31a9e57d4..f97444e5f5975555c04a1b939ad28878c6ec60b3 100644 (file)
@@ -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.