Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple, minimalistic personal blog theme built with Astro and TailwindCSS, inspired by sidey-jekyll
Astro Sidey is a minimal, content-focused blog theme built with Astro and Tailwind CSS, designed to put your words on a fast, clean canvas with a side-anchored layout.
Astro Sidey is a simple, open-source personal blog theme built on the Astro framework with Tailwind CSS for styling. It takes markdown and MDX files placed in the src/content folder and generates a fully static website with auto-generated routes, an RSS feed, and a sitemap. The project is inspired by the Jekyll theme sidey-jekyll and is licensed under the MIT License, so it is free to use and modify. The theme is described as minimal by design, with few files and little styling, and it uses a single configuration file called sidey.config.ts to manage site settings. It was created for developers, writers, and digital gardeners who want a clean, fast canvas without unnecessary decoration.
Astro Sidey includes a focused set of features that keep the reading experience at the center, from a typography-first layout to automatic route generation.
Astro Sidey suits developers, writers, and digital gardeners who prefer a no-frills platform for publishing long-form content.
Use Astro Sidey to build a personal blog, portfolio, or knowledge base with markdown content and automatic navigation.
To start, click the Use this template button on GitHub to create a repository, then clone it locally, install dependencies, and run the development server with npm run dev. The content lives in markdown or MDX files under src/content; the folder structure determines the final URLs. Open sidey.config.ts to fill in your site details, and the theme handles the rest.
Astro Sidey is free to use. It is released under the MIT License, so you can use, modify, and distribute it without restrictions.
The main alternative to Astro Sidey is sidey-jekyll, the original Jekyll theme that inspired it.
Here are answers to common questions about using Astro Sidey.
Yes, Astro Sidey is completely free and open source. The project is released under the MIT License, which allows you to use, modify, and distribute the theme for personal or commercial projects.
Click the Use this template button on the GitHub repository to create a new repository, then clone it to your machine. Run npm install to install dependencies, then npm run dev to start the development server. Finally, edit sidey.config.ts with your site information.
Yes, Astro Sidey supports MDX. You can import and use components inside your markdown files, which makes it possible to add interactive elements to your posts.
Yes, the theme automatically generates an RSS feed and a sitemap from your content. This helps readers subscribe to your blog and search engines index your site without extra configuration.
