This is the source code for the lockdown.ubnetdef.org
website. It can be built using hugo.
- Clone this repository to a directory of your choice
- Run
hugo serve --buildDrafts
- Open
http://localhost:1313
(or whatever address the above command tells you) - Add/Edit as many files you want. Any changes (when saved) should automatically be reflected in the development website you opened in Part 3.
- Push/Pull Request any changes you did, and we'll merge them in! It should automatically deploy to the website on a successful push to this repository.
- Run
hugo
- Copy over the generated directory from
/public
to the webroot