]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Fri, 16 Dec 2011 04:59:02 +0000 (00:59 -0400)
committeradmin <admin@branchable.com>
Fri, 16 Dec 2011 04:59:02 +0000 (00:59 -0400)
doc/todo/submodule_support.mdwn

index c495c0ce1baae0a16445b8cc3758e99b83f9fd00..c10e3ff0207cc964e2240bae465a3170384e30e2 100644 (file)
@@ -3,4 +3,8 @@ 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
 
     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]]