Skip to content

sfayka/lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab.knoxanalytics.com

A simple GitHub Pages (Jekyll) site for lab.knoxanalytics.com.

What’s here

  • Home page with short intro + latest posts
  • Essays page listing writing
  • Experiments page listing repos + blurbs (data-driven)
  • Now page describing current focus + related essays

Local preview

Prerequisites

  • Ruby (2.6 or higher) - You have Ruby installed ✓
  • Bundler - You have Bundler installed ✓

This repo tracks Gemfile.lock so local builds and GitHub Pages builds stay aligned. If your Bundler install is picky, use the local bundle path in the troubleshooting step below instead of ignoring the lockfile.

Setup and run

  1. Install dependencies:

    bundle install
  2. Start the Jekyll server:

    bundle exec jekyll serve
  3. Open your browser: Navigate to http://localhost:4000

The site will automatically rebuild when you make changes to files. Press Ctrl+C to stop the server.

If you are setting up the site on a new machine, the usual workflow is:

bundle install
bundle exec jekyll serve

Troubleshooting

  • If you get permission errors, you may need to install gems to a local path:

    bundle config set --local path 'vendor/bundle'
    bundle install
  • If you encounter issues with the minima theme, try:

    bundle update

Deploy (GitHub Pages)

  1. Create a new GitHub repo (recommended name: lab or lab-site).
  2. Push this repo.
  3. In GitHub repo → Settings → Pages:
    • Source: Deploy from a branch
    • Branch: main / root
  4. Set Custom domain to lab.knoxanalytics.com.

DNS

For a subdomain, create a CNAME record:

  • Host/Name: lab
  • Type: CNAME
  • Target: sfayka.github.io

This repo includes a CNAME file already.

About

Knox Analytics Lab Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors