lailai's personal website for sharing technical notes, project experience, and learning insights.
Built with Docusaurus and open-sourced on GitHub.
🦖 Powered by Docusaurus — Built with Docusaurus, designed for documentation and blogs.
📝 Markdown & Math Support — Supports Markdown and KaTeX for math rendering.
🌐 Multi-language Ready — Built-in internationalization for multilingual content.
🔍 Full-Text Search — Integrated with Algolia DocSearch for fast content search.
📱 Responsive Design — Optimized for all devices.
⚛️ Custom React Components — Easily embed custom React components.
🎨 Theme System — Light/dark mode toggle with flexible customization.
🌙 Simple & Easy to Use — Clean configuration, easy to deploy and maintain.
🚀 One-Click Deployment — Supports seamless deployment to GitHub Pages.
📚 Version Management — Supports multiple document versions.
💯 SEO Optimized — Built-in SEO enhancements for better visibility.
📊 Analytics Integrated — Google Analytics tracking included.
git clone https://github.com/lailai0916/lailai0916.github.io.git
cd lailai0916.github.io
npm install
npm startlailai0916.github.io/
├── blog/ # Blog
│ ├── authors.yml # Author settings
│ └── tags.yml # Tag settings
├── docs/ # Documentation
├── i18n/ # Internationalization
├── src/ # Source code
│ ├── components/ # Custom components
│ ├── css/ # Custom styles
│ ├── data/ # Data files
│ ├── pages/ # Custom pages
│ ├── theme/ # Custom theme
│ └── utils/ # Utility functions
├── static/ # Static assets
│ ├── img/ # Image files
│ ├── json/ # JSON files
│ └── CNAME # Domain settings
├── docusaurus.config.ts # Docusaurus config
├── LICENSE # Code License
├── LICENSE-docs # Docs License
├── package-lock.json # Dependency lock file
├── package.json # Project dependencies
├── sidebars.ts # Sidebar config
├── tailwind.config.ts # Tailwind CSS config
└── tsconfig.json # TypeScript config
Stay updated with the latest blog posts: RSS Feed | Atom Feed | JSON Feed
You can buy me a coffee, and I'll do better. Thanks!
| PayPal | Alipay | WeChat Pay |
|---|---|---|
This project's code licensed under MIT License.
This website's content is licensed under CC BY 4.0.

