Updated
This commit is contained in:
parent
afb5f3a287
commit
db3736b71f
16 changed files with 203 additions and 181 deletions
|
|
@ -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)
|
||||
|
|
|
|||
0
frontend/configs/design.components.sass
Normal file
0
frontend/configs/design.components.sass
Normal file
2
frontend/configs/design.site.sass
Normal file
2
frontend/configs/design.site.sass
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$lightBackground: #daf8fa
|
||||
$darkBackground: #08051d
|
||||
Loading…
Add table
Add a link
Reference in a new issue