Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 579 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 579 Bytes

Cyber Club website

Source code for the CU Cybersecurity Club's website. This site is written using Hugo.

Developing the site

Download the latest release of Hugo and place it somewhere on your PATH. You can then start testing the site locally by running hugo server and going to http://localhost:1313.

Adding content to the site

All pages for the site are written using Markdown; pages are stored in the content/ directory.