My personal website in the workings https://cheri.pink
Go to file
Cheri f72b9d58c7 add some README 2024-02-20 21:13:26 +02:00
src make feed.rss in header actually an absolute path lmao 2024-02-09 14:29:01 +02:00
.eleventy.js Prototype post title style 2023-09-07 10:05:34 +03:00
.gitignore Very initial commit to get going 2023-04-18 17:11:57 +03:00
LICENSE Add BlueOak Model license 2024-02-09 14:17:37 +02:00
README.md add some README 2024-02-20 21:13:26 +02:00
package-lock.json Very initial commit to get going 2023-04-18 17:11:57 +03:00
package.json Add BlueOak Model license 2024-02-09 14:17:37 +02:00

README.md

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

Initially, to install dependencies:

npm install

To run the project locally live

npm start

To build:

npm run build

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/site.json with your own stuff instead lol.