Skip to content

Commit 431b99e

Browse files
author
Rick Butterfield
committed
Update READMEs and screenshots
1 parent aa882b2 commit 431b99e

File tree

5 files changed

+28
-2
lines changed

5 files changed

+28
-2
lines changed

.github/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66

77
A package from the [Umbraco Community Sustainability Team](https://umbraco.com/blog/meet-the-new-community-sustainability-team/) which helps developers and editors see and improve the carbon impact of their websites.
88

9-
In the Backoffice, there is a Content App to see page weight and carbon emissions, which is then converted to a carbon rating for individual pages.
9+
## Features
10+
Once installed, two new features are enabled:
11+
12+
### Sustainability section
13+
A section is enabled automatically for admin users that allows tracking of average stats based on recent tests, plus a breakdown of all scores per page.
14+
15+
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-1.png" alt="Umbraco.Community.Sustainability dashboard" />
16+
17+
### Sustainability content app
18+
On each content page, a Content App is added which allows users to see and benchmark page weight and carbon emissions, which is then converted to a carbon rating for individual pages.
1019

1120
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg" alt="Umbraco.Community.Sustainability content app" />
1221

172 KB
Loading
187 KB
Loading

docs/README_nuget.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66

77
A package from the [Umbraco Community Sustainability Team](https://umbraco.com/blog/meet-the-new-community-sustainability-team/) which helps developers and editors see and improve the carbon impact of their websites.
88

9-
In the Backoffice, there is a Content App to see page weight and carbon emissions, which is then converted to a carbon rating for individual pages.
9+
## Features
10+
Once installed, two new features are enabled:
11+
12+
### Sustainability section
13+
A section is enabled automatically for admin users that allows tracking of average stats based on recent tests, plus a breakdown of all scores per page.
14+
15+
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-1.png" alt="Umbraco.Community.Sustainability dashboard" />
16+
17+
### Sustainability content app
18+
On each content page, a Content App is added which allows users to see and benchmark page weight and carbon emissions, which is then converted to a carbon rating for individual pages.
1019

1120
<img src="https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg" alt="Umbraco.Community.Sustainability content app" />
1221

umbraco-marketplace.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
{
2828
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-contentapp-2.jpeg",
2929
"Caption": "Content app for Sustainability - view detailed report"
30+
},
31+
{
32+
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-1.png",
33+
"Caption": "Sustainability section - overview and average scores"
34+
},
35+
{
36+
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.Sustainability/main/.github/assets/sustainability-dashboard-2.png",
37+
"Caption": "Sustainability section - breakdown of all recent reports"
3038
}
3139
],
3240
"Tags": [

0 commit comments

Comments
 (0)