This commit is contained in:
Patrick Alvin Alcala 2025-11-21 15:34:18 +08:00
parent afb5f3a287
commit db3736b71f
16 changed files with 203 additions and 181 deletions

View file

@ -1,8 +1,10 @@
import { atom } from 'nanostores'
export const $websiteName = atom<string>('Dasig Solid')
export const $websiteName = atom<string>('Dasig')
export const $websiteDescription = atom<string>('A template for next level speed (Solid Version)')
export const $font = atom<string>('inter')
export const $yourName = atom<string>('Pat Alcala')
export const $font = atom<string>('inter')
export const $fontSource = atom<'cdn'| 'local'>('cdn')
export const $companyName = atom<string>('Pat Alcala')
export const $copyRightYear = atom<number>(2025)

View file

View file

@ -0,0 +1,2 @@
$lightBackground: #daf8fa
$darkBackground: #08051d