Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.67 KB

File metadata and controls

83 lines (57 loc) · 2.67 KB

OhmLaws

GitHub license Build Status

Last Commit Deployment

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.

Live Demo

View Live Site


Features

  • 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)

Folder Structure

.
 _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

Customization

  • 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/ or pages/ folders

Changelog

Ohmlaws.github.io-CHANGELOG

For theme-level updates, refer to the Chirpy theme changelog


License

This project is licensed under the MIT License.

The Chirpy theme is also MIT licensed.


Credits