X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/cce59e456d7b05103a61191a9acff652ff3fc4ff..6fb43c29f63b85c3424520819427903e5a204426:/doc/todo/submodule_support.mdwn diff --git a/doc/todo/submodule_support.mdwn b/doc/todo/submodule_support.mdwn index c495c0ce1..d6a7edb03 100644 --- a/doc/todo/submodule_support.mdwn +++ b/doc/todo/submodule_support.mdwn @@ -3,4 +3,13 @@ I would love to be able to publish my theme in my personnal wiki. The theme is i git submodule add /usr/share/ikiwiki/themes/night_city/ git commit -m"add the theme to my site" ; git push -But this made really weird things on the other side. The files from the theme end up flat in the parent directory. Now I have reverted the above change and ikiwiki *still* generates those files. Not sure what is going on. Other people had experience with this? Or other suggestions on how to publish repositories within my site? -- [[anarcat]] +But this made really weird things on the other side. The files from the theme end up flat in the parent directory. Now I have reverted the above change and ikiwiki *still* generates those files. Not sure what is going on. + +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 [[plugins/underlay]] plugin to merge the +> contents of other directories into your wiki's source. --[[Joey]]