Skip to content

Commit f2afc74

Browse files
committed
Update links
1 parent f70abae commit f2afc74

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

content/blog/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ template = "blog.html"
55
page_template = "blog_page.html"
66
insert_anchor_links = "heading"
77
sort_by = "date"
8+
weight = 3
89

910
+++
1011

content/contribute.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
title = "Contribute"
44

5-
weight = 3
5+
weight = 4
66

77
+++
88

99
# Contribution
1010

1111
We welcome contributors who are passionate about promoting CGP within the Rust ecosystem. Whether you're a beginner or an experienced Rust developer, there are numerous ways you can contribute to the project.
1212

13-
In this section, we'll explore different ways you can get involved and help grow the CGP community. Your contributions, regardless of your level of expertise, are valuable and appreciated!
13+
In this page, we'll explore different ways you can get involved and help grow the CGP community. Your contributions, regardless of your level of expertise, are valuable and appreciated!
14+
15+
## Participate in Discussions
16+
17+
Join the conversation on platforms like [**Discord**](https://discord.gg/Hgk3rCw6pQ), [**GitHub**](https://github.com/orgs/contextgeneric/discussions) or [**Reddit**](https://www.reddit.com/r/cgp/). Whether you have questions about CGP or ideas for new topics or content, these forums are great places to share your thoughts and engage with the community.
1418

1519
## Read The Documentation
1620

@@ -24,17 +28,13 @@ When that happens, it would become possible for CGP to be used by anyone, withou
2428

2529
If you _care_ about modularity and would like to contribute, the best way is to start publishing context-generic components, and help build up an ecosystem that benefits the rest of developers.
2630

27-
## Participate in Discussions
28-
29-
Join the conversation on platforms like [GitHub](https://github.com/orgs/contextgeneric/discussions) or [Reddit](https://www.reddit.com/r/cgp/). Whether you have questions about CGP or ideas for new topics or content, these forums are great places to share your thoughts and engage with the community.
30-
3131
## Spread on Social Media
3232

3333
Help raise awareness of CGP by sharing it on social media. Follow our official BlueSky account [@contextgeneric.dev](https://bsky.app/profile/contextgeneric.dev) to stay updated on CGP’s development and latest news.
3434

3535
## Write About It
3636

37-
If you find CGP interesting, consider writing your own blog posts or tutorials to share your learning journey. Sharing your insights can help others learn CGP in different ways, and even if the topic is
37+
If you find CGP interesting, consider writing your own blog posts or tutorials to share your learning journey. Sharing your insights can help others learn CGP in different ways, and even if the topic is
3838
already covered on the official site, your perspective might make it clearer to others.
3939

4040
## Sponsor Me

content/hire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight = 2
1010

1111
## Who I Am
1212

13-
Hi! 👋 I’m **Soares Chen** (a.k.a. [@MaybeVoid](#)), the **creator of Context-Generic Programming (CGP)** and a passionate **Rust Engineer**. I'm currently looking for **new opportunities** to contribute to impactful software projects. You can view my [CV](/cv-soareschen-2025-07.pdf) and contact me at [soares.chen@maybevoid.com](mailto:soares.chen@maybevoid.com).
13+
Hi! 👋 I’m **Soares Chen** (a.k.a. [@MaybeVoid](https://maybevoid.com)), the **creator of Context-Generic Programming (CGP)** and a passionate **Rust Engineer**. I'm currently looking for **new opportunities** to contribute to impactful software projects. You can view my [CV](/cv-soareschen-2025-07.pdf) and contact me at [soares.chen@maybevoid.com](mailto:soares.chen@maybevoid.com).
1414

1515
My expertise lies in:
1616

content/resources.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
title = "Resources"
44

5-
weight = 2
5+
weight = 5
66

77
+++
88

@@ -13,7 +13,7 @@ the project continues to develop.
1313

1414
## Crates
1515

16-
- [cgp](https://crates.io/crates/cgp) - The main Rust crate that provides the core constructs
16+
- [`cgp`](https://crates.io/crates/cgp) - The main Rust crate that provides the core constructs
1717
for programming using CGP.
1818

1919
## Tutorials
@@ -27,5 +27,6 @@ the project continues to develop.
2727

2828
## Projects
2929

30+
- [Hypershell](github.com/contextgeneric/hypershell) - A type-level DSL for shell-scripting in Rust.
3031
- [Hermes SDK](https://github.com/informalsystems/hermes-sdk/) - The first project that
31-
uses CGP for real world applications.
32+
uses CGP for real world applications.

0 commit comments

Comments
 (0)