diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-16 14:58:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-24 19:43:16 -0400 |
commit | 767c58d7a5c5f2944b30b8eb2c68c6c1238f43fa (patch) | |
tree | 918d337e24e6791f083ca09486a89f5b61222c2d /doc/todo | |
parent | 90aefedc7c568d6c0c01186ab4d4485d7a173788 (diff) | |
download | ikiwiki-767c58d7a5c5f2944b30b8eb2c68c6c1238f43fa.tar ikiwiki-767c58d7a5c5f2944b30b8eb2c68c6c1238f43fa.tar.gz |
response
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/submodule_support.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/submodule_support.mdwn b/doc/todo/submodule_support.mdwn index c10e3ff02..56a11ce0b 100644 --- a/doc/todo/submodule_support.mdwn +++ b/doc/todo/submodule_support.mdwn @@ -8,3 +8,8 @@ But this made really weird things on the other side. The files from the theme en To be really clear here: this is an arbitrary source code repository that I want to include, I do not mean to enable the theme with this, this could very well be presentation material, C source code or whatever else... In fact, I think this would be a powerful way to do syntax highlightning for source code published on your website... Other people had experience with this? Or other suggestions on how to publish repositories within my site? -- [[anarcat]] + +> Ikiwiki does not support git submodules. +> +> You can use the [[ikiwiki/plugin/underlay]] plugin to merge the +> contents of other directories into your wiki's source. --[[Joey]] |