Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.01 KB

e2e

trevo.rs

My home on the web! A collection of thoughts and software experiments.

Issues/bug reports are very welcome.

Features

  • Next.js hosted on Vercel
  • Markdown + images
  • RSS feed (links, not full content)
  • Simple design focused on content (responsive for desktop/mobile)
  • Code highlighting via prism-react-renderer
  • Newsletter CTA (powered by Buttondown)
  • All core features work without JavaScript enabled
  • End-to-end tests with playwright

Most configuration is handled via siteConfig.json

Tests

See .github\workflows\e2e.yml for more.

npm i
npx playwright install
npm run test:e2e

Dev

npm i
npm run dev

Copying

Feel free to use any of my writing or code for educational reasons (e.g. you're teaching a class).

Otherwise, check with me before republishing my writing or code (I'll give permission 99% of the time).