techsGivingArchive

techsGivingArchive

Jekyll website for an event that didn't happen in university. Mainly a template of with place holder information.

TechsGiving Website

A static website to advertise an online competitive codeing competition set to occur on november of 2021. Visit?

Technologies

  • Jekyll: This website uses static site generator Jekyll to render its pages. Information about Jekyll can be found here. This site uses version 3.9.0 of jekyll. View the Gemfile.lock file for more information on which versions of the dependencies this site uses.
  • Github pages
  • Plain js, html and scss

Launching

Locally

To launch the site locally, you'll need to install jekyll by following the instructions on this site.

After Jekyll is installed, clone this repository via git clone. Then run the following command:

$ bundle exec jekyll serve

The site should display on localhost 4000.

On Pages

Fork this repository and follow the instructions on this site.