Skip to content

hawatri/HawatriLogs

Repository files navigation

HawatriLogs - Personal Blog

A clean, minimal personal blog built with Jekyll and hosted on GitHub Pages.

Features

  • ✍️ 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

Getting Started

Local Development

  1. Install Jekyll:

    gem install jekyll
  2. Start local server:

    jekyll serve
  3. Visit: http://localhost:4000

Deployment

  1. Push to GitHub
  2. Enable GitHub Pages in repository settings
  3. Your site will be available at: https://hawatri.github.io/HawatriLogs

Writing Posts

Create new posts in _posts/ folder:

---
layout: post
title: "Your Post Title"
date: 2024-01-01
excerpt: "Brief description"
---

Your content here...

Structure

├── _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! 🚀

About

A clean, minimal personal blog built with Jekyll and hosted on GitHub Pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •