1.宝塔新建网站
2.下载 https://github.com/helloxz/onenav/releases 最新版并解压
3.将config.simple.php复制到data文件夹并改名为config.php后填写自己的站点信息
访问后台:http://IP/index.php?c=login(或点击页面右上角)
4.设置伪静态:

#安全设置
location ~* ^/(class|controller|db|functions|templates)/.*.(php|php5)$ {
    return 403;
}
location /db {
    deny all;
}
#伪静态
rewrite ^/click/(.*) /index.php?c=click&id=$1 break;
rewrite ^/api/(.*)?(.*) /index.php?c=api&method=$1&$2 break;
rewrite /login /index.php?c=login break;

5.下载主题 https://github.com/liutongxu/liutongxu.github.io ,并解压至templates目录下
6.修改data/config.php

//主题风格
define('TEMPLATE','webstack');

7.修改LOGO ?
8.修改“网站提交”邮箱 ?

最后修改:2021 年 04 月 13 日
如果觉得我的文章对你有用,请随意赞赏