Skip to content

AndMerlin/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Blog

This is a Jekyll-based blog hosted on GitHub Pages.

Setup

  1. Install Ruby and Jekyll
  2. Run bundle install to install dependencies
  3. Run bundle exec jekyll serve to run locally
  4. Visit http://localhost:4000 to preview

Creating Posts

Posts go in the _posts/ directory with the naming convention: YYYY-MM-DD-title.md

Example front matter:

---
layout: post
title: "Your Post Title"
date: 2024-12-30
categories: [category1, category2]
tags: [tag1, tag2]
---

Deployment

Push to GitHub and enable GitHub Pages in repository settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages