Advice on first Astro (7) site without locking myself in
I'd like to create a basic personal blog/tutorial site using Astro.
For now I generally create my posts in adoc and dump them in my GitHub repository.
I've been reading the documentation, and checking some topics here, and I've noticed there are lot of extensions/plugins/... being used. So I was wondering if anyone had any advice on a good starter setup so I can still easily switch to a different styling method (should I even start with a specific one) or way to handle my posts.
Is this just a bit a case of outdated articles and documentation, and should I just start with `npx astro add mdx sitemap tailwind` and add astro-expressive-code and PageFind later on?