32 lines
846 B
Markdown
32 lines
846 B
Markdown
slime quest template for sofia
|
|
|
|
with love by nycki
|
|
|
|
## click here first
|
|
|
|
[demo](https://nycki.net/slimequest/)
|
|
|
|
## how do I use one of these things again
|
|
|
|
- download and extract it from [here](https://git.hatspace.net/nycki/slime-quest-web/archive/main.zip)
|
|
- open a command prompt in the folder where you saved it
|
|
|
|
- install Eleventy:
|
|
```
|
|
npm install
|
|
```
|
|
|
|
- build the site:
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
## ok now what?
|
|
|
|
Copy the entire _slimequest_ folder into your regular site! That's it!
|
|
|
|
## oh neat. how do I add more stuff?
|
|
|
|
Copy your images into _site-static_, then go into _site-source_ and copy one of the _page.md_ files. If you give a page a "title" then that's what will appear as the command on the previous page, for instance you could set the title to be `==>` or `nemo: do a silly dance` or whatever you want!
|
|
|
|
hope this helps ok bye!
|