Skip to content

adamsandwich/adamsandwich.com

Repository files navigation

adamsandwich.com

Just a blog.

Commit Message Guidelines

emoji type content
📄 post: 新文章
feat: 新特性
🐛 fix: 修改问题
♻️ refactor: 代码重构
📝 docs: 文档修改
🎨 style: 代码格式修改, 注意不是 css 修改
💄 ui: 样式修改
test: 测试用例修改
⬆️ chore: 其他修改, 比如构建流程, 依赖管理

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate