layout | title | nav_exclude | permalink | seo | ||||
---|---|---|---|---|---|---|---|---|
home |
Large Language Models Methods and Applications |
true |
/:path/ |
|
This is the website repository for the Fall 2023 iteration of 11-667: Large Language Models Methods and Applications.
This repo is based off the Just the Class Jekyll template, creared by Kevin Lin.
Just the Class extends the popular Just the Docs theme, which provides a robust and thoroughly-tested foundation for simple websites.
Getting started with Just the Class is simple.
- Create a new repository based on Just the Class.
- Update
_config.yml
andREADME.md
with your course information. Be sure to update the url and baseurl. - Configure a publishing source for GitHub Pages. Your course website is now live!
- Edit and create
.md
Markdown files to add more content pages.
Just the Class has been used by instructors at Stanford University (CS 161), UC Berkeley (Data 100), UC Santa Barbara (CSW8), Northeastern University (CS4530/5500), and Carnegie Mellon University (17-450/17-950). Share your course website and find more examples in the show and tell discussion!
Just the Class requires no special Jekyll plugins and can run on GitHub Pages' standard Jekyll compiler. To setup a local development environment, clone your template repository and follow the GitHub Docs on Testing your GitHub Pages site locally with Jekyll.