An open API service indexing awesome lists of open source software.

https://github.com/njs-guy/rift-astro

An Astro theme built with TailwindCSS and DaisyUI. We couldn't come up with a catchy tagline.
https://github.com/njs-guy/rift-astro

astro astrojs astrojs-blog astrojs-template javascript static-site typescript

Last synced: about 1 month ago
JSON representation

An Astro theme built with TailwindCSS and DaisyUI. We couldn't come up with a catchy tagline.

Awesome Lists containing this project

README

          

# Rift for Astro

An Astro theme built with Tailwind CSS and DaisyUI. We couldn't come up with a catchy tagline.

## Building

1. Clone this repo. Usually with `git clone https://github.com/njs-guy/rift-astro.git`.
2. Run `yarn` to install dependencies.
3. Run `yarn dev` to start the development server.
4. Run `yarn build` to export the site and run `yarn preview` to test the build.

## Roadmap

### v0.1.0 (current)

Still under development. Nothing is final yet, obviously.

### v0.8.0

Mostly feature complete for 1.0 but missing content.

### v0.9.0

Fully feature complete for 1.0 but missing documentation.

### v1.0.0

- [ ] Blog
- [ ] Tags
- [ ] Categories
- [x] Thumbnails
- [ ] Header pictures (wip)
- [ ] Table of contents (wip)
- [ ] Docs
- [x] Basic Doc theme
- [x] Code groups
- [x] 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.

### v1.1.0

- [ ] 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.

## Special Thanks

- [Astro](https://astro.build/) for making such a useful static site generator.
- [Tailwind CSS](https://tailwindcss.com/) and [DaisyUI](https://daisyui.com/) for allowing way easier customization.
- [Remix Icon](https://remixicon.com/) for icons and [Simple Icons](https://simpleicons.org/) for brand logos.
- [PaperMod](https://adityatelange.github.io/hugo-PaperMod/), [Bookworm](https://demo.gethugothemes.com/bookworm/), [Astro Paper](https://astro-paper.pages.dev/), [VitePress](https://vitepress.dev/), and [Starlight](https://starlight.astro.build/) for inspiration.