/blog

Primary LanguageTypeScriptMIT LicenseMIT

Blog


 Build with 🦖Docusaurus , Template from `愧怍`


🖥 Online Preview

👋 Introduction

In this blog, the objective is to present a variety of challenges and their respective solutions encountered in different technology stacks. The goal is to foster a deeper understanding of contemporary technology stacks and their practical application in development projects. It is sincerely hoped that the experiences in software development shared here can serve as a source of inspiration for readers.

✨ Features

  • ✍️ Markdown - Convenient for writing.
  • 🎨 Beautiful - Clean and visually appealing.
  • 🖥️ PWA - Supports PWA, installable, and can be used offline.
  • 🏞️ i18n - Supports internationalization.
  • 💯 SEO - Search engine optimization, easy to index.
  • 📊 Google Analytics - Supports Google Analytics.
  • 🔎 Full-text Search - Supports Algolia DocSearch.
  • 🗃️ Blog Views - Different blog views: list, grid, card.
  • 🌈 Resource Navigation - Collects and shares useful and interesting resources.
  • 📦 Project Showcase - Showcases your projects, can be used as a portfolio.

📊 Catalogue

├── blog                           # Blog
│   ├── first-blog.md
├── docs                           # Documentation/Notes
│   └── doc.md
├── data                           # Project/Navigation/Friend Link Data
│   ├── friend.ts                  # Friend Links
│   ├── project.ts                 # Projects
│   └── resource.ts                # Resource Navigation
├── i18n                           # Internationalization
├── src
│   ├── components                 # Components
│   ├── css                        # Custom CSS
│   ├── pages                      # Custom Pages
│   ├── plugin                     # Custom Plugins
│   └── theme                      # Custom Theme Components
├── static                         # Static Resource Files
│   └── img                        # Static Images
├── docusaurus.config.js           # Site Configuration Information
├── sidebars.js                    # Documentation Sidebar
├── package.json
├── tsconfig.json
└── yarn.lock