Files
FixIt/apps
Cell 57f98b48c5 feat(assets): add isRTL to core module and fix tooltip placement for RTL
Add isRTL utility function in utils/dom.ts and expose it via CoreService
and window.fixit. Use isRTL to flip task list tooltip placement from
'right' to 'left' in RTL layouts.
2026-08-25 13:57:00 +08:00
..

Apps

This directory contains the Hugo sites used for development, testing, and demonstration of the FixIt theme.

Overview

App Description Live
demo Demo site showcasing FixIt theme features demo.fixit.lruihao.cn
test Test site for exercising and verifying theme features demo.fixit.lruihao.cn/test

Note

The documentation site (fixit-docs) lives in a separate repository: hugo-fixit/fixit-docs.

Development

From the repository root:

pnpm dev:demo          # Start demo site dev server
pnpm dev:test          # Start test site dev server
pnpm build:demo        # Build demo site
pnpm build:test        # Build test site
pnpm build             # Build all sites (merged into public/)