https://github.com/chinabugotech/hutool-site
Hutool主页及文档
https://github.com/chinabugotech/hutool-site
hutool
Last synced: 2 months ago
JSON representation
Hutool主页及文档
- Host: GitHub
- URL: https://github.com/chinabugotech/hutool-site
- Owner: chinabugotech
- License: other
- Created: 2019-03-14T13:09:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T03:20:45.000Z (6 months ago)
- Last Synced: 2025-02-20T04:25:12.189Z (4 months ago)
- Topics: hutool
- Language: HTML
- Homepage: https://hutool.cn/
- Size: 37.3 MB
- Stars: 133
- Watchers: 8
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🍬A set of tools that keep Java sweet.
-------------------------------------------------------------------------------
# Hutool主页及文档项目
## 技术选型
1. 主页为纯HTML,只有一个`index.html`(模板来自网上修改)
2. 文档位于`docs`文件夹下,纯静态,基于[docsify](https://docsify.js.org/)构建。## 资源和托管
1. 主页和文档的页面托管于[七牛云](https://www.qiniu.com/),域名`hutool.cn`自己持有。
2. 图片、CSS、JS文件使用[jsdelivr](https://www.jsdelivr.com/)作CDN加速。
3. 主页封面图片使用bing每日壁纸,调取API为:`https://api.isoyu.com/bing_images.php`,基于[姬长信API](https://api.isoyu.com/)
4. 聊天窗口集成[gitter](https://gitter.im/)
5. 演示视频托管于[bilibili](https://www.bilibili.com/)
6. API文档使用[码云Gitee](https://gitee.com/)生成。## 复用
如果你对这个项目中的文档和模板有兴趣,可以clone项目到你自己的账号下,修改为自己的内容即可,无版权问题。