Skip to content

de-soot/de-soot.github.io

Repository files navigation

My Personal Website

A place on the internet where I write blog posts about my projects.

Visit Website Online

Just click here

Local Development

  1. Download a copy of the github repository's files onto your computer.
  2. Follow the guide to install the prerequisites for Jekyll: https://jekyllrb.com/docs/installation.
  3. Once all requirements are installed, run this in your terminal: gem install jekyll bundler.
  4. Now that everything's installed and you are good to go, use cd to navigate to the folder where the you downloaded the copy of the Github repository and type and enter this into the terminal: jekyll serve.
  5. Navigate to localhost:4000.
  6. Profit!