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 679d21420..e5cad91a6 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,28 @@ Webstack网址导航 QQ群交流:304584722 ; QQ交流群2:740911918 -本项目这是一个**纯静态**的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。 +本项目这是一个网址导航网站,内容均由[viggo](https://www.viggoz.com)收集并整理。本项目前端基于bootstrap前端框架开发,各后台及主题版本由广大网友提供。 + +下面提供了多种主题及后台版本供大家选择,感谢各位GitHub网友无私贡献🙏,具体各版本后台使用方法请查看对应的开源说明文档! + +注意⚠️:以下webstack所有项目均为开源项目,webstack没有任何Pro版本或专业版本!  -这是一个开源的公益项目,你可以拿来制作自己的网址导航,也可以做与导航无关的网站。如果你有任何疑问,可以通过个人网站[viggoz.com](http://viggoz.com)中的联系方式找到我,欢迎与我交流分享。 +这是一个开源的公益项目,你可以拿来制作自己的网址导航,也可以做与导航无关的网站。如果你有任何疑问,可以通过个人网站[viggoz.com](https://www.viggoz.com)中的联系方式找到我,欢迎与我交流分享。 + +声明 +=== +"一导航"未经允许推出的“Webstack Pro 版本”付费导航主题,跟本项目没有任何关系,在此解答[类似 Issues](https://github.com/WebStackPage/WebStackPage.github.io/issues/89),已经和该公司多次沟通,该公司始终没有移除所有“Webstack Pro”相关名称,在这里郑重声明。 +目前 Webstack 已经有数十种完全免费开源后端版本,数十位共建者在维护本项目,本项目尊重各位共建者劳动成果实现盈利,但不鼓励任何盗用 **WebstackPro** 名义盈利的行为。 + + 欢迎加群一起学习交流技术 --- -|个人微信号(viggo)|QQ交流群(304584722)|QQ交流群2(740911918)| -|--|--|--| -|||| +|Q群(304584722)|Q群2(740911918)| +|--|--| +||| 怎么用? --- @@ -22,29 +33,68 @@ QQ群交流:304584722 ; QQ交流群2:740911918 #### 方法1. 使用静态托管 最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 -#### 方法2. 使用基于 Laravel 搭建的后台系统🔥(感谢[@hui-ho](https://github.com/hui-ho)提供) +#### 方法2. 使用 Wordpress 主题搭建系统🔥(感谢[@owen0o0](https://github.com/hui-ho)提供) +开源地址:https://github.com/owen0o0/WebStack + +**注意:付费版本和本项目没任何关系,售后问题请找作者** + +#### 方法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 -#### 方法3. WordPress 主题🔥(感谢 [@一为忆](https://www.iowen.cn/)提供) -开源地址:https://github.com/owen0o0/WebStack +#### 方法4. Hexo主题 +开源地址: https://github.com/HCLonely/hexo-theme-webstack + +#### 方法5.1 Hugo主题一🔥 +开源地址:https://github.com/shenweiyan/WebStack-Hugo + +安装说明:https://www.yuque.com/shenweiyan/cookbook/webstack-hugo -教程:[WordPress 版 WebStack 导航主题使用说明 \| 一为忆](https://www.iowen.cn/wordpress-version-webstack/) +#### 方法5.2 Hugo主题二 +开源地址: https://github.com/iplaycode/webstack-hugo -#### 方法4. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) +主题演示: https://iplaycode.github.io/nav/ + +#### 方法6. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) 开源地址:https://github.com/jsnjfz/WebStack-Guns -#### 方法5. springboot后台 Nikati-WebStack-Guns ❤️ (感谢[Nikati \(Nikati\)](https://github.com/Nikati)提供) +#### 方法7. springboot后台 Nikati-WebStack-Guns ❤️ (感谢[Nikati \(Nikati\)](https://github.com/Nikati)提供) 开源地址:https://github.com/Nikati/WebStack-Guns-NKT -#### 方法6. 使用 Jekyll 版本的后台🔥(感谢[@0xl2oot](https://github.com/0xl2oot)提供) +#### 方法8.1 使用 Jekyll 版本的后台🔥(感谢[@0xl2oot](https://github.com/0xl2oot)提供) 开源地址:[https://github.com/0xl2oot/webstack-jekyll](https://github.com/0xl2oot/webstack-jekyll) -#### 方法7. 使用Typecho主题🔥(感谢[@SEOGO](https://www.seogo.me/)提供) +#### 方法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) -#### 方法8. 自己写后台系统 +#### 方法10. 静态博客Gridea主题 +开源地址: https://github.com/lmm214/gridea-theme-webstack + +在线预览: https://edui.fun/ + +#### 方法11. VUE版本 +开源地址: https://github.com/Anjaxs/WebStack-vue/tree/master + +#### 方法12. flask-blog-platform +开源地址: https://github.com/shitianfang/flask-blog-platform/tree/master + +#### 方法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,或者直接通过我个人网站中的联系方式联系我。 @@ -68,47 +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/) | -| ✅已上线 | 互联网资源库房 | [库房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) | @@ -126,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**. > 注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。 > 如果你使用这个开源项目,请**注明**本项目开源地址。 diff --git a/assets/images/coffee.png b/assets/images/coffee.png new file mode 100644 index 000000000..77ea22b83 Binary files /dev/null and b/assets/images/coffee.png differ diff --git a/assets/images/logos/eleduck.png b/assets/images/logos/eleduck.png new file mode 100644 index 000000000..e574e8110 Binary files /dev/null and b/assets/images/logos/eleduck.png differ diff --git a/assets/images/webstack_no_pro.png b/assets/images/webstack_no_pro.png new file mode 100644 index 000000000..a80bf3266 Binary files /dev/null and b/assets/images/webstack_no_pro.png differ diff --git a/assets/images/wechat_viggo.jpg b/assets/images/wechat_viggo.jpg deleted file mode 100755 index 69fe4ba18..000000000 Binary files a/assets/images/wechat_viggo.jpg and /dev/null differ diff --git a/cn/index.html b/cn/index.html index 7172f7df3..14ecd2cdc 100644 --- a/cn/index.html +++ b/cn/index.html @@ -599,6 +599,21 @@
国内最早的远程工作社区,也是互联网工作者们的聚集地,非常适合设计开发小伙伴关注
+