diff --git a/src/pages/colophon.mdx b/src/pages/colophon.mdx index 59a837e..ef3592c 100644 --- a/src/pages/colophon.mdx +++ b/src/pages/colophon.mdx @@ -21,9 +21,9 @@ The source code of this website is available on [GitHub](https://github.com/koga - The website is built with [Astro](https://astro.build/), the all-in-one web framework. - I write the code in [Neovim](https://neovim.io/), using [GitHub Copilot](https://github.com/features/copilot). - My essays are written in [MDX](https://mdxjs.com/), which allows the usage of components in the [Markdown](https://daringfireball.net/projects/markdown/) content. -- The layouts, templates, and components are written in Astro with a few sprinkles of [Svelte](https://svelte.dev/) here and there. +- The layouts, templates, and components are written in Astro and [Preact](https://preactjs.com/). - I use [Tailwind CSS](https://tailwindcss.com/) for my styling. -- The website is hosted on Netlify. +- The website is hosted on [Netlify](https://www.netlify.com/). - TODO: JS Libraries - TODO: Astro Plugins - TODO: Components Examples