All Projects → o2team → Sign

o2team / Sign

O2 team mail signature generator

Labels

O2 Mail Sign

hexo版本开发指南,确保本地已经安装了hexo,若无安装执行下面代码安装:

npm i -g hexo-cli

安装好hexo之后执行下面命令:

# 拉取项目源码
git clone https://github.com/o2team/sign.git

# 切换到dev分支
git checkout dev

# 安装依赖
npm i -d

# 预览
hexo s --watch

浏览器打开 [http://localhost:4000/sign/] 预览效果,若需要修改源码,请修改 themes/sign 目录里面的代码,修改之后预览效果即可。

代码没问题之后执行下面代码提交到 github 分支 dev 上:

git push origin dev

同时发布到 aotu.io/sign ,执行下面代码:

hexo d -g

然后打开浏览器 https://sign.aotu.io 查看即可。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].