My personal website in the workings https://cheri.pink
Find a file
2024-11-28 21:53:50 +02:00
src move navbar items to yaml file 2024-11-28 21:53:50 +02:00
.gitignore migrate from 11ty to Lume 2024-11-28 21:44:19 +02:00
_config.ts migrate from 11ty to Lume 2024-11-28 21:44:19 +02:00
deno.json migrate from 11ty to Lume 2024-11-28 21:44:19 +02:00
deno.lock migrate from 11ty to Lume 2024-11-28 21:44:19 +02:00
LICENSE Add BlueOak Model license 2024-02-09 14:17:37 +02:00
README.md migrate from 11ty to Lume 2024-11-28 21:44:19 +02:00

Cheri's site? omg!

This is the code for building my personal website, with the contents itself and everything. Go check it out at https://cheri.pink

It is still a pretty significantly a work in progress, things will probably be shufled around here later and such. But for now -

Building and running live

just install Deno and...

To run the project locally live:

deno task serve

To build:

deno task build

Very simple, right?


This code/template is licensed under the Blue Oak Model License 1.0.0. But if you want to reuse this, like, clean out /src/media and basically all the .md files and fill in /src/_data.yml and the location variable in _config.ts with your own stuff instead lol.