aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/submodule_support.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2011-12-16 00:59:02 -0400
committeradmin <admin@branchable.com>2011-12-16 00:59:02 -0400
commit04c74a45983ad2368eaa1f8ab0afb2a16108ac19 (patch)
treedeb32af0d68ab8be89add68f07d43e1defdbcd1b /doc/todo/submodule_support.mdwn
parent486cb66d9980ca5005786d2575e1cf09e8c60876 (diff)
downloadikiwiki-04c74a45983ad2368eaa1f8ab0afb2a16108ac19.tar
ikiwiki-04c74a45983ad2368eaa1f8ab0afb2a16108ac19.tar.gz
Diffstat (limited to 'doc/todo/submodule_support.mdwn')
-rw-r--r--doc/todo/submodule_support.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/submodule_support.mdwn b/doc/todo/submodule_support.mdwn
index c495c0ce1..c10e3ff02 100644
--- a/doc/todo/submodule_support.mdwn
+++ b/doc/todo/submodule_support.mdwn
@@ -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
-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]]