博客
Primary LanguageNunjucksMIT LicenseMIT
# 执行开发构建的server hexo s # 创建一篇新文章 hexo new page xx
# 生成构建静态页面 hexo g # 部署到github上 hexo g -d