A clean, minimal personal blog built with Jekyll and hosted on GitHub Pages.
- ✍️ Markdown Support - Write blog posts in markdown
- 🎨 Clean Design - Minimal, elegant styling with Tailwind CSS
- 📱 Responsive - Works perfectly on all devices
- 🚀 Fast - Static site generation for optimal performance
-
Install Jekyll:
gem install jekyll
-
Start local server:
jekyll serve
-
Visit:
http://localhost:4000
- Push to GitHub
- Enable GitHub Pages in repository settings
- Your site will be available at:
https://hawatri.github.io/HawatriLogs
Create new posts in _posts/ folder:
---
layout: post
title: "Your Post Title"
date: 2024-01-01
excerpt: "Brief description"
---
Your content here...├── _posts/ # Blog posts (markdown)
├── _layouts/ # Page templates
├── _includes/ # Reusable components
├── assets/ # CSS, JS, images
├── styles.css # Main stylesheet
└── _config.yml # Jekyll configuration
Welcome to Hawatri Logs! 🚀