chore: initial commit of Server Configs

This commit is contained in:
sapient
2026-03-22 00:54:28 -07:00
commit 5fc35b2f76
226 changed files with 7906 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
## Mew Timeline — Neocities Version
This folder is a static copy of the original `mew` timeline site, prepared for hosting on Neocities.
### How to deploy
1. **Create the site on Neocities**
- Log in to Neocities and create (or open) the site you want to use.
2. **Upload files**
- Upload `index.html` to the root of your Neocities site (or to a subfolder if you want the timeline at a path like `/mew/`).
- Create a `library/` folder on Neocities.
- Upload all of the media files listed in the `MEDIA` array inside `index.html` into that `library/` folder.
3. **Paths / structure**
- The page expects files at `./library/<filename>` relative to `index.html`.
- If you keep that structure, you do **not** need to change any code.
4. **Using a subdirectory (optional)**
- If you put `index.html` into a folder such as `/mew/`, also put the `library/` folder inside that same folder.
- For example:
- `/mew/index.html`
- `/mew/library/2013-10-04_11-32-51.webp`
Once the files are uploaded, visit your Neocities URL and the slideshow + timeline should work entirely clientside.