Welcome to my personal blog! This site is built with Jekyll and hosted on GitHub Pages.
This blog contains my thoughts, insights, and technical musings on various topics including software development, technology trends, and personal experiences.
To run this blog locally:
- Install Ruby and Bundler
- Clone this repository
- Run
bundle installto install dependencies - Run
bundle exec jekyll serveto start the development server - Visit
http://localhost:4000to view the site
Posts are written in Markdown and stored in the _posts directory. File names should follow the format: YYYY-MM-DD-post-title.md
Example post structure:
---
layout: post
title: "Your Post Title"
date: 2025-10-01 10:00:00 +0000
categories: [category1, category2]
tags: [tag1, tag2]
---
Your post content here...This site is automatically deployed to GitHub Pages when changes are pushed to the main branch. GitHub Pages builds the Jekyll site automatically.
This blog content is licensed under Creative Commons Attribution 4.0 International.