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

https://github.com/bluerobotics/bluetheme

A Zola theme...
https://github.com/bluerobotics/bluetheme

Last synced: 3 months ago
JSON representation

A Zola theme...

Awesome Lists containing this project

README

          

# bluetheme
A [Zola](https://www.getzola.org/) theme for documenting Blue Robotics' software applications:

![theme-examples](theme-examples.png)

## Currently Used In...

- [BlueOS-docs](https://github.com/bluerobotics/BlueOS-docs)
- [Cockpit-docs](https://github.com/bluerobotics/Cockpit-docs)

## Local Usage

1. install dependencies (e.g. tailwind and flowbite)

`npm install`

2. generate the `output.css` file

`npx tailwindcss -i ./input.css -o ./static/output.css --watch`