We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4843b6c commit b9b2ea9Copy full SHA for b9b2ea9
1 file changed
_config.yml
@@ -19,7 +19,11 @@ description: MIT TQE Course 6.7810 (Generative AI for Biology)
19
author: Mihir Bafna
20
baseurl: '/genai4bio' # the subpath of your site, e.g. /blog
21
url: 'https://bergerlab.github.io/' # the base hostname & protocol for your site, e.g. http://example.com
22
-exclude: ["Gemfile", "Gemfile.lock", "LICENSE"]
+exclude:
23
+ - "Gemfile"
24
+ - "Gemfile.lock"
25
+ - "LICENSE"
26
+ - "vendor"
27
28
canvas: &canvas_url https://canvas.mit.edu/your-course
29
gradescope: &gradescope_url https://www.gradescope.com/courses/123456
0 commit comments