Rewrite Wishlist
Opened this issue · 1 comments
philihp commented
Every 5ish years I want to rewrite my site
- Blogspot (2006–2010)
- gross domain
- Wordpress (2010–2018)
- pro: automatic redirects when slug changes, good migration paths for version updates, excellent plugin library
- con: constant firefighting of PHP vulns, opaque static rendering
- Github Pages (2016–2018)
- pro static, great out of the box theme
- con must use github's dependencies
- Jekyll on Netlify/Vercel (2018–)
- pro use whatever versions I want
- con better experience with Next.js, colocates config/build files with root path (e.g. keybase.txt)
I wanna migrate this out of Jekyll and into Next.js to use their built-in analytics. Here's a list of things which Jekyll gives me for free, that I'd need to figure out myself:
feed.xml
sitemap.xml
- Permalinks
- Categories
- Syntax highlighting code blocks
- Everything that
jekyll-seo-tag
does
Things it doesn't do, which I'd want:
- GPG detached signatures colocated with markdown files
- Also serve Gemini
philihp commented
No google analytics