From a87b4d3579910b17456ea3fedad7dd279435277a Mon Sep 17 00:00:00 2001
From: Zhongning Li <60045212+tomli380576@users.noreply.github.com>
Date: Wed, 8 Nov 2023 13:57:38 -0800
Subject: [PATCH] add favicon
---
.gitignore | 3 +-
.../W5 - Dynamic Programming Pt 1.md | 2 ++
README.md | 30 ++++++++++++++++++-
assets/bolt-circle.svg | 5 ++++
retype.yml | 4 ++-
5 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 assets/bolt-circle.svg
diff --git a/.gitignore b/.gitignore
index 9c8be68..ed87a18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-.retype
\ No newline at end of file
+.retype
+.DS_Store
diff --git a/Lecture Notes/W5 - Dynamic Programming Pt 1.md b/Lecture Notes/W5 - Dynamic Programming Pt 1.md
index 6d176cd..d2c296a 100644
--- a/Lecture Notes/W5 - Dynamic Programming Pt 1.md
+++ b/Lecture Notes/W5 - Dynamic Programming Pt 1.md
@@ -2,6 +2,8 @@
icon: circle
---
+
+
# W5 - Dynamic Programming Pt.1
## Shortest path as network flow
diff --git a/README.md b/README.md
index 7d03d9c..2ba64ab 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,34 @@
icon: home
---
-# MAT 180 - Mathematics for Operations Research
+# Home
+
+
+
+:::cover
+
+## MAT 180 - Mathematics for Operations Research
This is the landing page for MAT 180 notes.
+:::
diff --git a/assets/bolt-circle.svg b/assets/bolt-circle.svg
new file mode 100644
index 0000000..d00af55
--- /dev/null
+++ b/assets/bolt-circle.svg
@@ -0,0 +1,5 @@
+
+
\ No newline at end of file
diff --git a/retype.yml b/retype.yml
index dc8146b..dd2c827 100644
--- a/retype.yml
+++ b/retype.yml
@@ -2,10 +2,12 @@ input: .
output: .retype
# url: # Add your website address here
branding:
- title: MAT 180 - Mathematics for Operations Research
+ title: Mathematics for Operations Research
label: Notes
+ logo: assets/bolt-circle.svg
# links:
# - text: Getting Started
# link: https://retype.com/guides/getting-started/
+favicon: assets/bolt-circle.svg
footer:
copyright: "© Copyright {{ year }}. All rights reserved. Any material from lecture is a property of University of California, Davis"
\ No newline at end of file