Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.2 KB

File metadata and controls

44 lines (29 loc) · 1.2 KB

bqst.github.io

About

This is the source code for my personal website, which is hosted at bqst.github.io.

Setup

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

Adding a new post

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.

License

This project is licensed under the MIT License.

Acknowledgements

This project was built using Jekyll, GitHub Pages, and Minimal Mistakes.

Contact

If you have any questions, feel free to contact me.