Skip to content

Commit

Permalink
add katex in config
Browse files Browse the repository at this point in the history
  • Loading branch information
shensquared committed Jun 15, 2023
1 parent 2a2ef09 commit 64d7e75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,21 @@

title: 6.790 Machine Learning
email: [email protected]
description: "Graduate Machine Learning course from MIT EECS. Fall 2023 term."
description: "Graduate Machine Learning course, MIT EECS, fall 2023 term."

baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://gradml.mit.edu" # the base hostname & protocol for your site, e.g. http://example.com


# Build settings
# remote_theme: "just-the-docs"
theme: "just-the-docs"
#remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-feed
- jekyll-default-layout
math: katex
# math: mathjax
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down

0 comments on commit 64d7e75

Please sign in to comment.