feat: 更新博客框架到 v2。

This commit is contained in:
2023-08-16 23:28:02 +08:00
parent 02ab7d11b2
commit bfc073ec25
143 changed files with 14372 additions and 12297 deletions

11
.gitignore vendored
View File

@@ -4,6 +4,10 @@
/node_modules
/.pnp
.pnp.js
/.yarn/*
!/.yarn/releases
!/.yarn/plugins
!/.yarn/sdks
# testing
/coverage
@@ -17,9 +21,13 @@ public/sitemap.xml
# production
/build
*.xml
# rss feed
/public/feed.xml
# search
/public/search.json
# misc
.DS_Store
@@ -35,6 +43,9 @@ yarn-error.log*
.env.test.local
.env.production.local
# Contentlayer
.contentlayer
secrets.txt
.pnpm-store