Skip to content

Commit

Permalink
v9.2.12-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rdela committed Apr 29, 2024
1 parent 1a400ce commit 7df993d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ You can run [debug mode](https://www.11ty.dev/docs/debugging/) to see all the in

## Demos

- eleventeen on Netlify: <https://eleventeen.blog> or <https://eleventeen.netlify.app>
- eleventeen on Netlify, Rainbow Mode (default): <https://eleventeen.blog>
or <https://eleventeen.netlify.app>
- eleventeen on Netlify, Mono Mode: <https://mono.eleventeen.blog>
- [eleventy-base-blog on Netlify](https://eleventy-base-blog.netlify.app)
- [eleventy-base-blog on GitHub Pages](https://11ty.github.io/eleventy-base-blog/)
- [Remix eleventy-base-blog on Glitch](https://glitch.com/~11ty-eleventy-base-blog)
Expand Down
4 changes: 2 additions & 2 deletions _data/metadata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let data = {
title: "eleventeen v9.2.11-alpha.9",
title: "eleventeen v9.2.12-alpha.9",
url: "https://eleventeen.blog",
language: "en",
description: "Rainbow Eleventy blog",
Expand All @@ -10,7 +10,7 @@ let data = {
},
siteimage: "https://o.famebot.com/file/famebot/eleventeen.png",
mono: false,
eleventeen: "9.2.11-alpha.9",
eleventeen: "9.2.12-alpha.9",
};

export default data;
2 changes: 1 addition & 1 deletion content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ eleventyNavigation:
order: 3
---

# About Eleventeen <span role="img" aria-label="">🌈📓</span>
# About eleventeen <span role="img" aria-label="">🌈📓</span>

Eleventeen is an evolving variation of [Eleventy Base Blog](https://github.com/11ty/eleventy-base-blog), an [Eleventy](https://www.11ty.dev) blog starter. The name is an homage to the [Daisy Chainsaw album](https://en.wikipedia.org/wiki/Eleventeen_(album)) <span role="img" aria-label="">👩🏻‍🎤🎶</span>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventeen",
"version": "9.2.11-alpha.9",
"version": "9.2.12-alpha.9",
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7df993d

Please sign in to comment.