git
下载地址产品原型VsCodenode.js
色彩图谱
色谱红色系橙色系
黄色系
绿色系
蓝色系
紫色系
无色系
色卡常用的颜色
好看的颜色
PS图标制作小技巧
立体图标的制作
嵌入效果(上暗下亮)
突出效果(上亮下暗)
线性图标制作
无间断效果(最好别用描边制作)
有间断效果(Atl+形状工具)
第一篇博客
博客常用命令
hexo new page 名称
hexo new 文章名
hexo cl ==> 清理
hexo g ==> 编译
hexo d ==> 推送到GitHub
hexo s ==> 本地浏览
hexo三连
hexo cl && hexo g && hexo d
暂存本地代码
git stash
代码更新
git fetch --all
代码覆盖
git pull
释放本地代码
git stash pop
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment