https://github.com/bluerobotics/bluetheme
A Zola theme...
https://github.com/bluerobotics/bluetheme
Last synced: 3 months ago
JSON representation
A Zola theme...
- Host: GitHub
- URL: https://github.com/bluerobotics/bluetheme
- Owner: bluerobotics
- Created: 2024-05-13T13:57:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T15:13:59.000Z (11 months ago)
- Last Synced: 2025-07-24T20:12:15.488Z (11 months ago)
- Language: JavaScript
- Size: 977 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bluetheme
A [Zola](https://www.getzola.org/) theme for documenting Blue Robotics' software applications:

## 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`