页脚添加备案号
方法一:找一个插件来添加页脚,header, footer and injections,增加如下代码片段: <style> a:link { color: #095484; text-decoration: none; } a:visited { color: #095484; text-decoration: none; } a:hover { text-decoration: unde… 阅读更多 »页脚添加备案号
方法一:找一个插件来添加页脚,header, footer and injections,增加如下代码片段: <style> a:link { color: #095484; text-decoration: none; } a:visited { color: #095484; text-decoration: none; } a:hover { text-decoration: unde… 阅读更多 »页脚添加备案号
准备 Nginx + fastcgi_cache + PHP FPM + WordPress + MySQL 步骤 搭建一个网站还是需要一些步骤的,不如自动化了吧! https://gitee.com/gitmee/wordpress-nginx 安全 TLS test https://www.ssllabs.com/ssltest firewall: ufw and fail2ban
Hexo和Github关联之后,接下来就是找一个域名(这里以example.com为例)cname到yourname.github.io,需要以下操作 在域名注册商比如阿里(万网)或者namecheap,找到相应域名example.com,添加两条CNAME记录。www, yourname.github.io, 5 minutes; @,yourname.github.io, 5 minutes … 阅读更多 »Hexo + Github 搭建Blog系统 (2)
参考这个文章 https://zhuanlan.zhihu.com/p/26625249 总结一下,有以下步骤 安装hexo 安装nodejs和npm sudo apt install nodejs npm 安装启动hexo (自己起了一个vagrant vm来安装,目录在keepm/nodejs/hexo-try) sudo npm install hexo-cli -g hexo init b… 阅读更多 »Hexo + GitHub 搭建Blog系统 (1)