From cd203f463c91cf52cc551f17d2368ea3b88f9aed Mon Sep 17 00:00:00 2001 From: Dwayne Charrington Date: Sat, 21 Dec 2024 20:04:34 +1000 Subject: [PATCH] feat(blog): add new showcase section for Aurelia tools Introduced a new showcase section to highlight the latest Aurelia plugins, components, and tools. This feature aims to provide a dedicated space for users to submit their work and enhance community visibility. --- content/blog/2024/12/20/new-showcase-section.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/blog/2024/12/20/new-showcase-section.md diff --git a/content/blog/2024/12/20/new-showcase-section.md b/content/blog/2024/12/20/new-showcase-section.md new file mode 100644 index 0000000..184f177 --- /dev/null +++ b/content/blog/2024/12/20/new-showcase-section.md @@ -0,0 +1,16 @@ ++++ +title = "Website Update: New Showcase Section" +authors = ["Dwayne Charrington"] +description = "We've added a new showcase section to the website to showcase the latest and greatest Aurelia plugins, components and tools." +date = 2024-12-20T10:00:00Z +lastmod = 2024-12-20T10:00:00Z +draft = false ++++ + +While we have only just recently launched the new website, we've been working on a few new features and improvements. + +We've added a new showcase section to the website to showcase the latest and greatest Aurelia plugins, components and tools. The idea is to have a place where we can showcase your Aurelia plugins, components, tools and apps. + +While we've only just launched this section, we're already working on adding more features to it. We're also working on a new way to showcase your Aurelia plugins, components and tools. + +If you're interested in showcasing your Aurelia plugins, components and tools, submit a pull request to the [Website repository](https://github.com/aurelia/aurelia.github.io) and add it to the `content/showcase` directory. You can copy other showcase items as a reference for how to structure your content. \ No newline at end of file