技术特点
🚀 Project Structure
├── README.md
├── config
│ └── settings_schema.json
├── layout
│ └── theme.liquid
├── package-lock.json
├── package.json
├── snippets
│ ├── _breadcrumb.liquid
│ ├── _feedback_form.liquid
│ ├── _footer.liquid
│ └── _header.liquid
├── statics
│ ├── 404.liquid
│ ├── about.liquid
│ ├── blog-post.liquid
│ ├── blog.liquid
│ ├── index.liquid
│ ├── pricing.liquid
│ ├── request-demo.liquid
│ ├── reset-password.liquid
│ ├── signin.liquid
│ ├── support.liquid
│ ├── wall-of-love-single.liquid
│ └── wall-of-love.liquid
├── tailwind.config.js
├── templates
│ ├── index.liquid
│ ├── page.liquid
│ ├── search.liquid
│ └── tag.liquid
🧞 Install guide
This HTML template is shipped with the (Tailwind CLI tool)[https://tailwindcss.com/docs/installation].
The Template install Guide: https://help.baklib.cn/themes/tidy
The Baklib template install Guide: https://dev.baklib.cn/guide/git