A place on the internet where I write about my write about my interests, hobbies, and projects.
Click here
- 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
- Follow this guide to install the prerequisites for Jekyll for your system if you have not already done so.
- Once all requirements are installed, run the following command below in a command line terminal:
gem install jekyll bundler
- 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}"
- Enter this command:
bundle exec jekyll serve
- Navigate to http://localhost:4000 in a browser.
- Profit!
Refer to the official Jekyll documentation for more information regarding installing and running Jekyll.