Skip to content

olivesgatech/FunML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunML Website Workflow

This repo builds the FunML website from a downloaded lecture zip.

Prerequisites

  • python3
  • pandoc
  • Python package: beautifulsoup4

Install dependency:

pip install beautifulsoup4

Folder Layout

  • source/raw/: extracted lecture zip content
  • lectures/: generated lecture HTML pages
  • assets/exercises/: generated per-lecture exercises pages
  • assets/slides/: local slide PDFs
  • buildsite.py: main build script
  • update_from_downloads.sh: convenience script to copy/extract zip and build

Update From Downloads Zip

Use the helper script:

./update_from_downloads.sh "/home/yogita/Downloads/FunML_Sp_26_LectNotes.zip"

If you run without an argument, it uses the default zip path configured inside update_from_downloads.sh.

What this script does:

  1. Copies the zip into source/FunML_Sp_26_LectNotes.zip
  2. Extracts into source/raw/
  3. Runs buildsite.py to regenerate website files

Build Manually

python3 buildsite.py --src source/raw --out .

Preview Locally

From repo root:

python3 -m http.server 8000

Open: http://localhost:8000

Publish

git add -A
git commit -m "Update FunML site content"
git push origin main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages