diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2011-12-16 00:56:42 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-12-16 00:56:42 -0400 |
commit | cce59e456d7b05103a61191a9acff652ff3fc4ff (patch) | |
tree | 7e45d551cafa5196419b45688b9f7c715d4b0fff /doc/todo | |
parent | f588010ef2c340d860777b0e7863c4e8ac842032 (diff) | |
download | ikiwiki-cce59e456d7b05103a61191a9acff652ff3fc4ff.tar ikiwiki-cce59e456d7b05103a61191a9acff652ff3fc4ff.tar.gz |
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/submodule_support.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/submodule_support.mdwn b/doc/todo/submodule_support.mdwn new file mode 100644 index 000000000..c495c0ce1 --- /dev/null +++ b/doc/todo/submodule_support.mdwn @@ -0,0 +1,6 @@ +I would love to be able to publish my theme in my personnal wiki. The theme is in a separate git repository, and i feel it would be pretty awesome if it was rendered within my main ikiwiki site. I have tried the following: + + 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]] |