This is the repository for the LÖVE cookbook project. Find it here: https://diminiminim.github.io/love-cookbook/
npm install
npm run-script serve
- Create a markdown (*.md) file within the
guidesfolder inside the relevant group subdirectory - Add this header to the top of the file:
---
title: "My cool new page"
authors: [josh]
date: 2025-02-19
---
## Stuff
heres how you do things
- Replace the title, authors and date with relevant info
- Edit _data/guide_groups.json and add your page URL to the right group (or create a new group if appropriate)
- Write your cool new page (be sure to follow the style guide!)
See the demo page for a reference on how to use various embed features.