crisp-theme.git

git clone https://git.crispbyte.dev/crisp-theme.git

crisp-theme.git / _data
cheddar  ·  2025-04-18

metadata.js

1export default {
2  title: 'Crisp Byte',
3  description: 'Random writing by CheddarCrisp',
4  url: 'https://crispbyte.dev/',
5  author: {
6    name: 'CheddarCrisp',
7    url: 'https://crispbyte.dev/'
8  }
9}