An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# OhmLaws

[![GitHub license](https://img.shields.io/github/license/ohmlaws/ohmlaws.github.io.svg?color=blue)](https://github.com/ohmlaws/ohmlaws.github.io/blob/main/LICENSE)
[![Build Status](https://github.com/ohmlaws/ohmlaws.github.io/actions/workflows/pages-deploy.yml/badge.svg)](https://github.com/ohmlaws/ohmlaws.github.io/actions)

[![Last Commit](https://img.shields.io/github/last-commit/ohmlaws/ohmlaws.github.io.svg)](https://github.com/ohmlaws/ohmlaws.github.io/commits/main)
[![Deployment](https://img.shields.io/github/deployments/ohmlaws/ohmlaws.github.io/github-pages)](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/)