forked from normrubin/normrubin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
59 lines (45 loc) · 1.34 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
project:
type: website
resources:
- lectures/images/*mpv
- images/*
pre-render:
- python fix_meta.py
website:
page-navigation: true
title: "EECE7398 Fall 2024"
description: "Homepage EECS7398 - Special Topic: Compilers, Fall 2024."
site-url: "https://normrubin.github.io/"
repo-url: "https://github.com/normrubin/normrubin.github.io"
repo-actions: [issue]
search:
type: textbox
back-to-top-navigation: true
open-graph: true
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "[EECS 7398 website]( https://normrubin.github.io/)"
background: "#D9E3E4"
sidebar:
background: "#D9E3E4"
align: center
style: "docked"
contents:
- text: EECS 7398
contents:
- text: Weekly Schedule
file : "weekly.qmd"
- text : "How to submit assignments"
file : "Class_Overview/What_to_do.qmd"
- text: "Blog Posts"
auto: blogs
- section: Homework
auto: homework
- text: Lectures
auto: lectures
- text: "Bril Documentation"
href: "https://capra.cs.cornell.edu/bril/"
- text: "Bril github"
href: "https://github.com/normrubin/bril"
- text: "class github"
href: "https://github.com/normrubin/normrubin.github.io"