A personal website built with Jekyll using the Chirpy theme.
- Blog posts in Markdown
- Tags and categories for posts
- Archives for posts
- About page
- Contact page
- Disqus comments
- Google Analytics integration
To run the blog locally:
- Clone this repository
- Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
- View the blog at http://localhost:4000
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
The blog can be deployed to GitHub Pages or any static host. Just run jekyll build
and upload the contents of _site/
folder.
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!