Source code for the cloud696 website.
- clone this repo
- navigate to the local directory
- Install hugo (
brew install hugo
) - install dependencies (
npm install
) - run hugo and host the site locally (
hugo server -D
) - go to
http://localhost:8080/
to see the site
The site is powered by hugo. To learn about it, read the docs.