add metadata

closes #43
This commit is contained in:
mvllow 2021-08-27 11:15:59 -05:00
parent 30f0e621aa
commit 887e971548
4 changed files with 84 additions and 1 deletions

View file

@ -1,4 +1,24 @@
---
head:
- - link
- rel: shortcut icon
type: image/png
href: /assets/logo.png
- - meta
- name: theme-color
content: "#c4a7e7"
- - meta
- name: description
content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - meta
- property: og:image
content: https://rose-pine-images.vercel.app/.png?theme=default
- - meta
- property: twitter:image
content: /assets/logo.png
- - meta
- name: twitter:card
content: summary_large_image
sidebar: false
---
@ -19,7 +39,7 @@ Just here to show us some love? We 💛 social appreciation, whether it be GitHu
## Contributers
Below is a list of our lovely contributers who have poured time into giving some of your favorite apps some nice soho vibes~
Below is a list of our lovely contributers who have poured time into giving some of your favorite apps some nice soho vibes~
- [ThatOneCalculator](https://t1c.dev)

View file

@ -1,4 +1,24 @@
---
head:
- - link
- rel: shortcut icon
type: image/png
href: /assets/logo.png
- - meta
- name: theme-color
content: "#c4a7e7"
- - meta
- name: description
content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - meta
- property: og:image
content: https://rose-pine-images.vercel.app/.png?theme=default
- - meta
- property: twitter:image
content: /assets/logo.png
- - meta
- name: twitter:card
content: summary_large_image
home: true
heroImage: /assets/logo.png
heroAlt: Rosé Pine

View file

@ -1,3 +1,26 @@
---
head:
- - link
- rel: shortcut icon
type: image/png
href: /assets/logo.png
- - meta
- name: theme-color
content: "#c4a7e7"
- - meta
- name: description
content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - meta
- property: og:image
content: https://rose-pine-images.vercel.app/.png?theme=default
- - meta
- property: twitter:image
content: /assets/logo.png
- - meta
- name: twitter:card
content: summary_large_image
---
<script setup>
import ColorTable from './components/color-table.vue'
import TerminalTable from './components/terminal-table.vue'

View file

@ -1,4 +1,24 @@
---
head:
- - link
- rel: shortcut icon
type: image/png
href: /assets/logo.png
- - meta
- name: theme-color
content: "#c4a7e7"
- - meta
- name: description
content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - meta
- property: og:image
content: https://rose-pine-images.vercel.app/.png?theme=default
- - meta
- property: twitter:image
content: /assets/logo.png
- - meta
- name: twitter:card
content: summary_large_image
sidebar: false
---