Files
elect.xevion.dev/README.md
2022-04-06 01:53:18 -05:00

33 lines
1.3 KiB
Markdown

# elect.xevion.dev
This repository is for my election platform for the UTSA ACM 2022 Officer Election.
Please visit [xevion.dev](https://xevion.dev) if you were looking for my personal website.
## Usage
To start the slide show:
- `yarn install`
- `yarn run dev`
- Visit `http://localhost:3030`
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">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="elect.xevion.dev Preview Banner">
<meta name="twitter:title" content="elect.xevion.ev">
<meta name="twitter:description" content="My election presentation for the role of Projects Officer at UTSA ACM's 2022 Officer Election">
<meta name="twitter:image" content="https://elect.xevion.dev/banner.png">
```