This repository hosts the course website for CSE 198 HKN Outreach, built with Jekyll and the "Just the Docs" theme.
- Code/config: Apache License 2.0 (see
LICENSE). - Site/course content (Markdown text, syllabus, guides, images/media): © 2026 Andrew Jeter — All rights reserved, unless a page/file states otherwise (see
NOTICE).
- Ruby & Bundler
- Jekyll
- Install dependencies:
bundle install
- Serve the site:
bundle exec jekyll serve - Visit
http://localhost:4000
Edit _data/schedule.yml to update the weekly schedule table.
Edit _data/deadlines.yml or _data/events.yml to update key dates and outreach opportunities.
Markdown files are located in docs/ or the root directory. Use standard Markdown with Just the Docs front matter:
---
layout: default
title: Page Title
nav_order: 1
parent: Parent Page Name # Optional
---