An Astro theme built with Tailwind CSS and DaisyUI. We couldn't come up with a catchy tagline.
- Clone this repo. Usually with
git clone https://github.com/njs-guy/rift-astro.git
. - Run
yarn
to install dependencies. - Run
yarn dev
to start the development server. - Run
yarn build
to export the site and runyarn preview
to test the build.
Still under development. Nothing is final yet, obviously.
Mostly feature complete for 1.0 but missing content.
Fully feature complete for 1.0 but missing documentation.
- Blog
- Tags
- Categories
- Thumbnails
- Header pictures (wip)
- Table of contents (wip)
- Docs
- Basic Doc theme
- Code groups
- Tip containers
- More info containers (wip)
- Link cards (wip)
- Tables
- On this page
- Custom 404 page
- Mobile layout
- RSS feed
- Sitemap
- Works with all built-in DaisyUI themes.
- Customize most of the site through a config file.
- Customize colors/theme through Tailwind config.
- Search site. Possibly with either MiniSearch or FuseJS.
- Use the site through an NPM package instead of needing to clone the source.
- Customize the rift-config and Tailwind config through your Astro config.
- Astro for making such a useful static site generator.
- Tailwind CSS and DaisyUI for allowing way easier customization.
- Remix Icon for icons and Simple Icons for brand logos.
- PaperMod, Bookworm, Astro Paper, VitePress, and Starlight for inspiration.