Skip to content

ihatesea69/Personal-Blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Blog

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

Quick Start

  1. Create a new repository on GitHub named yourusername.github.io
  2. Push this code to the repository
  3. Go to repository Settings > Pages > Select "Deploy from a branch" > Choose main branch
  4. Your blog will be live at https://yourusername.github.io

Writing New Posts

Create a new file in _posts/ folder with format: YYYY-MM-DD-title-of-post.md

Example:

_posts/2025-12-16-my-new-post.md

Each post needs front matter at the top:

---
layout: post
title: "Your Post Title"
date: 2025-12-16 10:00:00 +0700
categories: [category1, category2]
tags: [tag1, tag2]
---
Your content here in Markdown...

Customization

Edit _config.yml to update:

  • Site title and description
  • Author information
  • Social links
  • Theme settings

Local Development (Optional)

If you have Ruby installed:

bundle install
bundle exec jekyll serve

Then visit http://localhost:4000

About

My Personal Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages