Doug Bell
/
Statocles-0.098
/
site/gallery/index.markdown
title: Gallery
data:
sites:
- name: Chicago.PM
url: http://chicago.pm.org
source: http://github.com/ChicagoPM/ChicagoPM.github.io
description: Website for the Chicago Perl Mongers
images:
- chicagopm-main.jpg
- chicagopm-inner.jpg
- name: Indie Palate
url: http://indiepalate.com
source: http://github.com/preaction/www.indiepalate.com
description: Cooking / recipe blog
images:
- indiepalate.jpg
Gallery
Here are some sites that use Statocles. Want to add yours? Tell us about
it or send a pull
request.
% for my $site ( @{ $self->data->{sites} } ) {
<%= $site->{name} %>
<%= $site->{description} %>
% for my $img ( @{ $site->{images} } ) {
% }
% }