diff options
author | fr33domlover <fr33domlover@web> | 2014-05-16 04:53:50 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-16 04:53:50 -0400 |
commit | 86c8b44573fa0695980ee87f8abf4e6c78850cb5 (patch) | |
tree | 7154e9dbf881b554b65ee0ff6af238d9b5c4148d /doc | |
parent | fa193ed4898f75a7a39715ba53a2a8ae6ebccc90 (diff) | |
download | ikiwiki-86c8b44573fa0695980ee87f8abf4e6c78850cb5.tar ikiwiki-86c8b44573fa0695980ee87f8abf4e6c78850cb5.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Export_images_when_building_the_wiki.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Export_images_when_building_the_wiki.mdwn b/doc/forum/Export_images_when_building_the_wiki.mdwn new file mode 100644 index 000000000..792271ac2 --- /dev/null +++ b/doc/forum/Export_images_when_building_the_wiki.mdwn @@ -0,0 +1,8 @@ +My repository contains image sources made with tools like Inkspace, Dia, LibreOffice, Gimp and so on. + +Instead of pushing the images themselves into git or manually exporting them to PNG/SVG, +I'd like to keep just the sources in git, and have ikiwiki compile them into the final +images just like it compiles Markdown into HTML. Is it possible to add new files types +and tell ikiwiki how to compile them? + +-- [[fr33domlover]] |