My Portfolio

A personal website built with Jekyll using the Chirpy theme.

Features

  • Blog posts in Markdown
  • Tags and categories for posts
  • Archives for posts
  • About page
  • Contact page
  • Disqus comments
  • Google Analytics integration

Getting Started

To run the blog locally:

  1. Clone this repository
  2. Run bundle install to install dependencies
  3. Run bundle exec jekyll serve
  4. View the blog at http://localhost:4000

Customize

You can customize the blog by editing files:

  • _config.yml - Site configuration like title, description, urls
  • /_posts/ - Blog posts
  • /pages/ - Static pages
  • /_data/ - Data files like navigation
  • /assets/ - Images, CSS stylesheets

Deploy

The blog can be deployed to GitHub Pages or any static host. Just run jekyll build and upload the contents of _site/ folder.

License

The content of this blog is licensed under CC BY-NC-SA 4.0. The Chirpy theme by Anthropic is licensed under MIT.

Let me know if you have any other questions!