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