diff options
author | Christopher Baines <mail@cbaines.net> | 2014-06-25 22:18:37 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2014-06-27 23:09:45 +0100 |
commit | 26ae2af16b137034912c366147db5ed87182cb7d (patch) | |
tree | b2537a07b80a685702fc7ee26133ca9b5b656b97 /README | |
download | album-examples-26ae2af16b137034912c366147db5ed87182cb7d.tar album-examples-26ae2af16b137034912c366147db5ed87182cb7d.tar.gz |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +# album examples for ikiwiki + +This repository contains a number of examples for the ikiwiki album plugin. + +The album plugin is not currently included in ikiwiki. To build the examples, +you can use the included Makefile to clone the album branch from +git://git.cbaines.net/ikiwiki, which includes the album plugin. + +Alternatively, you can follow the instructions on the Ikiwiki website to +install the album plugin. + +## Examples + +### Basic + +Contains 5 ikiwiki logos, taken from the ikiwiki website. + +Each of the setup files builds the wiki with a different theme. + +## Build Details + +The included makefile will download ikiwiki, build it, and then use it to +build all of the examples. + +The examples will end up in dest. |