# www_unitc **Repository Path**: baklib/www_unitc ## Basic Information - **Project Name**: www_unitc - **Description**: unitc.cn privaty CMS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-29 - **Last Updated**: 2026-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WWW Baklib CMS Template Enterprise brand website template for CMS portals, corporate marketing, and standalone stores. Built with Tailwind CSS v4, daisyUI v5 (runtime theme colors), Turbo + Stimulus, and Lucide icons. ## Project structure ``` . ├── config/settings_schema.json ├── layout/theme.liquid ├── snippets/_theme_runtime_colors.liquid ├── snippets/_icon.liquid ├── src/stylesheets/application.css ├── src/javascripts/lucide_icons.js ├── package.json ├── templates/ ├── statics/ └── seeds/ ``` ## Install guide - Template guide: [https://help.baklib.cn/themes/www](https://help.baklib.cn/themes/www) - Baklib theme development: [https://dev.baklib.cn/guide/git](https://dev.baklib.cn/guide/git) ## Build ```bash git clone git@github.com:baklib-templates/www.git ```