Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

PatLittle/PatLittle.github.io

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,605 Commits
1,605 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pat Little Blog (Jekyll)

A professional, Jekyll-based blog designed for GitHub Pages. The site includes a custom theme, home page hero, blog archive, resume page, and structured data in _data/site.yml.

Local development

  1. Install Ruby (recommended: 3.x) and Bundler.
  2. Install dependencies:
    bundle install
  3. Run the site locally:
    bundle exec jekyll serve
  4. Visit http://localhost:4000.

Adding a blog post

Posts live in the _posts/ folder and must use the format YYYY-MM-DD-title.md.

Example:

---
title: "Your Post Title"
category: "Product"
---

Your post content goes here.

The category field shows up as the tag on the home page cards.

Adding a new page (resume, about, etc.)

Pages live in the pages/ folder. Add front matter with a permalink so the URL is predictable.

Example for a resume page:

---
layout: page
title: "Resume"
permalink: /resume/
---

Content goes here.

Adding images or other assets

  • Place images in assets/images/.
  • Reference them with absolute paths, for example: ![Alt text](/assets/images/your-image.png).
  • Store other files (like PDFs) in assets/ and link to them directly (e.g., /assets/resume.pdf).

Customizing the theme

Theme content and labels are stored in _data/site.yml.

  • Hero content: _data/site.ymlhero
  • Profile details: _data/site.ymlprofile
  • Highlights and topics: _data/site.ymlsections
  • Styling: assets/css/style.css

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.