my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 35 lines 791 B view raw view rendered
1# Ewan's Website 2 3Personal website powered by AT Protocol, built with SvelteKit 2 and Tailwind CSS 4. 4 5**Version**: 11.7.3 6 7Live at [ewancroft.uk](https://ewancroft.uk). 8 9> 🧶 Also available on [Tangled](https://tangled.org/ewancroft.uk/website) 10 11## Documentation 12 13Full documentation is available at [docs.ewancroft.uk](https://docs.ewancroft.uk). 14 15For local setup, see the [Configuration Guide](./docs/configuration.md). 16 17## Quick Start 18 19```bash 20git clone git@github.com:ewanc26/website.git 21cd website 22npm install 23npm run dev 24``` 25 26## Features 27 28- AT Protocol integration (Bluesky profile, posts, music status) 29- Standard.site publishing support 30- 12 color themes with dark mode 31- Responsive design with SEO optimization 32 33## License 34 35AGPL-3.0-only — see [LICENSE](./LICENSE) for details.