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.
- Host: GitHub
- URL: https://github.com/njs-guy/rift-astro
- Owner: njs-guy
- License: mit
- Created: 2023-09-06T21:11:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T23:19:09.000Z (over 1 year ago)
- Last Synced: 2025-01-09T00:28:45.223Z (over 1 year ago)
- Topics: astro, astrojs, astrojs-blog, astrojs-template, javascript, static-site, typescript
- Language: Astro
- Homepage:
- Size: 732 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.