copy: "based on" -> "built around"

This commit is contained in:
madrilene 2024-02-14 10:12:45 +01:00
parent f114c314d2
commit 06c17095b8
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"name": "eleventy-excellent",
"version": "2.1.4",
"description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
"description": "Eleventy starter built around the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
"author": "Lene Saile",
"license": "ISC",
"engines": {

View file

@ -2,7 +2,7 @@ module.exports = {
url: process.env.URL || 'http://localhost:8080',
siteName: 'Eleventy Excellent',
siteDescription:
'Eleventy starter based on the workflow suggested by buildexcellentwebsit.es',
'Eleventy starter built around the CSS workflow suggested by buildexcellentwebsit.es',
siteType: 'Person', // schema
locale: 'en_EN',
lang: 'en',
@ -23,7 +23,7 @@ module.exports = {
themeBgColor: '#FBFBFB', // Manifest: defines a placeholder background color for the application page to display before its stylesheet is loaded
opengraph_default: '/assets/images/template/opengraph-default.jpg', // fallback/default meta image
opengraph_default_alt:
'Visible content: Eleventy starter based on 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: 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
blog: {
// RSS feed
name: 'My Web Development Blog',

View file

@ -8,7 +8,7 @@ youtube: true
This starter uses modern CSS, fluid type & space, flexible Layouts and Progressive Enhancement, wrapped in a basic template.
Based on the CSS boilerplate by Andy Bell and inspired by Andy's talk **'Be the browsers mentor, not its micromanager'**.
It is built around the CSS boilerplate by Andy Bell and inspired by Andy's talk **'Be the browsers mentor, not its micromanager'**.
If you want to know exactly how it all works, [read this article on piccalil.li](https://piccalil.li/blog/a-css-project-boilerplate/).

View file

@ -10,7 +10,7 @@ blog:
## An Eleventy starter
This [Eleventy](https://www.11ty.dev/) starter is based on [Andy Bell's](https://andy-bell.co.uk/) talk 'Be the browsers mentor, not its micromanager' and its companion website buildexcellentwebsit.es.
This [Eleventy](https://www.11ty.dev/) starter was inspired [Andy Bell's](https://andy-bell.co.uk/) talk 'Be the browsers mentor, not its micromanager' and its companion website buildexcellentwebsit.es.
In his words, it's about hinting the browser rather than micromanaging it, using progressive enhancement, CSS layout, fluid type & spacing, as well as modern CSS features.