Skip to content

chrisrng/context-window-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context Window Blog

A Jekyll-powered blog hosted on GitHub Pages.

See it live on: https://chrisrng.github.io/context-window-blog

Backlog

Local Development

To run this site locally:

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

GitHub Pages Setup

This site is configured to work with GitHub Pages. To enable it:

  1. Go to your repository settings
  2. Navigate to "Pages" in the sidebar
  3. Under "Source", select the branch you want to deploy (usually main)
  4. Click "Save"

Your site will be published at https://<username>.github.io/<repository-name>/

Adding New Posts

Create a new file in the _posts directory with the format:

YYYY-MM-DD-title-of-post.md

Include front matter at the top:

---
layout: post
title: "Your Post Title"
date: YYYY-MM-DD HH:MM:SS -0000
categories: category1 category2
---

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published