Static Websites with Pillar

There are several ways to generate a website in Pharo, one example is Ecstatic. To get started, one can download it using:

% git clone https://github.com/guillep/ecstatic.git
% cd ecstatic
% ./_scripts/install.sh

Generate a new site with:

% cd $HOME/tmp
% ecstatic createsite
Website structure generated at: /Users/jborden/tmp/site
Posted by John Borden at 11 February 2019, 3:31 am link