# Blog > Things I find interesting A small, content-focused static blog built with Astro. It ships almost no client-side JavaScript; math is rendered at build time with KaTeX and code is highlighted at build time with Shiki. ## Pages - [Home](https://simon-blog.com/): Landing page listing the most recent posts. - [Posts](https://simon-blog.com/posts): Full list of all blog posts. - [About](https://simon-blog.com/about): Who the author is and what the blog covers. ## Posts - [Why I Started This Blog](https://simon-blog.com/posts/why): The component model won me over. Append '.md' to a blog post to get the raw markdown content. For example: https://simon-blog.com/posts/why.md ## Optional - [RSS feed](https://simon-blog.com/rss.xml): Subscribe to new posts. - [Sitemap](https://simon-blog.com/sitemap.xml): Machine-readable list of all URLs.