This is the repo for swyx's blog - Blog content is created in github issues, then posted on swyx.io as blog pages! Comment/watch to follow along my blog within GitHub
swyx’s personal site is built using SvelteKit and incorporates Tailwind 3 and Tailwind Typography for styling. The site is hosted on Netlify and uses GitHub Issues as its content management system (CMS). Previous versions of the site can be found on GitHub and there is also documentation available for the upcoming 2023 version.
SvelteKit: The site is built using SvelteKit, a framework for building web applications with Svelte. This allows for a fast and efficient development experience.
Tailwind 3: The site utilizes Tailwind 3 for its styling, providing a set of utility classes that make it easy to design and customize the site’s appearance.
Tailwind Typography: In addition to Tailwind 3, the site also incorporates Tailwind Typography, a plugin that adds typographic styles and enhancements to the design.
Netlify: The site is hosted on Netlify, a popular platform for deploying and managing static sites. Netlify provides a seamless deployment process and offers features like continuous integration and automatic SSL certificates.
GitHub Issues CMS: The site uses GitHub Issues as its CMS, allowing swyx to easily manage and update the content of the site through GitHub’s familiar interface.
Previous Versions: Previous iterations of the site can be found on GitHub, providing a history of the site’s development and evolution over time.
2023 Version Documentation: There is documentation available for the upcoming 2023 version of the site, giving insights into its design and implementation.
To make a site based on this setup, you can refer to the cleaner starter template available at swyxio/swyxkit. This template provides a solid foundation to build upon and includes the necessary configuration for SvelteKit, Tailwind 3, Tailwind Typography, Netlify, and GitHub Issues as the CMS.
To get started, clone the repository and follow these steps:
npm install
or yarn install
.Once the deployment is complete, your site will be up and running with the same setup as swyx’s personal site, including all the features and functionality mentioned above.
swyx’s personal site is a well-designed and efficiently built website that showcases the capabilities of SvelteKit, Tailwind 3, and other technologies. By leveraging these tools, swyx has created a responsive and visually appealing site that is easy to manage and update. The use of GitHub Issues as a CMS and the availability of previous versions and documentation further enhance the overall development experience.