update directory structure

This commit is contained in:
Robert Soriano
2022-10-30 12:25:28 -07:00
parent 0c4a43ec19
commit 7a97127353
39 changed files with 112 additions and 127 deletions

25
docs/tokens.config.ts Normal file
View File

@@ -0,0 +1,25 @@
import { defineTheme } from 'pinceau'
export default defineTheme({
title: 'asddsasda 3s',
cover: {
src: 'https://res.cloudinary.com/nuxt/image/upload/v1650870623/nuxt3-rc-social_z6qh3m.png',
alt: 'Nuxt 3 cover image',
},
aside: {
level: 1,
},
// colors: {
// primary: {
// 100: '#77b0db',
// 200: '#589ed3',
// 300: '#4e98d0',
// 400: '#398ccb',
// 500: '#398ccb',
// 600: '#2BAB71',
// 700: '#317eb9',
// 800: '#2e77af',
// 900: '#266290',
// },
// },
})