Files
filament/site
Philip Rideout f1f9fde3a4 Various JavaScript updates.
Add shadows to the FlightHelmet demo, add a link to it on the site,
and add recently-introduced entry points to the JS bindings.
2019-03-08 12:56:48 -08:00
..
2019-03-08 12:56:48 -08:00
2018-11-13 10:57:20 -08:00

To re-build the site, simply run hugo with no arguments from the site folder. This consumes the content in site/ and repopulates docs/.

cd site
hugo
git add ../docs
git commit -m 'Update website.'