Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parker Hance's Blog

A simple Jekyll blog for sharing thoughts, projects, and internship experiences.

Local Development

  1. Install Ruby and Bundler
  2. Install dependencies:
    bundle install
  3. Run the development server:
    bundle exec jekyll serve
  4. Visit http://localhost:4000

Structure

  • _config.yml - Jekyll configuration
  • _layouts/ - Page templates
  • _includes/ - Reusable components (header, nav, footer)
  • _posts/ - Blog posts
  • _internship_2025/ - 2025 internship weekly updates
  • assets/ - CSS, images, and other static files

Adding Content

Blog Post

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

---
layout: post
title: "My Post Title"
date: 2026-06-02
---

Post content here...

Internship Week

Create a file in _internship_2025/ with format weekN.md:

---
title: Week N
week: N
slug: weekN
photos:
  - /assets/images/weekN_1.jpg
---

Week content here...

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages