2024-02-20 19:13:26 +00: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
2024-11-28 19:44:19 +00:00
just install Deno and...
2024-02-20 19:13:26 +00:00
2024-11-28 19:44:19 +00:00
To run the project locally live:
2024-02-20 19:13:26 +00:00
```bash
2024-11-28 19:44:19 +00:00
deno task serve
2024-02-20 19:13:26 +00:00
```
To build:
```bash
2024-11-28 19:44:19 +00:00
deno task build
2024-02-20 19:13:26 +00:00
```
2024-11-28 19:44:19 +00:00
Very simple, right?
2024-02-20 19:13:26 +00:00
***
This code/template is licensed under the Blue Oak Model License 1.0.0.
2024-11-28 19:44:19 +00:00
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.