This is an educational blog built with Chirpy, a feature-rich and minimal theme for Jekyll. It is optimized for writing, reading, and technical blogging.
- Minimal and responsive design
- Dark/Light mode toggle
- Full-text search
- Tags and categories support
- Reading time and word count
- Comments (Disqus, Giscus, etc.)
- Auto Table of Contents
- PWA support (installable)
.
_config.yml # Main configuration file
_posts/ # Blog articles (Markdown)
_tabs/ # Static pages (About, Contact)
_data/ # YAML data files (nav, locales, etc.)
_includes/ # Partial HTML includes
_layouts/ # HTML layout templates
_sass/ # Sass partials
assets/ # CSS, JS, images
pages/ # Additional custom pages
Gemfile # Ruby gem dependencies
index.html # Homepage
- Edit
_config.yml
to configure:- Title, description, author
- Theme mode (light/dark/auto)
- Navigation and footer items
- Social links, SEO options
- Add blog posts in
_posts/
using the format:YYYY-MM-DD-title.md
- Customize styles in
assets/css/
or Sass files in_sass/
- Add pages in
_tabs/
orpages/
folders
This project is licensed under the MIT License.
The Chirpy theme is also MIT licensed.
- Theme: Chirpy by @cotes2020
- Built with: Jekyll