All Projects → xjh22222228 → Nav

xjh22222228 / Nav

Licence: mit
🔍 发现导航 , 一个非常强大的静态导航网站(支持SEO)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nav

Awesome Web You Should Know
🌎awesome web you should know
Stars: ✭ 154 (-71.69%)
Mutual labels:  webpack, tools, website
Webstackpage.github.io
❤️静态响应式网址导航网站 - webstack.cc
Stars: ✭ 3,054 (+461.4%)
Mutual labels:  navigation, nav, website
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+19.3%)
Mutual labels:  webpack, navigation
Online Bling
Stars: ✭ 9 (-98.35%)
Mutual labels:  webpack, website
Ts Tools
TypeScript Tools for Node.js
Stars: ✭ 162 (-70.22%)
Mutual labels:  webpack, tools
Gtdo
The source for gotools.org.
Stars: ✭ 35 (-93.57%)
Mutual labels:  tools, website
Kalitoolsmanual
Kali Linux 工具合集中文说明书
Stars: ✭ 70 (-87.13%)
Mutual labels:  tools, website
Coyote
4programmers.net
Stars: ✭ 61 (-88.79%)
Mutual labels:  webpack, website
Hunt
This is laravel 5.5 + pjax the Hunt
Stars: ✭ 138 (-74.63%)
Mutual labels:  navigation, nav
Menuspy
A JavaScript library to make navigation menus highlight the item based on currently in view section.
Stars: ✭ 283 (-47.98%)
Mutual labels:  navigation, nav
bsnav
An extended Bootstrap 4 menu with a bunch of utilities
Stars: ✭ 90 (-83.46%)
Mutual labels:  navigation, nav
Wp Bootstrap Navwalker
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
Stars: ✭ 3,290 (+504.78%)
Mutual labels:  navigation, nav
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (-63.05%)
Mutual labels:  navigation, nav
Websites And Tools
🔰 分类收藏一些网站、工具和软件,记录一些关于 windows/macOS/linux 系统的使用技巧和软件操作。
Stars: ✭ 196 (-63.97%)
Mutual labels:  tools, website
React Site Nav
A kick ass site menu powered by styled components inspired by Stripe.
Stars: ✭ 155 (-71.51%)
Mutual labels:  navigation, nav
Byr Navi
A Light-Weight and Configurable Navigation Website Framework (for BYR)
Stars: ✭ 349 (-35.85%)
Mutual labels:  navigation, website
Mogu
一个简约的php书签网址导航
Stars: ✭ 60 (-88.97%)
Mutual labels:  navigation, nav
Gatsby Starter Saas Marketing
☁️ A simple one page marketing site starter for SaaS companies and indie hackers
Stars: ✭ 103 (-81.07%)
Mutual labels:  navigation, website
Bundle Buddy Webpack Plugin
🐐🐐🐐🐐 bundle-buddy-webpack-plugin 🐐🐐🐐🐐
Stars: ✭ 199 (-63.42%)
Mutual labels:  webpack, website
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (+500%)
Mutual labels:  webpack, website


发现导航

一个纯静态、支持SEO、在线编辑的强大导航网站,希望您会喜欢

内置收录多达 800+ 优质网站, 助您工作、学习和生活

Stars Angular



预览

主题

Preview Preview Preview Preview Preview

特性

发现导航 的理念就是做一款无需依赖后端服务既简单又方便,没有繁杂的配置和数据库等配置概念, 做到开箱即用。

  • 🍰 内置 800+ 实用网站。
  • 🍰 支持 SEO。
  • 🍰 完全纯静态, 提供自动化部署功能。
  • 🍰 三叉树分类、结构清晰、分类清晰。
  • 🍰 支持一个网站关联多个网址
  • 🍰 颜值与简约并存,不再是杀马特时代。
  • 🍰 完全开源,轻松定制化。
  • 🍰 支持多种浏览模式,创新。
  • 🍰 支持足迹记忆。
  • 🍰 支持移动端浏览。
  • 🍰 支持搜索查询。
  • 🍰 支持自定义引擎搜索。
  • 🍰 多款主题切换。
  • 🍰 支持暗黑模式。
  • 🍰 支持快捷键操作,一步到位。
  • 🍰 支持后台管理, 无需部署。
  • 🍰 支持从Chrome书签导入

部署

推荐使用 github pages 服务, 这样就不需要提供服务器, 并且项目里自带了自动化部署服务,像数 321 一样简单。

1、Fork 当前项目。

2、https://github.com/settings/tokens 申请 token, 勾选相应的权限, 如果不懂就全部选中,复制并保存Token。

3、https://github.com/用户名/nav/settings/secrets/actions/new 添加申请的token, name填写 TOKEN 大写。

4、打开 https://github.com/用户名/nav/actions 点击 绿色按钮

5、务必修改项目配置文件 nav.config.ts

6、5分钟后打开 https://用户名.github.io/nav 就能看到一个非常强大的导航网站了。

注:如果想部署到自己的域名,那么以上教程同样适合,因为它提供了自动化部署, 之后可以通过 CNAME反向代理 实现:

# nginx

server {
    listen       80;
    server_name  www.nav3.cn nav3.cn;

    location / {
        proxy_pass https://xjh22222228.github.io/nav/;
    }
}

书签导入

支持从 Chrome 书签导入(WebKit内核应该都是支持的~),会自动检测满足三级分类的导航,其他一律跳过:

浏览器打开 chrome://bookmarks/ 导出书签得到 html 文件, 接着从导航网站后台导入即可。

升级

在升级之前请备份根目录下的 data 文件夹和 nav.config.ts, 升级完后替换即可。

点击右上角 Watch 按钮第一时间跟踪版本升级。

更新日志

CHANGELOG

快捷键

mac下是 Command,windows 下是 Ctrl

  • ctrl+v 查看信息
  • ctrl+d 开启或关闭暗黑模式

如对快捷键有特殊要求请发起 issues

开发构建

# 下载
git clone --depth=1 https://github.com/xjh22222228/nav.git

# 安装依赖
npm i

# 启动
npm start

# 打包
npm run build

贡献

点击这里

Thank you for your contribution, men.

建议

如果有任何功能上的建议可通过 issue 发起, Thank you.

支持

项目成立于 2018 年到至今一直坚持维护和开源, 经过N次的迭代与优化, 如果项目能帮到您是我的荣幸。

您可以请作者喝杯咖啡,继续战斗下去(请备注Github名字)~

感谢您的认可: | 姓名 | 支持金额 | | --------------------------------------- |----------- | | aiyou9 | ¥20.00 | | 路人甲 | ¥50.00 |

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].