mirror of
https://github.com/rose-pine/rose-pine-theme
synced 2024-11-29 07:20:21 +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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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