1 Star 0 Fork 0

wangc / docusaurusSite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

wangc的个人博客


 Build with 🦖Docusaurus 


🖥 Online Preview

👋 Introduction

在这里我会分享各类技术栈所遇到问题与解决方案,带你了解最新的技术栈以及实际开发中如何应用,并希望我的开发经历对你有所启发。

如果你想要搭建一个类似的站点,可直接 Fork 本仓库使用,或者通过 StackBlitz 在线运行本项目,通过 Vercel 一键部署。

✨ Features

  • ✍️ Markdown - 写作方便
  • 🎨 Beautiful - 整洁,美观
  • 🖥️ PWA - 支持 PWA,可安装,离线可用
  • 🏞️ i18n - 支持国际化
  • 💯 SEO - 搜索引擎优化,易于收录
  • 📊 谷歌分析 - 支持 Google Analytics
  • 🔎 全文搜索 - 支持 Algolia DocSearch
  • 🗃️ 博文视图 - 不同的博文视图,列表、宫格
  • 🌈 资源导航 - 收集并分享有用、有意思的资源
  • 📦 项目展示 - 展示你的项目,可用作于作品集

我的修改:Docusaurus 主题魔改

📊 Catalogue

├── blog                           # 博客
│   ├── first-blog.md
├── docs                           # 文档/笔记
│   └── doc.md
├── data
│   ├── feature.ts                 # 特点
│   ├── friends.ts                 # 友链
│   ├── projects.ts                # 项目
│   ├── skills.ts                  # 技术栈
│   ├── resources.ts               # 资源
│   └── social.ts                  # 社交链接
├── i18n                           # 国际化
├── src
│   ├── components                 # 组件
│   ├── css                        # 自定义CSS
│   ├── pages                      # 自定义页面
│   ├── plugin                     # 自定义插件
│   └── theme                      # 自定义主题组件
├── static                         # 静态资源文件
│   └── img                        # 静态图片
├── docusaurus.config.ts           # 站点的配置信息
├── sidebars.ts                    # 文档的侧边栏
├── package.json
├── tsconfig.json
└── pnpm-lock.yaml

📥 Start

git clone https://github.com/kuizuo/blog.git
cd blog
pnpm install
pnpm start

Build

pnpm build

📝License

MIT

MIT License Copyright (c) 2022 wangc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于docusaurus搭建的个人网站 展开 收起
TypeScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/947790973/docusaurus-site.git
git@gitee.com:947790973/docusaurus-site.git
947790973
docusaurus-site
docusaurusSite
master

搜索帮助