参考:
https://blog.csdn.net/xbgordon/category_8310615.html
原文链接:https://blog.csdn.net/xbgordon/article/details/83765519
Play 框架有自己的模板引擎来生成HTML页面,该引擎使用 Groovy 做为表达式语言。你可以直接使用 Groovy 语言来创建动态的网页,但并无需学习 Groovy 所有的知识,你需要了解的只是跟 Java 非常相近的一部分。Play 将所有的模板文件都放在 app/views 目录下,所有页面都是在请求时即时解析的。
镜像下载地址.
ubuntu安装docker
Ubuntu更换为国内源
Ubuntu系统自带的源都是国外的网址,国内用户在使用的时候网速下载慢卡,导致下载软件非常不爽,所以将国外源更换为国内源,让你的网速更加顺畅,不再因软件的下载而烦恼。有两种方法:手动配置和使用脚本一键配置。
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.
上传hexo
hexo的博客源码 https://gitee.com/wangwei-2022/hexo-code-tencent-vps
git clone https://gitee.com/wangwei-2022/hexo-code-tencent-vps.git
把源代码复制文件到hexo-code-tencent-vps
- git add .
- git commit -m “注释”
- git push 推送远程仓库
cd D:\ww-blog-skyboy\blog
清理 && 生成 && 启动
hexo clean && hexo g && hexo s
清理 && 生成 && 部署
hexo clean && hexo g && hexo d
hexo s -g #生成并本地预览
hexo d -g #生成并上传