xsawyerx / PearlBee

Blogging system in Modern Perl
6 stars 2 forks source link

Complete support for generating a static version of the blog via wallflower #19

Closed book closed 8 years ago

book commented 8 years ago

The first part was done in Perl-Evozon/PearlBee#55.

The next step is to take out the [% settings.static && '.html' %] from the templates, and replace that by some url_for method call for the various objects.

xsawyerx commented 8 years ago

@book Didn't we finish and merge this in this fork?

book commented 8 years ago

I think that's exactly what happened in #20.