文章存储位置
public下的_blog文件夹作为文章的存储文件夹
可以建立子文件夹来分类文章,调用server接口可以解析获取文章文件树来渲染目录
使用github action自动构建部署
使用PM2管理项目
目前网站接入了百度分析和谷歌分析来分析网站流量
目前github auth接入限制主要作为本人编写博客,无访客登录系统,访客github登录无修改权限
在线编写博客主要利用github api推送和github action自动构建部署完成,故文章推送实时性延后
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build