https://github.com/freelander/ai-daily
《高军 AI 日报》: 每天花 1 分钟时间,获取精选的前沿 AI 信息。内容涵盖但不限于 前沿 AI 资讯、AI 工具、AI 绘画、开源项目和学习教程 等等。
https://github.com/freelander/ai-daily
Last synced: 5 months ago
JSON representation
《高军 AI 日报》: 每天花 1 分钟时间,获取精选的前沿 AI 信息。内容涵盖但不限于 前沿 AI 资讯、AI 工具、AI 绘画、开源项目和学习教程 等等。
- Host: GitHub
- URL: https://github.com/freelander/ai-daily
- Owner: Freelander
- License: other
- Created: 2024-06-14T16:05:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T14:25:36.000Z (over 1 year ago)
- Last Synced: 2025-04-30T15:26:33.322Z (over 1 year ago)
- Language: Python
- Homepage: https://daily.gojun.me
- Size: 102 MB
- Stars: 45
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
English | 简体中文
# "GoJun AI Daily"
Spend 1 minute a day to get selected cutting-edge AI information.

The content covers but is not limited to **cutting-edge AI news**, **AI tools**, **AI drawing**, **open-source projects**, and **learning tutorials**, etc.
Updated regularly every evening, providing RSS service subscription, and you can also follow project updates via Star/Watch.
For more important information, it will be independently published on social channels for detailed introduction, and you can follow my [X (Twitter)](https://x.com/intent/follow?screen_name=GoJun315) account.
## Features
1. 🌓 Provides light and dark mode switching to suit different reading environments.
2. 📡 Provides RSS subscription service, supporting content updates in both Chinese and English.
3. 💬 Integrated Giscus comment system for user interaction and feedback.
4. 🖼️ Supports high-definition image preview to enhance the visual experience.
5. 📜 Allows custom font settings to improve reading comfort.
6. 🔍 SEO optimization, including Sitemap generation, Twitter Card, and Open Graph tags to improve search engine visibility.
7. 🌍 Support for bilingual interface in Chinese and English to facilitate use by users of different languages.
## TODO
- [ ] 📧 Provide email subscription service.
## Development
This project is built based on the [FAV0](https://github.com/Justin3go/FAV0) template, using the VitePress framework.
```bash
git clone git@github.com:Freelander/AI-Daily.git
cd AI-Daily
npm i -g pnpm # If necessary
pnpm i
pnpm docs:dev
```
**Directory Description:**
Mainly look at the files in the `docs` folder.
- `.vitepress`: All configurations of the website are in this folder.
- `dist`: The output location of all resources generated by the website, also the target location for deployment.
- `config`: Configurations related to the website's title, description, icon, language, navigation, tracking code, etc.
- `theme`: Configurations related to the website's theme, page styles, and functional components (Giscus comments, appreciation), etc.
- `utils`: Configurations related to the website's sidebar, RSS, metadata, etc.
- `assets/fonts`: The font packages used by the website.
- `posts/**` and `en/posts/**`: The files in this folder are your own output content.
If you need to carry out secondary development, it is recommended to have some understanding of VitePress first. Detailed documentation is [here](https://vitepress.dev/zh/).
## License
This repository is dual-licensed under the MIT License and the CC-BY-4.0 License:
- All `.md` files are under the CC-BY-4.0 License, and you need to retain the attribution.
- Other code files are under the MIT License, and you can freely use them.
Please refer to the [LICENSE](./LICENSE) file for specific content.