From 66ba66594b0feea5643228d003da283d85fe15f7 Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Wed, 8 Apr 2020 13:27:56 -0500 Subject: [PATCH 1/2] Create 2020-04-26-update-ember-websites.md A blog post that updates the community about the status of the website. --- source/2020-04-26-update-ember-website.md | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 source/2020-04-26-update-ember-website.md diff --git a/source/2020-04-26-update-ember-website.md b/source/2020-04-26-update-ember-website.md new file mode 100644 index 000000000..190878ce2 --- /dev/null +++ b/source/2020-04-26-update-ember-website.md @@ -0,0 +1,29 @@ +--- +title: Update: The Ember Website +author: Melanie Sumner, Chris Manson +tags: Recent Posts, 2020 +responsive: true +--- + +With the initial launch of the website redesign complete, we're now working on the various sub-domains that all come together to make up the Ember Website experience. We want to share these plans with the community, so that those who want to help know where to pitch in. + +Community members that want to help should familiarize themselves with the ember-styleguide addon - this is the UI addon that we're using to help us consistently apply the branded look and feel to all of the sub-domains within the website. We've created a handy [documentation site](https://ember-styleguide.netlify.app/), so those who want to help out should read through that before getting started. + +Next up, we plan to work on the blog! To help out with that, visit the [Emberify and Redesign the Ember Blog](https://github.com/orgs/ember-learn/projects/15) project board on GitHub. Let us know that you want to help in the `#st-website` channel on the [Ember Discord chat](https://discord.gg/emberjs) server. + +The [master project board](https://github.com/orgs/ember-learn/projects/39) shows, roughly, the order in which we plan to do the rest of the work: + +- Blog +- Guides +- API Docs +- Deprecation App +- Help Wanted +- Ember CLI Guides + +Along the way, it's likely that new component work will be needed in the ember-styleguide addon, especially with regard to additional component design and documentation. + +After that, we'll move on to implementing some fine-tuning and extra polish to any of the sites that have been finished, since at that point we anticipate that a few gaps may have appeared that need to be addressed. + +Now, while this is the plan for the website strike team, this project still follows our general community guidelines for contributing- if someone has particular energy for a subset of this work, then they should contribute to that as they are able. No one will be asked to shift their focus or work on something different- PR review may take a little longer in those instances. + +We hope this quick update has helped clarify the plan and helped you identify places where you can contribute! The website strike team meets every Thursday at [14:30 UTC](https://meetingzone.app/utc/thursday/1430), so if you want to come join in, you're more than welcome to do so! And you can always ask us any questions in the `#st-website` channel on Discord. From 8c0c5c281c5bf7f63d1a5472a5bd764a605bc17a Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Sun, 26 Apr 2020 20:40:03 +0100 Subject: [PATCH 2/2] fix the build --- source/2020-04-26-update-ember-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2020-04-26-update-ember-website.md b/source/2020-04-26-update-ember-website.md index 190878ce2..2f18bc7fe 100644 --- a/source/2020-04-26-update-ember-website.md +++ b/source/2020-04-26-update-ember-website.md @@ -1,5 +1,5 @@ --- -title: Update: The Ember Website +title: Update - The Ember Website author: Melanie Sumner, Chris Manson tags: Recent Posts, 2020 responsive: true