diff --git a/content/issue-4/show.md b/content/issue-4/show.md new file mode 100644 index 0000000..4591532 --- /dev/null +++ b/content/issue-4/show.md @@ -0,0 +1,3 @@ +We are excited to announce a new topic in Rust Magazine called `#show-magazine`. This is a dedicated space for Rustaceans to showcase their projects and crates to the larger Rust community. Similar to [Show HN](https://news.ycombinator.com/shownew) or [Show /r/rust](https://www.google.com.hk/search?q=site%3Areddit.com+show+%2Fr%2Frust), **#show-magazine** is an opportunity for developers to share their works-in-progress, completed projects, and upcoming Rust-related events with the community. It is the perfect platform to receive feedback, connect with other Rust enthusiasts, and celebrate the diverse range of projects being developed in the Rust ecosystem. + +We encourage everyone to participate in **#show-magazine** by submitting their projects and crates to Rust Magazine. \ No newline at end of file diff --git a/content/issue-4/zine.toml b/content/issue-4/zine.toml index edfc776..9223f34 100644 --- a/content/issue-4/zine.toml +++ b/content/issue-4/zine.toml @@ -3,4 +3,13 @@ title = "Issue 4" cover = "" default_cover = "" pub_date = "2023-06-05" -publish = false \ No newline at end of file +publish = false + +[[article]] +file = "show.md" +title = "Show Magazine #1" +author = "rust-magazine" +topic = ["show-magazine"] +pub_date = "2023-05-26" +publish = true +featured = true \ No newline at end of file diff --git a/zine.toml b/zine.toml index 72f7c91..871612e 100644 --- a/zine.toml +++ b/zine.toml @@ -30,6 +30,7 @@ highlight_theme = "ayu-light" [topics] announcement = {} interview = {} +show-magazine = { name = "Show Magazine", description = "This is a dedicated space for Rustaceans to showcase their projects and crates to the larger Rust community. Similar to [Show HN](https://news.ycombinator.com/shownew) or [Show /r/rust](https://www.google.com.hk/search?q=site%3Areddit.com+show+%2Fr%2Frust), **#show-magazine** is an opportunity for developers to share their works-in-progress, completed projects, and upcoming Rust-related events with the community." } game = { name = "Game development", description = "Topic of rust game development." } pr-demystifying = { name = "PR Demystifying", description = "Topic of PR demystifying in Rust community." } optimization = {}