π Notes
π Notes
This repository contains personal notes and blogs written in Markdown.
It is hosted using GitHub Pages with a customized Jekyll setup.
π How It Works
This site is powered by:
- GitHub Pages
- Hosts the website directly from this repository
- Jekyll
- Converts Markdown (
.md) files into static HTML
- Converts Markdown (
- Theme Customization
- Uses a Jekyll theme with custom CSS overrides
When code is pushed to the main branch:
- GitHub Pages runs Jekyll automatically
- All
.mdfiles are converted to HTML - The selected theme is applied
- Custom styles override default theme styles
- The generated static site is deployed automatically
No manual build or server setup is required.
π Project Structure
.
βββ _config.yml # GitHub Pages + Jekyll configuration
βββ README.md # Home page
βββ git.md # Example note page
βββ ssl/
β βββ help.md # Example note page
βββ assets/
β βββ main.scss # Theme + custom style loader
βοΈ Configuration
The _config.yml file controls:
- Site title
- Description
- Theme
Example:
title: Notes
description: My notes & blogs from markdown files
theme: minima
π¨ Customization
Custom styles are added using: assets/main.scss
- imported basic
minimastyles - showing hamburger menu always
- hided the double title