# 导航的导航 **Repository Path**: rabbitTang_admin/aohanhongzhi ## Basic Information - **Project Name**: 导航的导航 - **Description**: 简单的网站导航 - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2022-02-21 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 只言片语 -- 静态导航主页 采用HTML+CSS+JQ开发的最简单的静态页面,搭配github pages或者是coding pages食用效果最佳! JS放在keyword.js中,HTML+CSS太过简单,需要者自行修改即可! ![](只言片语.png) 我看起来非常不错,简洁大方,后期可以加入用户登录,用户管理,收藏等等功能。 计划加入微信二维码,可以扫码加好友 - [ ] 计划加入登陆 https://gitee.com/intBear/landing_page # 网站 ## 工具类 ### wifi卡片生成,方便家里打印,扫码访问。 https://wificard.io/ https://github.com/bndw/wifi-card ```nginx server { listen 80; listen [::]:80; server_name navigation.cupb.top; location / { root /usr/share/nginx/aohanhongzhi; index index.html index.htm; } } server { listen 443 ssl; listen [::]:443; server_name navigation.cupb.top; location / { root /usr/share/nginx/aohanhongzhi; index index.html index.htm; } error_page 401 403 404 /40x.html; location = /40x.html { } error_page 500 502 503 504 /50x.-html; location = /50x.html { } ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305; add_header Strict-Transport-Security "max-age=31536000"; ssl_certificate /etc/nginx/cert/navigation.cupb.top/navigation.cupb.top.pem; ssl_certificate_key /etc/nginx/cert/navigation.cupb.top/navigation.cupb.top.key; } ``` ``` /home/rblc/.acme.sh/acme.sh --debug --issue -d navigation.cupb.top --dns dns_dp --server https://acme.freessl.cn/v2/DV90/directory/besy8oghi61kj52wm30b ``` ```shell cd /home/rblc/.acme.sh ``` ```shell /home/rblc/.acme.sh/acme.sh --install-cert -d navigation.cupb.top \ --key-file /media/data/docker/nginx/config/nginx/cert/navigation.cupb.top/navigation.cupb.top.key \ --fullchain-file /media/data/docker/nginx/config/nginx/cert/navigation.cupb.top/navigation.cupb.top.pem \ --reloadcmd "docker exec -it nginx-rblc nginx -s reload" ``` 目前使用 https://gitee.com/aohanhongzhi/rust-cert-auto/ 实现了,证书时间对比和自动更新。 # 类似产品 ## homepage https://github.com/gethomepage/homepage https://gethomepage.dev/