From add206419824af46e7c71e46f88fe4c70e71cdfb Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 27 Jun 2014 23:16:30 +0100 Subject: Add album page and examples --- .gitmodules | 3 +++ projects/ikiwiki.mdwn | 12 ++++++++++++ projects/ikiwiki/album | 1 + projects/ikiwiki/album.mdwn | 9 +++++++++ 4 files changed, 25 insertions(+) create mode 100644 projects/ikiwiki.mdwn create mode 160000 projects/ikiwiki/album create mode 100644 projects/ikiwiki/album.mdwn diff --git a/.gitmodules b/.gitmodules index f860b10..fc0795f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "projects/osm/leaflet-soton"] path = projects/osm/leaflet-soton url = git://git.cbaines.net/leaflet-soton.git +[submodule "projects/ikiwiki/album"] + path = projects/ikiwiki/album + url = git://git.cbaines.net/ikiwiki/album-examples.git diff --git a/projects/ikiwiki.mdwn b/projects/ikiwiki.mdwn new file mode 100644 index 0000000..a67e266 --- /dev/null +++ b/projects/ikiwiki.mdwn @@ -0,0 +1,12 @@ +[[!meta title="IkiWiki"]] +[[!tag ikiwiki]] + +# ikiwiki + +Ikiwiki is a wiki compiler. This site uses Ikiwiki. + +I like the simplicity of static site generation, and got involved initially +trying to get the OSM plugin to work. I then also began working on the album +plugin, and getting git-annex working with ikiwiki. + +[[!map pages="projects/ikiwiki/* and !projects/ikiwiki/*/*" show=title]] diff --git a/projects/ikiwiki/album b/projects/ikiwiki/album new file mode 160000 index 0000000..26ae2af --- /dev/null +++ b/projects/ikiwiki/album @@ -0,0 +1 @@ +Subproject commit 26ae2af16b137034912c366147db5ed87182cb7d diff --git a/projects/ikiwiki/album.mdwn b/projects/ikiwiki/album.mdwn new file mode 100644 index 0000000..1793c64 --- /dev/null +++ b/projects/ikiwiki/album.mdwn @@ -0,0 +1,9 @@ +[[!meta title="album plugin"]] +[[!tag ikiwiki/album]] + +This plugin allows you to include images and video on ikiwiki. + +The following set of examples allow you to see how you can use the album +plugin, and how it will display under mutiple themes. + +Examples -- cgit v1.2.3