mirror of
https://github.com/rose-pine/rose-pine-theme
synced 2024-11-25 21:40:20 +00:00
parent
30f0e621aa
commit
887e971548
4 changed files with 84 additions and 1 deletions
|
@ -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
|
sidebar: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -19,7 +39,7 @@ Just here to show us some love? We 💛 social appreciation, whether it be GitHu
|
||||||
|
|
||||||
## Contributers
|
## 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)
|
- [ThatOneCalculator](https://t1c.dev)
|
||||||
|
|
||||||
|
|
|
@ -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
|
home: true
|
||||||
heroImage: /assets/logo.png
|
heroImage: /assets/logo.png
|
||||||
heroAlt: Rosé Pine
|
heroAlt: Rosé Pine
|
||||||
|
|
|
@ -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>
|
<script setup>
|
||||||
import ColorTable from './components/color-table.vue'
|
import ColorTable from './components/color-table.vue'
|
||||||
import TerminalTable from './components/terminal-table.vue'
|
import TerminalTable from './components/terminal-table.vue'
|
||||||
|
|
|
@ -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
|
sidebar: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue