怎样使用Markdown 简明版 Markdown 语法说明(简体中文版)
新建1hexo new [layout] <title> 发布1hexo clean & hexo g & hexo d
添加nodejs源并安装nodejs12curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -apt-get install -y nodejs 添加yarn源到ubuntu源中12curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list 安装yarn1apt-get update && sudo apt-get install yarn 添加用户ghost1adduser ghost 给ghost赋予管理员权限1userm...