https://github.com/ohmlaws/ohmlaws.github.io
This is the main repository for the OhmLaws educational website. It serves as the homepage and central hub, linking to both the 1st Year and 2nd Year study sections. Built with the Chirpy Jekyll theme, it provides easy navigation, search, and PWA support for students.
https://github.com/ohmlaws/ohmlaws.github.io
blog chirpy-theme chirpy-theme-starter education educational electrical-engineering iti study-material
Last synced: 3 months ago
JSON representation
This is the main repository for the OhmLaws educational website. It serves as the homepage and central hub, linking to both the 1st Year and 2nd Year study sections. Built with the Chirpy Jekyll theme, it provides easy navigation, search, and PWA support for students.
- Host: GitHub
- URL: https://github.com/ohmlaws/ohmlaws.github.io
- Owner: ohmlaws
- License: mit
- Created: 2025-08-07T06:38:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T18:52:33.000Z (5 months ago)
- Last Synced: 2026-01-15T19:16:32.228Z (5 months ago)
- Topics: blog, chirpy-theme, chirpy-theme-starter, education, educational, electrical-engineering, iti, study-material
- Language: HTML
- Homepage: https://ohmlaws.github.io/
- Size: 1.19 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# OhmLaws
[](https://github.com/ohmlaws/ohmlaws.github.io/blob/main/LICENSE)
[](https://github.com/ohmlaws/ohmlaws.github.io/actions)
[](https://github.com/ohmlaws/ohmlaws.github.io/commits/main)
[](https://github.com/ohmlaws/ohmlaws.github.io/deployments/activity_log)

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](https://ohmlaws.github.io/)
---
## 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](https://github.com/ohmlaws/ohmlaws-changelog/blob/main/docs/CHANGELOG_ohmlaws_ohmlaws.github.io.md)
For theme-level updates, refer to the Chirpy theme [changelog](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CHANGELOG.md)
---
## License
This project is licensed under the [MIT License](LICENSE).
The [Chirpy theme](https://github.com/cotes2020/chirpy-starter/blob/main/LICENSE) is also MIT licensed.
---
## Credits
- Theme: [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) by [@cotes2020](https://github.com/cotes2020)
- Built with: [Jekyll](https://jekyllrb.com/)