Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
);
});

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<wcc-picture-frame title="Greenwood">
<div class="picture-frame">
<img src="https://www.greenwoodjs.io/assets/greenwood-logo-og.png" alt="Greenwood logo">
<img src="https://www.greenwoodjs.dev/assets/greenwood-logo-og.png" alt="Greenwood logo">
<br>
<span>Author: <span>Greenwood</span></span>
<wcc-caption>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<body>
<wcc-picture-frame title="Greenwood">
<img src="https://www.greenwoodjs.io/assets/greenwood-logo-og.png" alt="Greenwood logo" />
<img src="https://www.greenwoodjs.dev/assets/greenwood-logo-og.png" alt="Greenwood logo" />
<br />
<span>Author: <span>Greenwood</span></span>
</wcc-picture-frame>
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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';
Expand Down
56 changes: 28 additions & 28 deletions packages/plugin-graphql/test/unit/mocks/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -94,7 +94,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -153,7 +153,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -212,7 +212,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -300,7 +300,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -359,7 +359,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -418,7 +418,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -548,7 +548,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -650,7 +650,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -852,7 +852,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -982,7 +982,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1041,7 +1041,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1129,7 +1129,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1210,7 +1210,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1298,7 +1298,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1386,7 +1386,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1460,7 +1460,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1519,7 +1519,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1614,7 +1614,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1673,7 +1673,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1754,7 +1754,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1813,7 +1813,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1894,7 +1894,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -1953,7 +1953,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -2012,7 +2012,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -2071,7 +2071,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -2130,7 +2130,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down Expand Up @@ -2189,7 +2189,7 @@ const MOCK_GRAPH = {
},
{
property: "og:url",
content: "https://www.greenwoodjs.io",
content: "https://www.greenwoodjs.dev",
},
{
property: "og:image",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class FooterComponent extends HTMLElement {

<footer class="footer">
<h4>
<a href="https://www.greenwoodjs.io/">My Blog &copy;${year}</a>
<a href="https://www.greenwoodjs.dev/">My Blog &copy;${year}</a>
</h4>
</footer>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class FooterComponent extends HTMLElement {

<footer class="footer">
<h4>
<a href="https://www.greenwoodjs.io/">My Blog &copy;${year}</a>
<a href="https://www.greenwoodjs.dev/">My Blog &copy;${year}</a>
</h4>
</footer>
`;
Expand Down
2 changes: 1 addition & 1 deletion www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions www/pages/blog/release/v0-15-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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! 👋
4 changes: 2 additions & 2 deletions www/pages/blog/release/v0-18-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
Loading
Loading