From 89d730bcac23d1a9eec1335b430378a0729a19e1 Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Thu, 3 Oct 2024 15:18:42 -0700 Subject: [PATCH] Set a logo. --- myst.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 myst.yml diff --git a/myst.yml b/myst.yml new file mode 100644 index 0000000..a2d79ad --- /dev/null +++ b/myst.yml @@ -0,0 +1,15 @@ +# See docs at: https://mystmd.org/guide/frontmatter +version: 1 +project: + id: 2ce788e4-dec4-4701-a14a-efa5af0b2a1d + # title: + # description: + # keywords: [] + # authors: [] + github: https://github.com/berkeley-cdss/curriculum-guide + # To autogenerate a Table of Contents, run "myst init --write-toc" +site: + template: book-theme + # options: + # favicon: favicon.ico + logo: assets/logo.png