Skip to content

de-soot/de-soot.github.io

Repository files navigation

de-soot.github.io

Personal website where I write technical blog posts.

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, navigate the terminal to the directory of the copy of the Github repository:
cd [Path of source code folder]
  1. Enter this command to preview the site:
bundle exec jekyll serve
  1. Navigate to http://localhost:4000 in a browser.
  2. Add your own Markdown posts inside the _posts folder.
  3. Profit!