Skip to content

Commit fa02124

Browse files
committed
Update config
1 parent db9e16f commit fa02124

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

docs/index.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
pageType: home
33

44
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.
88
actions:
99
- theme: brand
1010
text: Quick Start
1111
link: /guide/
1212
- theme: alt
1313
text: GitHub
14-
link: https://github.com/web-infra-dev/rspress
14+
link: https://github.com/junian/cpp-awesome-pack/
1515
image:
1616
src: /rspress-icon.png
1717
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: 🔥
3737
---

rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
{
1616
icon: 'github',
1717
mode: 'link',
18-
content: 'https://github.com/web-infra-dev/rspress',
18+
content: 'https://github.com/junian/cpp-awesome-pack/',
1919
},
2020
],
2121
},

0 commit comments

Comments
 (0)