mirror of
https://github.com/Xevion/elect.xevion.dev.git
synced 2025-12-07 16:07:05 -06:00
Commit index.html + add OG embedding tags
This commit is contained in:
15
README.md
15
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.
|
||||
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
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="elect.xevion.dev">
|
||||
<meta property="og:url" content="https://elect.xevion.dev">
|
||||
<meta property="og:image" content="https://elect.xevion.dev/banner.png">
|
||||
<meta property="og:description" content="My election presentation for the role of Projects Officer at UTSA ACM's 2022 Officer Election">
|
||||
```
|
||||
Reference in New Issue
Block a user