WatchTheStars.co.uk

A static astronomy website covering planets, stargazing guides, constellation guides, UAP/UFO research, and astronomy news. Built with Eleventy (11ty) and hosted at watchthestars.co.uk.


Current State

Content

Section Count
Blog posts 91
Constellation guides 16
UAP incident deep-dives 15
Planet pages 10
Star pages 7
Solar system pages 6
Equipment pages 53

Key Features

Social


Tech Stack


Build

npm run build

Output goes to _site/. Images and fonts are excluded from git — they live on the FTP server.


Project Structure

_layouts/          # Page templates (blog-post-enhanced, planet-enhanced, uap-feature, etc.)
_includes/         # Shared partials (head, header, footer, breadcrumb, tonight-signup)
blog/_posts/       # Blog post markdown files
planets/           # Planet pages
stars/             # Star pages
solar-system/      # Solar system object pages
equipment/         # Telescope and equipment reviews
docs/              # Internal documentation and deployment guides
scripts/           # Utility scripts (FTP deploy, IndexNow ping, newsletter, etc.)

Deployment

Currently deployed via FTP to Fasthosts. Migrating to Cloudflare Pages (Git-based, auto-deploys on push, free SSL).

See docs/FTP_DEPLOYMENT.md for the current FTP deploy scripts.


Owner: Ian Clayton — [email protected]