diff --git a/404.html b/404.html
index b987d715b..19de8bcc6 100755
--- a/404.html
+++ b/404.html
@@ -32,7 +32,7 @@
html,
body {
width: 100%;
- height: 100%
+ height: 100%;
}
a,
@@ -40,15 +40,15 @@
a:before,
a:after {
text-decoration: none;
- transition-duration: .25s
+ transition-duration: .25s;
}
section {
- display: block
+ display: block;
}
body {
- line-height: 1
+ line-height: 1;
}
#about {
@@ -118,26 +118,26 @@
}
#about p {
margin: 30px;
- margin-bottom: 0px
+ margin-bottom: 0;
}
#about .social {
margin: 30px;
- margin-bottom: 0px
+ margin-bottom: 0;
}
#about .copyright {
width: 100%;
float: left;
- margin-bottom: 0px;
+ margin-bottom: 0;
}
}
.animated {
animation-duration: 1s;
- animation-fill-mode: both
+ animation-fill-mode: both;
}
.bounce-in {
- animation-name: bounce-in
+ animation-name: bounce-in;
}
@keyframes bounce-in {
@@ -146,24 +146,24 @@
75%,
90%,
to {
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
- transform: translate3d(-3000px, -50%, 0)
+ transform: translate3d(-3000px, -50%, 0);
}
60% {
opacity: 1;
- transform: translate3d(25px, -50%, 0)
+ transform: translate3d(25px, -50%, 0);
}
75% {
- transform: translate3d(-10px, -50%, 0)
+ transform: translate3d(-10px, -50%, 0);
}
90% {
- transform: translate3d(5px, -50%, 0)
+ transform: translate3d(5px, -50%, 0);
}
to {
- transform: translate3d(0, -50%)
+ transform: translate3d(0, -50%);
}
}
@@ -172,7 +172,7 @@
font-size: 16px;
font-weight: 300;
line-height: 1.75;
- color: rgba(0, 0, 0, 0.65)
+ color: rgba(0, 0, 0, 0.65);
}
h1 {
@@ -181,7 +181,7 @@
font-weight: 700;
line-height: 1.25;
color: rgba(0, 0, 0, 0.85);
- margin-bottom: 25px
+ margin-bottom: 25px;
}
a {
@@ -191,11 +191,11 @@
@media (max-width: 580px) {
body {
- font-size: 14px
+ font-size: 14px;
}
h1 {
font-size: 42px;
- line-height: 1.45
+ line-height: 1.45;
}
}
diff --git a/README.md b/README.md
index 54d721073..e5cad91a6 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ QQ群交流:304584722 ; QQ交流群2:740911918
欢迎加群一起学习交流技术
---
-|Q群(304584722)|Q群2(740911918)|赞赏支持本项目|
-|--|--|--|
-||||
+|Q群(304584722)|Q群2(740911918)|
+|--|--|
+|||
怎么用?
---
@@ -34,17 +34,26 @@ QQ群交流:304584722 ; QQ交流群2:740911918
最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。
#### 方法2. 使用 Wordpress 主题搭建系统🔥(感谢[@owen0o0](https://github.com/hui-ho)提供)
-开源地址:[https://github.com/hui-ho/WebStack-Laravel](https://github.com/owen0o0/WebStack)
+开源地址:https://github.com/owen0o0/WebStack
**注意:付费版本和本项目没任何关系,售后问题请找作者**
-#### 方法3. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho]
+#### 方法3. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供)
+开源地址:https://github.com/hui-ho/WebStack-Laravel
+
+Docker部署版本:https://hub.docker.com/r/arvon2014/webstack-laravel
#### 方法4. Hexo主题
开源地址: https://github.com/HCLonely/hexo-theme-webstack
-#### 方法5. Hugo主题
+#### 方法5.1 Hugo主题一🔥
+开源地址:https://github.com/shenweiyan/WebStack-Hugo
+
+安装说明:https://www.yuque.com/shenweiyan/cookbook/webstack-hugo
+
+#### 方法5.2 Hugo主题二
开源地址: https://github.com/iplaycode/webstack-hugo
+
主题演示: https://iplaycode.github.io/nav/
#### 方法6. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供)
@@ -58,17 +67,22 @@ QQ群交流:304584722 ; QQ交流群2:740911918
#### 方法8.2 从Chrome书签生成Jekyll版本配置的工具
体验网址: https://w.hanxi.info/convert.html
+
开源地址: https://github.com/hanxi/webstack-jekyll
#### 方法9.1 钻芒二开Typecho主题
开源地址:https://www.zmki.cn/5366.html
+
比较详细的安装教程:https://www.waoww.com/typecho-theme/zmki-webstack.html
+
预览地址:https://tool.zmki.cn/
+
#### 方法9.2 SEOGO二开Typecho主题
开源地址:[https://www.seogo.me/muban/webstack.html](https://www.seogo.me/muban/webstack.html)
#### 方法10. 静态博客Gridea主题
开源地址: https://github.com/lmm214/gridea-theme-webstack
+
在线预览: https://edui.fun/
#### 方法11. VUE版本
@@ -77,7 +91,10 @@ QQ群交流:304584722 ; QQ交流群2:740911918
#### 方法12. flask-blog-platform
开源地址: https://github.com/shitianfang/flask-blog-platform/tree/master
-#### 方法13. 自己写后台系统
+#### 方法13. 基于 Golang 开发的后台系统🔥 Webstack-Go (感谢[@ch3nnn](https://github.com/ch3nnn)提供)
+开源地址: https://github.com/ch3nnn/webstack-go
+
+#### 方法14. 自己写后台系统
可以按照自己的喜好和框架搭建后台系统,也可以参考我设计好的后台框架自行搭建。本站设计开发过程在我的博客文章有详细讲到[《webstack \| viggo》](http://blog.viggoz.com/2018/01/03/2018-01-03-webstack/)。静态源码(半成品):[https://github.com/WebStackPage/webstack-Admin](https://github.com/WebStackPage/webstack-Admin)
如果你有更好的解决方案,并且能够开源供大家使用,可以在本项目提Issus,或者直接通过我个人网站中的联系方式联系我。
@@ -101,48 +118,48 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO.
| 状态 | 网站名 | 网址 |
| --- | --- | --- |
-| ✅已上线 | 造作家 | [造作家](https://www.hitsz.top/) |
-| ✅已上线 | 谢週五の导航站 | [谢週五の导航站 \- 5nav\.ml](https://5nav.ml/) |
| ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) |
-| ✅已上线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) |
-| ✅已上线 | 币门 | [币门 \| 通向加密货币之门](https://www.bimen.com/) |
-| ✅已上线 | Azt's 导航网站 | [Azt's 导航网站 \| 这只是一个导航](https://bookmark.cwenyu.net/) |
-| ✅已上线 | moshuxv | [moshuxv\.xyz \| 网址导航](https://moshuxv.xyz/) |
-| ✅已上线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) |
-| ✅已上线 | 卖家大全 - 最全卖家导航 | [http://maijiadaquan.com/](http://maijiadaquan.com/) |
| ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) |
-| ✅已上线 | 魔米导航 | [魔米导航 \- 精品网址导航](http://www.nmomi.com/) |
-| ✅已上线 | 电力行业的网站导航 | [万家灯火,有你有我](http://zhiliaopower.cn/) |
-| ✅已上线 | 互联网资源库房 | [库房369\-互联网资源库房 \-](https://kf369.cn/) |
-| ✅已上线 | 域名购买&域名商场&行业导航 | [http://www.yichushou.com/](http://www.yichushou.com/) |
-| ✅已上线 | 杏map | [http://xx-map.com/](http://xx-map.com/) |
-| ✅已上线 | DreamThere - 梦想导航 | [https://nav.dreamthere.com/](https://nav.dreamthere.com/) |
-| ✅已上线 | 聚BT \- 聚合最优质的BT、磁力资源 | [聚BT \- 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) |
-| ✅已上线 | JKnear导航 - 建筑结构设计导航 | [http://jk.jknear.com:777/](http://jk.jknear.com:777/) |
-| ✅已上线 | site navigation – QAOZEN | [https://qaozen.com/nav/](https://qaozen.com/nav/) |
+| ✅已上线 | 互联网资源库房 | [库房369-互联网资源库房](https://kf369.cn/) |
| ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) |
-| ✅已上线 | 我的收藏夹 - 个人网址导航站 | [https://www.kukiliao.com/](https://www.kukiliao.com/) |
-| ✅已上线 | vv.lc - 网址导航 | [http://vv.lc/](http://vv.lc/) |
-| ✅已上线 | 程序员网址导航 - hujiangtao | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) |
-| ✅已上线 |Pandaroll\.cn 网址导航 | [Pandaroll\.cn 网址导航](http://pandaroll.cn/cn/index.html) |
-| ✅已上线 | Link - 我的网址收藏夹 | [Link - 我的网址收藏夹](https://link.jianrry.com) |
-| ✅已上线 | 77导航 | [77导航](https://nav.dig77.com/) |
-| ✅已上线 | 牛导航 - 实用工具导航 | [http://ziliao6.com/](http://ziliao6.com/) |
-| ✅已上线 | QAdoc - 测试工作者导航 | [http://nav.qadoc.org/cn/index.html](http://nav.qadoc.org/cn/index.html) |
-| ✅已上线 | t.hiihi | [http://t.hiihi.cn/](http://t.hiihi.cn/) |
-| ✅已上线 | hytale导航 | [https://www.hytale-nav.com/](https://www.hytale-nav.com/) |
-| ✅已上线 |英阅导航 | [英阅网址导航](http://enreading.ishare20.net/) |
-| ✅已上线 |小猪猪导航 | [小猪猪导航](http://xzz11.xyz/cn/index.html) |
-| ✅已上线 |有钱导航 | [有钱导航](http://www.youqiandaohang.com/) |
-| ✅已上线 |创意探手导航 | [创意探手导航](http://tans119.com/) |
-| ✅已上线 |126云导航 | [126云导航 \- 最好用的浏览器主页](http://www.126yun.cn//) |
-| ✅已上线 |qiqijiavip | [http://www.qiqijiavip.com](http://www.qiqijiavip.com) |
-| 🕗开发中 | zou0 | [http://www.zou0.com/cn/index.html](http://www.zou0.com/cn/index.html) |
-| 🕗开发中 | Matrix Navigation | [Matrix Navigation \-](https://navi.sh-oo.com/) |
+| ✅已上线 | 程序员网址导航 | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) |
| 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) |
-| 🕗开发中 | lerso.cn | [http://lerso.cn/](http://lerso.cn/) |
-| 🕗开发中 | dh.wdj.pw | [WebStack\.cc \- 设计师网址导航](https://dh.wdj.pw/cn/index.html) |
-| 🕗开发中 | wukandy.cn | [https://wukandy.cn/](https://wukandy.cn/) |
+| ❌已下线 | 造作家 | [造作家](https://www.hitsz.top/) |
+| ❌已下线 | 谢週五の导航站 | [谢週五の导航站 - 5nav.ml](https://5nav.ml/) |
+| ❌已下线 | 码灵导航 - 一个帮助开发者成长的程序员网址导航 | [https://nav.imaring.com/](https://nav.imaring.com/) |
+| ❌已下线 | 币门 | [币门 通向加密货币之门](https://www.bimen.com/) |
+| ❌已下线 | 聚BT - 聚合最优质的BT、磁力资源 | [聚BT - 聚合最优质的BT、磁力资源](https://www.jubt.net/cn/index.html) |
+| ❌已下线 | Azt's 导航网站 | [Azt's 导航网站](https://bookmark.cwenyu.net/) |
+| ❌已下线 | moshuxv | [moshuxv.xyz](https://moshuxv.xyz/) |
+| ❌已下线 | 高效搜罗 - 精准的职业导航 | [http://gaoxiaosouluo.cn/](http://gaoxiaosouluo.cn/) |
+| ❌已下线 | 卖家大全 - 最全卖家导航 | [http://maijiadaquan.com/](http://maijiadaquan.com/) |
+| ❌已下线 | 魔米导航 | [魔米导航 - 精品网址导航](http://www.nmomi.com/) |
+| ❌已下线 | 电力行业的网站导航 | [万家灯火,有你有我](http://zhiliaopower.cn/) |
+| ❌已下线 | 域名购买&域名商场&行业导航 | [http://www.yichushou.com/](http://www.yichushou.com/) |
+| ❌已下线 | 杏map | [http://xx-map.com/](http://xx-map.com/) |
+| ❌已下线 | DreamThere - 梦想导航 | [https://nav.dreamthere.com/](https://nav.dreamthere.com/) |
+| ❌已下线 | JKnear导航 - 建筑结构设计导航 | [http://jk.jknear.com:777/](http://jk.jknear.com:777/) |
+| ❌已下线 | site navigation – QAOZEN | [https://qaozen.com/nav/](https://qaozen.com/nav/) |
+| ❌已下线 | 我的收藏夹 - 个人网址导航站 | [https://www.kukiliao.com/](https://www.kukiliao.com/) |
+| ❌已下线 | vv.lc - 网址导航 | [http://vv.lc/](http://vv.lc/) |
+| ❌已下线 |Pandaroll.cn 网址导航 | [Pandaroll\.cn 网址导航](http://pandaroll.cn/cn/index.html) |
+| ❌已下线 | Link - 我的网址收藏夹 | [Link - 我的网址收藏夹](https://link.jianrry.com) |
+| ❌已下线 | 77导航 | [77导航](https://nav.dig77.com/) |
+| ❌已下线 | 牛导航 - 实用工具导航 | [http://ziliao6.com/](http://ziliao6.com/) |
+| ❌已下线 | QAdoc - 测试工作者导航 | [http://nav.qadoc.org/cn/index.html](http://nav.qadoc.org/cn/index.html) |
+| ❌已下线 | t.hiihi | [http://t.hiihi.cn/](http://t.hiihi.cn/) |
+| ❌已下线 | hytale导航 | [https://www.hytale-nav.com/](https://www.hytale-nav.com/) |
+| ❌已下线 |英阅导航 | [英阅网址导航](http://enreading.ishare20.net/) |
+| ❌已下线 |小猪猪导航 | [小猪猪导航](http://xzz11.xyz/cn/index.html) |
+| ❌已下线 |有钱导航 | [有钱导航](http://www.youqiandaohang.com/) |
+| ❌已下线 |创意探手导航 | [创意探手导航](http://tans119.com/) |
+| ❌已下线 |126云导航 | [126云导航 \- 最好用的浏览器主页](http://www.126yun.cn//) |
+| ❌已下线 |qiqijiavip | [http://www.qiqijiavip.com](http://www.qiqijiavip.com) |
+| ❌已下线 | zou0 | [http://www.zou0.com/cn/index.html](http://www.zou0.com/cn/index.html) |
+| ❌已下线 | Matrix Navigation | [Matrix Navigation \-](https://navi.sh-oo.com/) |
+| ❌已下线 | lerso.cn | [http://lerso.cn/](http://lerso.cn/) |
+| ❌已下线 | dh.wdj.pw | [WebStack\.cc \- 设计师网址导航](https://dh.wdj.pw/cn/index.html) |
+| ❌已下线 | wukandy.cn | [https://wukandy.cn/](https://wukandy.cn/) |
| ❌已下线 | 奇客数码导航 - 专注IT自媒体导航网站 | [https://nav.qikepai.cn/](https://nav.qikepai.cn/) |
| ❌已下线 | 7299导航 | [https://www.mmbbao.com/](https://www.mmbbao.com/) |
| ❌已下线 | 东莞理工学习导航 | [http://gd.dgut.top/cn/index2.html](http://gd.dgut.top/cn/index2.html) |
@@ -160,7 +177,7 @@ JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO.
| ❌已下线 | 浮生论坛 \- 念念不忘,必有回响 | [浮生论坛 \- 念念不忘,必有回响](https://fusfun.club/cn/index.html) |
## License
-Copyright © 2017-2018 **[webstack.cc](https://webstack.cc)** Released under the **MIT License**.
+Copyright © 2017-2023 **[webstack.cc](https://webstack.cc)** Released under the **MIT License**.
> 注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。
> 如果你使用这个开源项目,请**注明**本项目开源地址。