This is my personal homepage built with Jekyll and GitHub Pages.
To run this website locally:
- Install Ruby and Bundler
- Run
bundle install - Run
bundle exec jekyll serve - Visit
http://localhost:4000
Use docs/post-template.md when creating new posts.
- Copy the template into
_posts/YYYY-MM-DD-your-title.md - Fill
title,description,tags, andimg - Keep image paths relative to
assets/img/(example:posts/welcome.svg) - Commit and push to
mainto publish via GitHub Pages
This project is licensed under the MIT License - see the LICENSE file for details.