Updates based on recommendations from Tom
Update structure to use more footnotes
Update with recommendation from abdallah
brew install hugo
hugo server -D
hugo
hugo
public
directory to any hosting environment.
tar -C public -cvz . > site.tar.gz && hut pages publish -d a14m.srht.site site.tar.gz
npx wrangler pages deploy public
brew install docker
docker build . -t website
docker run -p 1313:1313 -it website
ordocker-compose build
docker-compose up