Files
server-configs/httpserver/data/mew-neocities/README-neocities.md
2026-03-22 00:54:28 -07:00

27 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 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.