The master
branch contains the HTML files for the website rendered
using the static site generator
Uzu. The resulting
website is located at https://uzluisf.github.io/uzu-demo-site/.
The content files and theme used to generate the HTML are on the
source
branch.
- Perl 6 (see https://perl6.org/downloads/ for installation instructions)
- Uzu
- Using zef:
zef install Uzu
- From source:
git clone https://github.com/scmorrison/uzu.git cd uzu && zef install .
- Using zef:
After everything is properly setup:
- Clone the
source
branch andcd
intouzu-demo-site
$ git clone --single-branch --branch source https://github.com/uzluisf/uzu-demo-site.git
$ cd uzu-demo-site
- Render all templates and content files
$ uzu build
A build
directory will be created. You can either open it with a browser
and navigate to each HTML file to view it. Or else...
- Start a local web server
$ uzu webserver
By default, the site will be served at http://0.0.0.0:3000/.