|
2 | 2 |
|
3 | 3 | > Extracting real signals from the noise of AI news |
4 | 4 |
|
5 | | -**Website:** [https://ai.doocs.org/](https://ai.doocs.org/) |
| 5 | +**Website:** [https://ai.doocs.org/en/](https://ai.doocs.org/en/) |
6 | 6 |
|
7 | 7 | Awesome AI is a static site that curates and publishes AI industry news daily and weekly, with bilingual support (Chinese and English). It also features AI tool recommendations and global model leaderboards with auto-updated data. |
8 | 8 |
|
@@ -42,53 +42,6 @@ Top 20 global model rankings across 4 dimensions: |
42 | 42 | | Reasoning | AIME, GPQA Diamond, LiveBench | [/ai/models/reasoning](https://ai.doocs.org/ai/models/reasoning) | |
43 | 43 | | Multimodal | MMMU, MathVista, MMBench | [/ai/models/multimodal](https://ai.doocs.org/ai/models/multimodal) | |
44 | 44 |
|
45 | | -## i18n |
46 | | - |
47 | | -Available in **Chinese** and **English**. |
48 | | - |
49 | | -| Language | README | Website | |
50 | | -|----------|--------|---------| |
51 | | -| Chinese | [README.md](./README.md) | [ai.doocs.org](https://ai.doocs.org/) | |
52 | | -| English | [README_EN.md](./README_EN.md) | [ai.doocs.org/en/](https://ai.doocs.org/en/) | |
53 | | - |
54 | | -## Project Structure |
55 | | - |
56 | | -Static site built with Astro + Tailwind CSS. All pages are generated at build time -- zero runtime dependencies. |
57 | | - |
58 | | -``` |
59 | | -src/ |
60 | | -├── content/ # Chinese content |
61 | | -│ ├── daily/ # Daily digests (YYYY-MM-DD.md) |
62 | | -│ ├── weekly/ # Weekly digests (YYYY-wXX.md) |
63 | | -│ ├── topics/ # Topic articles |
64 | | -│ ├── tools/ # AI tool recommendations (7 categories) |
65 | | -│ └── models/ # AI model leaderboards (4 dimensions) |
66 | | -├── content/en/ # English content (same structure) |
67 | | -│ ├── daily/ |
68 | | -│ ├── weekly/ |
69 | | -│ ├── topics/ |
70 | | -│ ├── tools/ |
71 | | -│ └── models/ |
72 | | -├── components/ # Reusable Astro components |
73 | | -│ ├── Card.astro |
74 | | -│ ├── Footer.astro |
75 | | -│ └── NavBar.astro |
76 | | -├── layouts/ |
77 | | -│ └── BaseLayout.astro |
78 | | -├── pages/ # Route definitions |
79 | | -│ ├── index.astro # Homepage |
80 | | -│ ├── search.astro # Search page |
81 | | -│ ├── ai/ # Rankings (tools + models) |
82 | | -│ ├── daily/ # Daily archive |
83 | | -│ ├── weekly/ # Weekly archive |
84 | | -│ ├── industry/ # Industry news |
85 | | -│ ├── topics/ # Discussions |
86 | | -│ └── en/ # English mirror of above |
87 | | -├── i18n/ # i18n strings (zh.json, en.json, utils.ts) |
88 | | -└── styles/ |
89 | | - └── global.css # Tailwind + custom prose styles |
90 | | -``` |
91 | | - |
92 | 45 | ## Follow Us |
93 | 46 |
|
94 | 47 | ### WeChat Official Account |
|
0 commit comments