diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 000000000..0ebd768bf --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/404.html b/404.html index 19de8bcc6..28ba025cb 100755 --- a/404.html +++ b/404.html @@ -209,9 +209,9 @@

404

-

Oops! It looks like you're lost...

-

The Page you're looking for doesn't exist or another error occurred.

-

👉 webstack.cc

+

哎呀!看来你迷路了...

+

您要查找的页面不存在或发生其他错误。

+

👉 回到主页

diff --git a/CNAME b/CNAME index 1bfc861d1..f6680418f 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -webstack.cc +ningguoxu.github.io diff --git a/README.md b/README.md index e5cad91a6..19bb5d2c8 100644 --- a/README.md +++ b/README.md @@ -1,193 +1,26 @@ -Webstack网址导航 -=== -### Demo: [➡️ www.webstack.cc](https://webstack.cc) +# 欢迎来到这里 -QQ群交流:304584722 ; QQ交流群2:740911918 +本项目基于GitHub开源项目进行二次开发。 -本项目这是一个网址导航网站,内容均由[viggo](https://www.viggoz.com)收集并整理。本项目前端基于bootstrap前端框架开发,各后台及主题版本由广大网友提供。 +![image](https://github.com/ningguoxu/ningguoxu.github.io/assets/87106666/d3c55e79-355b-4a76-99c9-265890f2a0d3) -下面提供了多种主题及后台版本供大家选择,感谢各位GitHub网友无私贡献🙏,具体各版本后台使用方法请查看对应的开源说明文档! -注意⚠️:以下webstack所有项目均为开源项目,webstack没有任何Pro版本或专业版本! +原项目: [WebStackPage](https://github.com/WebStackPage/WebStackPage.github.io) -![](http://www.webstack.cc/assets/images/preview.gif) +本项目完全免费,无需付费即可使用。 -这是一个开源的公益项目,你可以拿来制作自己的网址导航,也可以做与导航无关的网站。如果你有任何疑问,可以通过个人网站[viggoz.com](https://www.viggoz.com)中的联系方式找到我,欢迎与我交流分享。 +# 本项目使用GitHub Page部署 -声明 -=== -"一导航"未经允许推出的“Webstack Pro 版本”付费导航主题,跟本项目没有任何关系,在此解答[类似 Issues](https://github.com/WebStackPage/WebStackPage.github.io/issues/89),已经和该公司多次沟通,该公司始终没有移除所有“Webstack Pro”相关名称,在这里郑重声明。 -目前 Webstack 已经有数十种完全免费开源后端版本,数十位共建者在维护本项目,本项目尊重各位共建者劳动成果实现盈利,但不鼓励任何盗用 **WebstackPro** 名义盈利的行为。 +GitHub:[Github Page](https://pages.github.com/?(null)) -![](https://github.com/WebStackPage/WebStackPage.github.io/blob/master/assets/images/webstack_no_pro.png) +# 相关链接 -欢迎加群一起学习交流技术 ---- -|Q群(304584722)|Q群2(740911918)| -|--|--| -|![](http://www.webstack.cc/assets/images/qqgroup_webstack.jpg)|![](http://www.webstack.cc/assets/images/qqgroup_webstack2.jpg)| +以下是作者的其他项目 -怎么用? ---- -你可以像我一样直接使用静态托管形式,如果你需要一个后台系统方便管理,可以参考下面的第二第三种解决方案: -#### 方法1. 使用静态托管 -最简单快速上线自己的导航网站,你可以直接**下载**本项目修改内容既可部署上线。 +个人博客:[080912.XYZ](https://080912.xyz) -#### 方法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 - -#### 方法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 - -#### 方法5.2 Hugo主题二 -开源地址: https://github.com/iplaycode/webstack-hugo - -主题演示: https://iplaycode.github.io/nav/ - -#### 方法6. 基于Java开发的后台系统🔥(感谢[@jsnjfz](https://github.com/jsnjfz)提供) -开源地址:https://github.com/jsnjfz/WebStack-Guns - -#### 方法7. springboot后台 Nikati-WebStack-Guns ❤️ (感谢[Nikati \(Nikati\)](https://github.com/Nikati)提供) -开源地址:https://github.com/Nikati/WebStack-Guns-NKT - -#### 方法8.1 使用 Jekyll 版本的后台🔥(感谢[@0xl2oot](https://github.com/0xl2oot)提供) -开源地址:[https://github.com/0xl2oot/webstack-jekyll](https://github.com/0xl2oot/webstack-jekyll) - -#### 方法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版本 -开源地址: 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,或者直接通过我个人网站中的联系方式联系我。 - -JUST DOWNLOAD AND DO WHAT THE FUCK YOU WANT TO. - - - -关于图片资源 ---- -```/assets/images/logos/default.png``` 这是网站标签的默认图标 - -```/assets/images/logos``` 这里是所有网站内的图标切图,尺寸均为120px*120px - -```/assets/webstack_logos.sketch``` 这是网站标签收录的所有图标设计源文件,你可以在这里[下载](https://WebStackPage.github.io/assets/webstack_logos.sketch) 。打开前请确认Sketch版本高于50.2(55047) - -优秀项目示例 ---- -本项目开源已经有一年多,陆续有很多小伙伴使用这个主题制作了自己的导航网站,下面列出了一些我知道的基于webstack或者使用webstack主题开发的项目,都是做的比较好的一些小伙伴,供大家借鉴。也欢迎各位开发者把自己的项目加进来~ 发 Pull Request 或 Issue 即可 -(入选标准:必须是webstack项目相关的网站) - -| 状态 | 网站名 | 网址 | -| --- | --- | --- | -| ✅已上线 | 狼牌工作网址导航 | [https://www.volf.club/](https://www.volf.club/) | -| ✅已上线 | 广告人导航 - 广告没门 | [https://adnodoor.com/nav/](https://adnodoor.com/nav/) | -| ✅已上线 | 互联网资源库房 | [库房369-互联网资源库房](https://kf369.cn/) | -| ✅已上线 | ShareHub - 资源和工具的集合 | [https://www.gezhipu.com/cn/index.html](https://www.gezhipu.com/cn/index.html) | -| ✅已上线 | 程序员网址导航 | [https://web.hujiangtao.cn/](https://web.hujiangtao.cn/) | -| 🕗开发中 | PMGEEK | [http://pmgeek.net/](http://pmgeek.net/) | -| ❌已下线 | 造作家 | [造作家](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) | -| ❌已下线 | Dapp公园 | [http://xdapp.pw/](http://xdapp.pw/) | -| ❌已下线 | zero-null | [https://zero-null.github.io/works/cn/index.html](https://zero-null.github.io/works/cn/index.html) | -| ❌已下线 | alabom.top | [http://alabom.top/cn/index.html](http://alabom.top/cn/index.html) | -| ❌已下线 | 水木清华 | [水木清华](https://www.open985.com/) | -| ❌已下线 | 新媒体百宝箱 | [新媒体百宝箱](https://www.xmtbbx.com/) | -| ❌已下线 | 酸奶 - 广告运营从业者类别导航 | [酸奶 \- 专注广告运营从业者类别导航](http://about.edu233.cn/) | -| ❌已下线 | AVI导航 - 一键到达好去处 | [https://www.avi101.com/](https://www.avi101.com/) | -| ❌已下线 | 京东运营网址导航 | [http://miyue1980.com/](http://miyue1980.com/) | -| ❌已下线 | 快导航 - 简单的网址导航大全 | [https://wukandy.cn/](https://wukandy.cn/) | -| ❌已下线 | 喵帕斯 - 喵帕斯导航页 | [http://naspro.cc/](http://naspro.cc/) | -| ❌已下线 | tool - wxuegao | [http://tool.wxuegao.com/](http://tool.wxuegao.com/) | -| ❌已下线 | 浮生论坛 \- 念念不忘,必有回响 | [浮生论坛 \- 念念不忘,必有回响](https://fusfun.club/cn/index.html) | -## License - -Copyright © 2017-2023 **[webstack.cc](https://webstack.cc)** Released under the **MIT License**. - -> 注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。 -> 如果你使用这个开源项目,请**注明**本项目开源地址。 - -Screenshot 📷 ---- -![](http://www.webstack.cc/assets/images/webstack_banner_cn.png) -![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-03-Introduction.png) -![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-04-infomation.png) -![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-05-production.png) -![](http://7xnb6x.com1.z0.glb.clouddn.com/webstack-06-production2.png) +![image](https://github.com/ningguoxu/ningguoxu.github.io/assets/87106666/882954aa-abd8-41cb-b423-932be55e2531) +网站导航:[HelloWorld.](https://ningguoxu.github.io) +![image](https://github.com/ningguoxu/ningguoxu.github.io/assets/87106666/ab422a1e-e1a7-4e81-8442-7a699a344c7b) diff --git a/assets/images/favicon.png b/assets/images/favicon.png index 10f1d1992..d6595842e 100644 Binary files a/assets/images/favicon.png and b/assets/images/favicon.png differ diff --git a/assets/images/logo-collapsed@2x.png b/assets/images/logo-collapsed@2x.png index e405d27e8..d6595842e 100755 Binary files a/assets/images/logo-collapsed@2x.png and b/assets/images/logo-collapsed@2x.png differ diff --git a/assets/images/logo@2x.png b/assets/images/logo@2x.png index a0c1a4ab7..c973fc8b7 100755 Binary files a/assets/images/logo@2x.png and b/assets/images/logo@2x.png differ diff --git a/assets/images/logo_dark@2x.png b/assets/images/logo_dark@2x.png index 76f1a518f..c973fc8b7 100755 Binary files a/assets/images/logo_dark@2x.png and b/assets/images/logo_dark@2x.png differ diff --git a/assets/images/logos/ngx/080912.png b/assets/images/logos/ngx/080912.png new file mode 100644 index 000000000..8fac3f618 Binary files /dev/null and b/assets/images/logos/ngx/080912.png differ diff --git a/assets/images/logos/ngx/Copilot.png b/assets/images/logos/ngx/Copilot.png new file mode 100644 index 000000000..a1fba9755 Binary files /dev/null and b/assets/images/logos/ngx/Copilot.png differ diff --git a/assets/images/logos/ngx/Notion.png b/assets/images/logos/ngx/Notion.png new file mode 100644 index 000000000..e6185c9bd Binary files /dev/null and b/assets/images/logos/ngx/Notion.png differ diff --git a/assets/images/logos/ngx/README.md b/assets/images/logos/ngx/README.md new file mode 100644 index 000000000..6ee1456c4 --- /dev/null +++ b/assets/images/logos/ngx/README.md @@ -0,0 +1 @@ +这是一个存储logo的新地方!!! diff --git a/assets/images/logos/ngx/bing.png b/assets/images/logos/ngx/bing.png new file mode 100644 index 000000000..69e7f9560 Binary files /dev/null and b/assets/images/logos/ngx/bing.png differ diff --git a/assets/images/logos/ngx/duckduckgo.png b/assets/images/logos/ngx/duckduckgo.png new file mode 100644 index 000000000..eb1ce4bf4 Binary files /dev/null and b/assets/images/logos/ngx/duckduckgo.png differ diff --git a/assets/images/logos/ngx/fotor.png b/assets/images/logos/ngx/fotor.png new file mode 100644 index 000000000..93a8da8bf Binary files /dev/null and b/assets/images/logos/ngx/fotor.png differ diff --git a/assets/images/logos/ngx/github.png b/assets/images/logos/ngx/github.png new file mode 100644 index 000000000..674a57101 Binary files /dev/null and b/assets/images/logos/ngx/github.png differ diff --git a/assets/images/logos/ngx/google.png b/assets/images/logos/ngx/google.png new file mode 100644 index 000000000..166521f18 Binary files /dev/null and b/assets/images/logos/ngx/google.png differ diff --git a/assets/images/logos/ngx/huggingface.png b/assets/images/logos/ngx/huggingface.png new file mode 100644 index 000000000..b031e9dc8 Binary files /dev/null and b/assets/images/logos/ngx/huggingface.png differ diff --git a/assets/images/logos/ngx/msn.png b/assets/images/logos/ngx/msn.png new file mode 100644 index 000000000..764fce1d3 Binary files /dev/null and b/assets/images/logos/ngx/msn.png differ diff --git a/assets/images/logos/ngx/tor.png b/assets/images/logos/ngx/tor.png new file mode 100644 index 000000000..67b3aa620 Binary files /dev/null and b/assets/images/logos/ngx/tor.png differ diff --git a/assets/images/logos/ngx/youtube.png b/assets/images/logos/ngx/youtube.png new file mode 100644 index 000000000..f8b7808dc Binary files /dev/null and b/assets/images/logos/ngx/youtube.png differ diff --git a/assets/images/logos/ngx/zhihu.png b/assets/images/logos/ngx/zhihu.png new file mode 100644 index 000000000..dbbd21ec9 Binary files /dev/null and b/assets/images/logos/ngx/zhihu.png differ diff --git a/cn/about.html b/cn/about.html index 05c2d9a31..4fa4974c3 100644 --- a/cn/about.html +++ b/cn/about.html @@ -6,9 +6,9 @@ - WebStack.cc - 设计师网址导航 + HelloWorld. - 网址导航 - + @@ -52,13 +52,8 @@
@@ -75,25 +70,38 @@

关于网站

有一段时间我发现我的收藏夹越来越多,很难找到某个不常用的网站。所以就有了这个网站,这里收集的基本都是我自己浏览器收藏夹里的网站,我平时用的相对比较多的一些都在这里。


-

如果你也是设计师,如果你也正好喜欢设计,那希望这个网站能给你带来一些作用。

-

闲聊或者有任何建议都可以加QQ群交流,一群:304584722 二群:740911918

-

关于站长

+

站长的博客

-
+
- +
- Designer. Viggo. + HelloWorld. -

Full-time UI designer with an enduring interest in Coding.

+

HelloWorld. | 写作是最值得投资的技能

+
+
+
+
+
+
+
+ + + +
+ + 网站导航 + +

HelloWorld. - 网站导航

@@ -104,7 +112,7 @@

关于站长


- 这是一个公益项目,而且是 开源 的。你也可以拿来制作自己的网址导航。如果你有更好的想法,可以通过个人网站viggoz.com中的联系方式找到我,欢迎与我交流分享。 + 这是一个公益项目,而且是 开源 的。你也可以拿来制作自己的网址导航。

@@ -120,8 +128,8 @@

关于站长