This is the source code for my personal website, which is hosted at bqst.github.io.
To run this project locally, you will need to have Ruby and Bundler installed. Once you have those, run the following commands:
git clone
cd bqst.github.io
bundle install
bundle exec jekyll serve
To add a new post, create a new file in the _posts
directory. The file name should be in the format YYYY-MM-DD-title-of-post.markdown
. The file should start with the following header:
---
layout: post
title: "Title of post"
date: YYYY-MM-DD HH:MM:SS +0100
categories: [category1, category2]
tags: [tag1, tag2]
---
The rest of the file should be written in Markdown.
This project is licensed under the MIT License.
This project was built using Jekyll, GitHub Pages, and Minimal Mistakes.
If you have any questions, feel free to contact me.