This is the primary website for the UNH Cybersecurity Club, which can be found here. Below are details on how to setup and edit the website.
- Git - Version control system
- Linux:
sudo apt install gitsudo yum install gitsudo dnf install git
- Windows:
- I recommend Git Bash
- You can also use normal WSL, and just install git
- Linux:
- Ruby - Used to run Jekyll site
- I Recommend using RVM to install Ruby
- Jekyll - Self-explanatory
- With ruby run
gem install jekyll
- With ruby run
- Editor Config - Standardize formatting for our project
- Liquid (VSCode) - Syntax highlighting for template files.
-
Install project dependencies:
bundle install
-
Run project locally:
bundle exec jekyll serveThis should run the project at localhost:4000