建立文章列表页面
建了个文章目录页面.展示文章的标题.因为发现自己经常要回来找命令.这里记录一下免得升级被覆盖了. 将下面文件放入wp-content/themes/twentytwenty/templates/目录下面.新建页面的时候,可以选择的模板就会多一个Article Archive Template.
If you find that you're not, I hope you have the strength to start all over again.
web相关 nginx httpd tomcat 等
建了个文章目录页面.展示文章的标题.因为发现自己经常要回来找命令.这里记录一下免得升级被覆盖了. 将下面文件放入wp-content/themes/twentytwenty/templates/目录下面.新建页面的时候,可以选择的模板就会多一个Article Archive Template.
正向代理 平常通过shadowsocks使用谷歌。 反向代理 利用nginx实现负载均衡
教程都在这里:酷壳 如何免费的让网站启用HTTPS 原来用的证书是阿里云上申请的免费Symantec证书,结果发现chrome上提示警告,以后的版本不会再支持。 Google Chrome正式宣布将不再信任赛门铁克所有SSL证书 教程里使用的Let’s Encrypt 是一个于2015年三季度推出的数字证书认证机构,将通过旨在消除当前手动创建和安装证书的复杂过程的自动化流程,並推廣使萬維網服務器的加密連接無所不在,为安全网站提供免费的SSL/TLS证书。 安装cerbot-nginx,运行报错了 urlib3 ImportError: No module named ‘requests.packages.urllib3’ PyOpenssl raise ImportError(“‘pyOpenSSL’ module missing required…
自定义tagline为网易邮箱greetings,api是从网上找的 修改wp-includes/option.php 最后加入获取问候语的函数(因为返回来是数组,做了个简单随机) /** * getrandom greetings form 163.com */ function tagline_from_mail() { $URL = ‘http://jy4-app.mail.163.com/jy4-app/xhr/mbox/greetings/get.do’; $data = file_get_contents($URL); if($data…
将workpress 自定义为bing搜索的背景图片的方法,我这里改的是twentyseventeen theme。 将站点下的wp-content/themes/twentyseventeen/inc/custom-header.php中 twentyseventeen_custom_header_setup函数修改为如下函数: function twentyseventeen_custom_header_setup() { //bing api $url = ‘http://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mkt=’; $resolution = ‘1920×1080’; // language options $locale…