diff --git a/README.md b/README.md index a1cdd588f..269100b5d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Features: ## Getting Started -Our website has a complete [Getting Started](http://www.greenwoodjs.dev/guides/getting-started/) guide that will walk you through creating a Greenwood project from scratch. +Our website has a complete [Getting Started](https://www.greenwoodjs.dev/guides/getting-started/) guide that will walk you through creating a Greenwood project from scratch. You can follow along with, or clone and go, the [companion repo](https://github.com/ProjectEvergreen/greenwood-getting-started) or try it out live on [Stackblitz](https://stackblitz.com/github/projectevergreen/greenwood-getting-started). diff --git a/packages/cli/test/cases/build.config.prerender-html-web-components/build.config.prerender-html-web-components.spec.js b/packages/cli/test/cases/build.config.prerender-html-web-components/build.config.prerender-html-web-components.spec.js index 6d4cc9264..f838e568e 100644 --- a/packages/cli/test/cases/build.config.prerender-html-web-components/build.config.prerender-html-web-components.spec.js +++ b/packages/cli/test/cases/build.config.prerender-html-web-components/build.config.prerender-html-web-components.spec.js @@ -81,7 +81,7 @@ describe("Build Greenwood With: ", function () { expect(img.length).to.equal(1); expect(img[0].getAttribute("alt")).to.equal("Greenwood logo"); expect(img[0].getAttribute("src")).to.equal( - "https://www.greenwoodjs.io/assets/greenwood-logo-og.png", + "https://www.greenwoodjs.dev/assets/greenwood-logo-og.png", ); }); diff --git a/packages/cli/test/cases/build.config.prerender-html-web-components/expected.html b/packages/cli/test/cases/build.config.prerender-html-web-components/expected.html index 7a23b14a7..50d4b5097 100644 --- a/packages/cli/test/cases/build.config.prerender-html-web-components/expected.html +++ b/packages/cli/test/cases/build.config.prerender-html-web-components/expected.html @@ -1,6 +1,6 @@
- Greenwood logo + Greenwood logo
Author: Greenwood diff --git a/packages/cli/test/cases/build.config.prerender-html-web-components/src/pages/index.html b/packages/cli/test/cases/build.config.prerender-html-web-components/src/pages/index.html index ddec542f3..770bad011 100644 --- a/packages/cli/test/cases/build.config.prerender-html-web-components/src/pages/index.html +++ b/packages/cli/test/cases/build.config.prerender-html-web-components/src/pages/index.html @@ -6,7 +6,7 @@ - Greenwood logo + Greenwood logo
Author: Greenwood
diff --git a/packages/cli/test/cases/theme-pack/theme-pack.build.spec.js b/packages/cli/test/cases/theme-pack/theme-pack.build.spec.js index 793bb1463..2e896cf04 100644 --- a/packages/cli/test/cases/theme-pack/theme-pack.build.spec.js +++ b/packages/cli/test/cases/theme-pack/theme-pack.build.spec.js @@ -1,7 +1,7 @@ /* * Use Case * A theme pack _author_ creating a theme pack and using Greenwood for development and testing - * following the guide published on the Greenwood website. (https://www.greenwoodjs.io/guides/theme-packs/) + * following the guide published on the Greenwood website. (https://www.greenwoodjs.dev/guides/theme-packs/) * * User Result * Should correctly validate the develop and build / serve commands work correctly using tge expected layouts diff --git a/packages/cli/test/cases/theme-pack/theme-pack.develop.spec.js b/packages/cli/test/cases/theme-pack/theme-pack.develop.spec.js index b71121725..755563dd2 100644 --- a/packages/cli/test/cases/theme-pack/theme-pack.develop.spec.js +++ b/packages/cli/test/cases/theme-pack/theme-pack.develop.spec.js @@ -1,7 +1,7 @@ /* * Use Case * A theme pack _author_ creating a theme pack and using Greenwood for development and testing - * following the guide published on the Greenwood website. (https://www.greenwoodjs.io/guides/theme-packs/) + * following the guide published on the Greenwood website. (https://www.greenwoodjs.dev/guides/theme-packs/) * * User Result * Should correctly validate the develop and build / serve commands work correctly using tge expected layouts diff --git a/packages/plugin-graphql/README.md b/packages/plugin-graphql/README.md index 1417936da..64957a4f9 100644 --- a/packages/plugin-graphql/README.md +++ b/packages/plugin-graphql/README.md @@ -153,7 +153,7 @@ customElements.define('x-component', SomeComponent); ### Collections -Based on [our Collections feature](http://www.greenwoodjs.dev/docs/content-as-data/collections/) for querying based on collections. +Based on [our Collections feature](https://www.greenwoodjs.dev/docs/content-as-data/collections/) for querying based on collections. ```js import client from '@greenwood/plugin-graphql/src/core/client.js'; @@ -178,7 +178,7 @@ customElements.define('x-component', SomeComponent); ### Children -This will return a set of pages under a specific route and is akin to using [`getContentByRoute`](http://www.greenwoodjs.dev/docs/content-as-data/data-client/#content-by-route). +This will return a set of pages under a specific route and is akin to using [`getContentByRoute`](https://www.greenwoodjs.dev/docs/content-as-data/data-client/#content-by-route). ```js import client from '@greenwood/plugin-graphql/src/core/client.js'; diff --git a/packages/plugin-graphql/test/unit/mocks/graph.js b/packages/plugin-graphql/test/unit/mocks/graph.js index 1bf2e788f..4a4177e5f 100644 --- a/packages/plugin-graphql/test/unit/mocks/graph.js +++ b/packages/plugin-graphql/test/unit/mocks/graph.js @@ -35,7 +35,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -94,7 +94,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -153,7 +153,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -212,7 +212,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -300,7 +300,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -359,7 +359,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -418,7 +418,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -548,7 +548,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -650,7 +650,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -852,7 +852,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -982,7 +982,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1041,7 +1041,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1129,7 +1129,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1210,7 +1210,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1298,7 +1298,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1386,7 +1386,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1460,7 +1460,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1519,7 +1519,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1614,7 +1614,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1673,7 +1673,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1754,7 +1754,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1813,7 +1813,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1894,7 +1894,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -1953,7 +1953,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -2012,7 +2012,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -2071,7 +2071,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -2130,7 +2130,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", @@ -2189,7 +2189,7 @@ const MOCK_GRAPH = { }, { property: "og:url", - content: "https://www.greenwoodjs.io", + content: "https://www.greenwoodjs.dev", }, { property: "og:image", diff --git a/packages/plugin-import-css/test/cases/exp-build.prerender/src/components/footer.js b/packages/plugin-import-css/test/cases/exp-build.prerender/src/components/footer.js index a034e44aa..b96fc483e 100644 --- a/packages/plugin-import-css/test/cases/exp-build.prerender/src/components/footer.js +++ b/packages/plugin-import-css/test/cases/exp-build.prerender/src/components/footer.js @@ -15,7 +15,7 @@ export default class FooterComponent extends HTMLElement { `; diff --git a/packages/plugin-import-raw/test/cases/loaders-build.prerender/src/components/footer.js b/packages/plugin-import-raw/test/cases/loaders-build.prerender/src/components/footer.js index a154d2945..05c220718 100644 --- a/packages/plugin-import-raw/test/cases/loaders-build.prerender/src/components/footer.js +++ b/packages/plugin-import-raw/test/cases/loaders-build.prerender/src/components/footer.js @@ -15,7 +15,7 @@ export default class FooterComponent extends HTMLElement { `; diff --git a/www/README.md b/www/README.md index 8640e13ad..63afdd668 100644 --- a/www/README.md +++ b/www/README.md @@ -3,6 +3,6 @@ > _**THIS PACKAGE HAS BEEN DEPRECATED**_. New repo for the Greenwood website located at https://github.com/ProjectEvergreen/www.greenwoodjs.dev ## Overview -Website "package" for Greenwood. This is a private package / workspace used for maintaining the dependencies and source code for the [Greenwood website](https://www.greenwoodjs.io/). +Website "package" for Greenwood. This is a private package / workspace used for maintaining the dependencies and source code for the [Greenwood website](https://www.greenwoodjs.dev/). > This project has a lot of great opportunities for first time contributors. If you are interested, please check out our [related list of good first issues](https://github.com/ProjectEvergreen/greenwood/issues?utf8=%E2%9C%93&q=label%3A%22good+first+issue%22+label%3Awebsite) and review our [contributing docs](https://github.com/ProjectEvergreen/greenwood/blob/master/.github/CONTRIBUTING.md) for how to get started. \ No newline at end of file diff --git a/www/pages/blog/release/v0-15-0.md b/www/pages/blog/release/v0-15-0.md index 1c504aa9c..ec48b77b3 100644 --- a/www/pages/blog/release/v0-15-0.md +++ b/www/pages/blog/release/v0-15-0.md @@ -8,14 +8,14 @@ layout: blog **Published: Aug 6, 2021 (postdated)** ## What's New -We are super excited for this release as it introduces a new feature to Greenwood we are calling **_"Theme Packs"_**, courtesy of the new [`Context` Plugin type](https://www.greenwoodjs.io/plugins/context/) that was also made available. This release also addresses some bug fixes and some refactoring, all of which you can check out in our [GitHub release notes](https://github.com/ProjectEvergreen/greenwood/releases/edit/v0.15.0). +We are super excited for this release as it introduces a new feature to Greenwood we are calling **_"Theme Packs"_**, courtesy of the new [`Context` Plugin type](https://www.greenwoodjs.dev/plugins/context/) that was also made available. This release also addresses some bug fixes and some refactoring, all of which you can check out in our [GitHub release notes](https://github.com/ProjectEvergreen/greenwood/releases/edit/v0.15.0). ### Theme Packs Being a developer is a lot of work. Being a designer is also lot of work. Being both is even more work! But if you're a developer without an eye for a design, it can often feel like an insurmountable task to get that article you're writing, or that landing page for a small business, or that little splash of color to your weekend side project to look juuuuusst right. Struggling with aesthetics is the last thing you want in your way when trying to get a good idea out the door. -With Greenwood [_**Theme Packs**_](https://www.greenwoodjs.io/guides/theme-packs/), now developers and designers can create and share reusable HTML / CSS / JS as npm packages that other Greenwood users can pull into their Greenwood projects as a plugin. Now anyone can get up and running with a fully designed and themed site and all they have to do is just add the content! 🥳 +With Greenwood [_**Theme Packs**_](https://www.greenwoodjs.dev/guides/theme-packs/), now developers and designers can create and share reusable HTML / CSS / JS as npm packages that other Greenwood users can pull into their Greenwood projects as a plugin. Now anyone can get up and running with a fully designed and themed site and all they have to do is just add the content! 🥳 #### In Practice For those unfamiliar with [**CSS Zen Garden**](http://www.csszengarden.com/), it is a site aimed at showcasing the power of CSS through static HTML. @@ -100,7 +100,7 @@ We're excited to see how this feature allows for greater collaboration across th ![greenwood-starter-presentation](/assets/greenwood-starter-presentation.png) -To learn about Theme Pack development, check out our [guide](https://www.greenwoodjs.io/guides/theme-packs/). +To learn about Theme Pack development, check out our [guide](https://www.greenwoodjs.dev/guides/theme-packs/). Thanks and make sure to share what you've made and we can all learn and grow together! 👋 \ No newline at end of file diff --git a/www/pages/blog/release/v0-18-0.md b/www/pages/blog/release/v0-18-0.md index 8dbe34ecb..0d4a7dd2c 100644 --- a/www/pages/blog/release/v0-18-0.md +++ b/www/pages/blog/release/v0-18-0.md @@ -26,10 +26,10 @@ Neat! Admittedly we are probably a little late to the party on this one, but thanks to the enthusiastic voices pushing for this one to be completed, now it's here. With first class support for a traditional Not Found (404) Page, Greenwood will now automatically generate a _404.html_ page for you as part of the build. Or if you provide one in the root of your _pages/_ directory, Greenwood will use that instead. -For example, here's the Greenwood website [404 page](https://www.greenwoodjs.io/404.html). You'll notice that we are not on an active page in the site, and so most hosts, like ours (Netlify), will automatically serve the _404.html_! 🔍 +For example, here's the Greenwood website [404 page](https://www.greenwoodjs.dev/404.html). You'll notice that we are not on an active page in the site, and so most hosts, like ours (Netlify), will automatically serve the _404.html_! 🔍 ![Not Found Page](/assets/blog-images/not-found.png) ## Learn More -If you would like to learn more about these features, please join [our discussion around improving the HUD workflow and implementation](https://github.com/ProjectEvergreen/greenwood/discussions/631), or check out the docs on [creating your own Not Found Page](https://www.greenwoodjs.io/docs/layouts/#not-found-page). \ No newline at end of file +If you would like to learn more about these features, please join [our discussion around improving the HUD workflow and implementation](https://github.com/ProjectEvergreen/greenwood/discussions/631), or check out the docs on [creating your own Not Found Page](https://www.greenwoodjs.dev/docs/layouts/#not-found-page). \ No newline at end of file diff --git a/www/pages/blog/release/v0-19-0.md b/www/pages/blog/release/v0-19-0.md index f653943f8..8a0dff710 100644 --- a/www/pages/blog/release/v0-19-0.md +++ b/www/pages/blog/release/v0-19-0.md @@ -14,7 +14,7 @@ layout: blog ### New Project Scaffolding -With the Greenwood [CLI](https://www.greenwoodjs.io/docs/#cli), you can run and manage Greenwood projects right from the command line, using your favorite package manager, or on the fly with `npx`. But starting a new project was a different story. Although we had a few options for [getting started with an example repo](https://www.greenwoodjs.io/getting-started/quick-start/), starting a new "empty" project was not possible without manually creating it all yourself. But now, Greenwood has you covered! +With the Greenwood [CLI](https://www.greenwoodjs.dev/docs/#cli), you can run and manage Greenwood projects right from the command line, using your favorite package manager, or on the fly with `npx`. But starting a new project was a different story. Although we had a few options for [getting started with an example repo](https://www.greenwoodjs.dev/getting-started/quick-start/), starting a new "empty" project was not possible without manually creating it all yourself. But now, Greenwood has you covered! With the new package `@greenwood/init` (contributed by [**@hutchgrant**](https://github.com/hutchgrant)), getting a new bare project started is just one command away! diff --git a/www/pages/blog/state-of-greenwood-2022.md b/www/pages/blog/state-of-greenwood-2022.md index 63c3ef8d8..4cbdb67ba 100644 --- a/www/pages/blog/state-of-greenwood-2022.md +++ b/www/pages/blog/state-of-greenwood-2022.md @@ -20,7 +20,7 @@ All in all, that refreshing of our mindset was just the motivation we needed to ### Theme Packs -With Greenwood [_**Theme Packs**_](https://www.greenwoodjs.io/guides/theme-packs/), now you can create and share reusable HTML / CSS / JS as npm packages that yourself or other Greenwood users can pull into their Greenwood project as easily as a plugin. It was inspired by [**CSS Zen Garden**](http://www.csszengarden.com/), which is a site aimed at showcasing the power of CSS through static HTML. +With Greenwood [_**Theme Packs**_](https://www.greenwoodjs.dev/guides/theme-packs/), now you can create and share reusable HTML / CSS / JS as npm packages that yourself or other Greenwood users can pull into their Greenwood project as easily as a plugin. It was inspired by [**CSS Zen Garden**](http://www.csszengarden.com/), which is a site aimed at showcasing the power of CSS through static HTML. > _The HTML remains the same, the only thing that has changed is the contents of the CSS._ diff --git a/www/pages/docs/layouts.md b/www/pages/docs/layouts.md index 5e5386a1e..65504a3d5 100644 --- a/www/pages/docs/layouts.md +++ b/www/pages/docs/layouts.md @@ -174,7 +174,7 @@ And the directory structure for it: ### Not Found Page -Greenwood will automatically generate a [default _404.html_](https://github.com/ProjectEvergreen/greenwood/blob/master/packages/cli/src/layouts/app.html) for you but it is [fairly generic](https://greenwoodjs.io/404.html). You can create your own though by simply creating a _404.html_ in your pages directory. +Greenwood will automatically generate a [default _404.html_](https://github.com/ProjectEvergreen/greenwood/blob/master/packages/cli/src/layouts/app.html) for you but it is [fairly generic](https://greenwoodjs.dev/404.html). You can create your own though by simply creating a _404.html_ in your pages directory. ```shell