From b79ef8c0b122af9ba4bac0765e6b050332ee2020 Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 6 Apr 2022 01:51:09 -0500 Subject: [PATCH] Commit index.html + add OG embedding tags --- .gitignore | 1 - README.md | 15 ++++++++++++++- docs/index.html | 21 +++++++++++++++++++++ 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 docs/index.html diff --git a/.gitignore b/.gitignore index be19c90..05dfb77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ node_modules .DS_Store *.local -index.html .remote-assets components.d.ts .idea diff --git a/README.md b/README.md index 26d8be2..792003b 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,17 @@ To start the slide show: - `yarn run dev` - Visit `http://localhost:3030` -Edit the [slides.md](./slides.md) to see the changes. \ No newline at end of file +Edit the [slides.md](./slides.md) to see the changes. + +## OpenGraph Meta Tags + +Since I can't quite figure out how to get `slidev` to add these automatically, I'll just copy them in and upload them +like that since it's literally almost 2AM and I need to wake up early. 😳 + +```html + + + + + +``` \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..5c8f7dd --- /dev/null +++ b/docs/index.html @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + +
+ + + + +