How to edit
Drop this folder onto your Neocities dashboard.
Add a new article
- Duplicate
/templates/article-template.html
into/articles
. - Rename the file to something-like-this.html and edit the content.
- Update
/search-index.json
with a new entry (title, url, tags, summary). - Link it from the relevant section page (e.g., Locations).
Customize the theme
Change colors in /assets/css/styles.css
— see the :root
variables.
Optional extras
- Create
/404.html
for a custom not-found page. - Add your own logo under
/assets/img/og-image.png
(used for link previews).