Skip to content

txn2/www

Repository files navigation

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