|
2 | 2 | pageType: home |
3 | 3 |
|
4 | 4 | hero: |
5 | | - name: My Site |
6 | | - text: A cool website! |
7 | | - tagline: This is the tagline |
| 5 | + name: C/C++ Console Apps |
| 6 | + text: Collection of console / terminal apps written in C/C++ |
| 7 | + tagline: Keep it simple, seriously. |
8 | 8 | actions: |
9 | 9 | - theme: brand |
10 | 10 | text: Quick Start |
11 | 11 | link: /guide/ |
12 | 12 | - theme: alt |
13 | 13 | text: GitHub |
14 | | - link: https://github.com/web-infra-dev/rspress |
| 14 | + link: https://github.com/junian/cpp-awesome-pack/ |
15 | 15 | image: |
16 | 16 | src: /rspress-icon.png |
17 | 17 | alt: Logo |
18 | | -features: |
19 | | - - title: Blazing fast build speed |
20 | | - details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience. |
21 | | - icon: 🏃🏻♀️ |
22 | | - - title: Support for MDX content writing |
23 | | - details: MDX is a powerful way to write content, allowing you to use React components in Markdown. |
24 | | - icon: 📦 |
25 | | - - title: Built-in full-text search |
26 | | - details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities. |
27 | | - icon: 🎨 |
28 | | - - title: Simpler I18n solution |
29 | | - details: With the built-in I18n solution, you can easily provide multi-language support for documents or components. |
30 | | - icon: 🌍 |
31 | | - - title: Static site generation |
32 | | - details: In production, it automatically builds into static HTML files, which can be easily deployed anywhere. |
33 | | - icon: 🌈 |
34 | | - - title: Providing multiple custom capabilities |
35 | | - details: Through its extension mechanism, you can easily extend theme UI and build process. |
36 | | - icon: 🔥 |
| 18 | +# features: |
| 19 | +# - title: Blazing fast build speed |
| 20 | +# details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience. |
| 21 | +# icon: 🏃🏻♀️ |
| 22 | +# - title: Support for MDX content writing |
| 23 | +# details: MDX is a powerful way to write content, allowing you to use React components in Markdown. |
| 24 | +# icon: 📦 |
| 25 | +# - title: Built-in full-text search |
| 26 | +# details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities. |
| 27 | +# icon: 🎨 |
| 28 | +# - title: Simpler I18n solution |
| 29 | +# details: With the built-in I18n solution, you can easily provide multi-language support for documents or components. |
| 30 | +# icon: 🌍 |
| 31 | +# - title: Static site generation |
| 32 | +# details: In production, it automatically builds into static HTML files, which can be easily deployed anywhere. |
| 33 | +# icon: 🌈 |
| 34 | +# - title: Providing multiple custom capabilities |
| 35 | +# details: Through its extension mechanism, you can easily extend theme UI and build process. |
| 36 | +# icon: 🔥 |
37 | 37 | --- |
0 commit comments