Skip to content

bluerobotics/bluetheme

Folders and files

NameName
Last commit message
Last commit date
Feb 11, 2025
Feb 19, 2025
Nov 15, 2024
Jan 24, 2025
Nov 15, 2024
Jan 22, 2025
Jan 22, 2025
Jan 22, 2025
Jan 22, 2025
Jan 24, 2025
Feb 19, 2025

Repository files navigation

bluetheme

A Zola theme for documenting Blue Robotics' software applications:

theme-examples

Currently Used In...

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