Skip to content

de-soot/de-soot.github.io

Repository files navigation

de-soot.github.io

A place on the internet where I write about my write about my interests, hobbies, and projects.

Usage

Visit Online

Click here

Run Locally

  1. Clone this github repository onto your computer by simply downloading the source code from this Github repository, or by using git:
git clone https://github.com/de-soot/de-soot.github.io
  1. Follow this guide to install the prerequisites for Jekyll for your system if you have not already done so.
  2. Once all requirements are installed, run the following command below in a command line terminal:
gem install jekyll bundler
  1. Now that everything's installed and good to go, navigate the terminal to the directory where the you downloaded the copy of the Github repository, like so:
cd "{Path of source code folder}"
  1. Enter this command:
bundle exec jekyll serve
  1. Navigate to http://localhost:4000 in a browser.
  2. Profit!

Refer to the official Jekyll documentation for more information regarding installing and running Jekyll.