Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

built with (for the web), ver dedupe #34

Merged
merged 1 commit into from
Jun 20, 2024
Merged

built with (for the web), ver dedupe #34

merged 1 commit into from
Jun 20, 2024

Conversation

rdela
Copy link
Owner

@rdela rdela commented Jun 20, 2024

/_data/metadata.js

-	title: "eleventeen v9.2.15-alpha.13",
+	title: "eleventeen v" + process.env.npm_package_version,

-	eleventeen: "9.2.15-alpha.13",
+	eleventeenv: process.env.npm_package_version,
+	elevenv: process.env.ELEVENTY_VERSION,

/_includes/layouts/base.njk

-	<aside>powered by <a title="eleventeen {{ metadata.eleventeen }} + {{ eleventy.generator }}" href="https://github.com/rdela/eleventeen">eleventeen</a></aside>
+	<aside>built with <a title="Eleventy v{{ metadata.elevenv }} + eleventeen v{{ metadata.eleventeenv }}" href="https://eleventeen.blog/about/">eleventeen</a></aside>

/package.json

-	"version": "9.2.15-alpha.13",
+	"version": "9.2.16-alpha.13",

```diff

/_data/metadata.js

-	title: "eleventeen v9.2.15-alpha.13",
+	title: "eleventeen v" + process.env.npm_package_version,

-	eleventeen: "9.2.15-alpha.13",
+	eleventeenv: process.env.npm_package_version,
+	elevenv: process.env.ELEVENTY_VERSION,

/_includes/layouts/base.njk

-	<aside>powered by <a title="eleventeen {{ metadata.eleventeen }} +
-	{{ eleventy.generator }}" href="https://github.com/rdela/eleventeen">eleventeen</a></aside>
+	<aside>built with <a title="Eleventy v{{ metadata.elevenv }} + eleventeen
+	v{{ metadata.eleventeenv }}" href="https://eleventeen.blog/about/">eleventeen</a></aside>

/package.json

-	"version": "9.2.15-alpha.13",
+	"version": "9.2.16-alpha.13",
```
Copy link

netlify bot commented Jun 20, 2024

Deploy Preview for eleventeen ready!

Name Link
🔨 Latest commit 5570df2
🔍 Latest deploy log https://app.netlify.com/sites/eleventeen/deploys/66746a765e61a00008930036
😎 Deploy Preview https://deploy-preview-34--eleventeen.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@rdela rdela merged commit 06c524c into trunk Jun 20, 2024
6 checks passed
@rdela rdela deleted the built branch June 20, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant