A modern, minimal personal blog built with Jekyll and Tailwind CSS. Perfect for developers who want a clean, professional blog on GitHub Pages.
.html extensionsyourusername.github.io (replace with your GitHub username)That's it! š Your blog is now live at https://yourusername.github.io
Want to customize your blog or run it locally?
git clone https://github.com/yourusername/yourusername.github.io.git
cd yourusername.github.io
bundle install
npm install
npm run build:css
bundle exec jekyll serve
Visit http://localhost:4000 to preview changes locally.
For detailed installation and setup: See INSTALL.md
Edit _config.yml:
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
title: Your Name
first_name: Your
last_name: Name
greeting: "Hi, I'm Your Name!"
email: [email protected]
url: "https://yourusername.github.io"
icon: āļø # emoji used as favicon
# Social Media
social:
- icon: fa-brands fa-github
link: https://github.com/yourusername
name: GitHub
# Add more...
Configuration is organized into clear sections with comments. For more: See CUSTOMIZING.md
Create _posts/2025-01-15-my-first-post.markdown:
---
layout: post
title: "My First Post"
date: 2025-01-15 10:00:00 +0000
tags: [tutorial, getting-started]
excerpt: "A brief description"
---
Your content here...
For more details: See CONTENT.md
https://yourusername.github.ioFor detailed deployment: See DEPLOYMENT.md
.
āāā _includes/ # Reusable components
āāā _layouts/ # Page templates
āāā _posts/ # Your blog posts
āāā _projects/ # Your projects
āāā assets/ # CSS, images
āāā docs/ # Documentation
āāā _config.yml # Configuration
āāā README.md # This file
Powered by these amazing tools:
Contributions are welcome! See CONTRIBUTING.md for guidelines.
MIT License - See LICENSE for details.
Made with ā¤ļø for developers
ā Star this repo if you find it useful!
š“ Fork it to create your own blog!
š¢ Share it with others!