27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
## 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 client‑side.
|
||
|