/www

Site

Primary LanguageCSSApache License 2.0Apache-2.0

txn2

Develop site:

Install hugo:

brew install hugo

Generate site on local workstation for development:

hugo serve

Generate site into docs folder for deployment:

hugo -s . -d docs