Skip to content

UNHCSC/unhcsc.github.io

Repository files navigation

UNH Cybersecurity Website

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.

Prerequisites

Requirements

  • Git - Version control system
    • Linux:
      • sudo apt install git
      • sudo yum install git
      • sudo dnf install git
    • Windows:
      • I recommend Git Bash
      • You can also use normal WSL, and just install git
  • Ruby - Used to run Jekyll site
    • I Recommend using RVM to install Ruby
  • Jekyll - Self-explanatory
    • With ruby run gem install jekyll

Optional (but recommended)

Setup Project

  1. Install project dependencies:

    bundle install
  2. Run project locally:

    bundle exec jekyll serve

    This should run the project at localhost:4000

Project Structure

About

Website for UNH Cybersecurity Club

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •