Skip to content

Commit

Permalink
simplify example easteregg, update default desc and alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
madrilene committed Jun 4, 2024
1 parent 92242af commit 0c5792c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/_data/meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const url = process.env.URL || 'http://localhost:8080';
export const siteName = 'Eleventy Excellent';
export const siteDescription =
'Eleventy starter built around the CSS workflow suggested by buildexcellentwebsit.es';
export const siteDescription = 'Eleventy starter for building modern, resilient websites';
export const siteType = 'Person'; // schema
export const locale = 'en_EN';
export const lang = 'en';
Expand All @@ -23,7 +22,7 @@ export const themeColor = '#DD4462'; // Manifest: defines the default theme col
export const themeBgColor = '#FBFBFB'; // Manifest: defines a placeholder background color for the application page to display before its stylesheet is loaded
export const opengraph_default = '/assets/images/template/opengraph-default.jpg'; // fallback/default meta image
export const opengraph_default_alt =
'Visible content: Eleventy starter built around the CSS workflow for Cube CSS, Every Layout, Design Tokens and Tailwind for uitility, based on the concepts explained in buildexcellentwebsit.es'; // alt text for default meta image
"Visible content: An Eleventy starter with CUBE CSS, Cube CSS, Every Layout, Design Tokens and Tailwind for uitility classes. A workflow for building modern and resilient websites, introduced by Andy Bell's project buildexcellentwebsit.es"; // alt text for default meta image"
export const blog = {
// RSS feed
name: 'My Web Development Blog',
Expand Down
2 changes: 1 addition & 1 deletion src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
{% include "partials/footer.njk" %}

<script type="module" src="/assets/scripts/components/custom-easteregg.js"></script>
<custom-easteregg keyword="yay" shape="🌈" particle-count="50"></custom-easteregg>
<custom-easteregg></custom-easteregg>
</body>
</html>

0 comments on commit 0c5792c

Please sign in to comment.