| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
bundle installbundle exec jekyll servePosts 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.
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.Theme content and labels are stored in _data/site.yml.
| Back | FazBrowse Home | New Git URL |