diff --git a/docs/assets/images/logo.svg b/docs/assets/images/logo.svg index 6d15ad28..1f18fb6d 100644 --- a/docs/assets/images/logo.svg +++ b/docs/assets/images/logo.svg @@ -1,7 +1,36 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/images/og-image.png b/docs/assets/images/og-image.png index 282010fe..bbe5f408 100644 Binary files a/docs/assets/images/og-image.png and b/docs/assets/images/og-image.png differ diff --git a/docs/assets/images/touch-icon.png b/docs/assets/images/touch-icon.png index 8398dad3..787053ee 100644 Binary files a/docs/assets/images/touch-icon.png and b/docs/assets/images/touch-icon.png differ diff --git a/docs/assets/images/twitter-card.png b/docs/assets/images/twitter-card.png index f547340b..db380bbf 100644 Binary files a/docs/assets/images/twitter-card.png and b/docs/assets/images/twitter-card.png differ diff --git a/docs/assets/images/wordmark.svg b/docs/assets/images/wordmark.svg index f853ed3e..fd3bd7cd 100644 --- a/docs/assets/images/wordmark.svg +++ b/docs/assets/images/wordmark.svg @@ -1,7 +1,36 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/eleventy.config.cjs b/docs/eleventy.config.cjs index 49084011..4c178f4e 100644 --- a/docs/eleventy.config.cjs +++ b/docs/eleventy.config.cjs @@ -28,12 +28,12 @@ module.exports = function (eleventyConfig) { // // Global data // - eleventyConfig.addGlobalData('baseUrl', 'https://shoelace.style/'); // the production URL + eleventyConfig.addGlobalData('baseUrl', 'https://ui.onsonr.dev/'); // the production URL eleventyConfig.addGlobalData('layout', 'default'); // make 'default' the default layout eleventyConfig.addGlobalData('toc', true); // enable the table of contents eleventyConfig.addGlobalData('meta', { - title: 'Shoelace', - description: 'A forward-thinking library of web components.', + title: 'Nebula', + description: 'A specialized fork of Shoelace for Crypto and Blockchain interfaces.', image: 'images/og-image.png', version: customElementsManifest.package.version, components: allComponents, @@ -74,7 +74,7 @@ module.exports = function (eleventyConfig) { if (!component) { throw new Error( `Unable to find a component called "${tagName}". Make sure the file name is the same as the component's tag ` + - `name (minus the sl- prefix).` + `name (minus the sl- prefix).` ); } return component; diff --git a/docs/pages/index.md b/docs/pages/index.md index ebcc4598..4a84772b 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -1,6 +1,6 @@ --- meta: - title: 'Shoelace: A forward-thinking library of web components.' + title: 'Nebula: A specialized fork of Shoelace for Crypto and Blockchain interfaces.' description: Hand-crafted custom elements for any occasion. toc: false --- @@ -29,12 +29,10 @@ toc: false
-[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@shoelace-style/shoelace/badge)](https://www.jsdelivr.com/package/npm/@shoelace-style/shoelace) -[![npm](https://img.shields.io/npm/dw/@shoelace-style/shoelace?label=npm&style=flat-square)](https://www.npmjs.com/package/@shoelace-style/shoelace) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@onsonr/nebula/badge)](https://www.jsdelivr.com/package/npm/@onsonr/nebula) +[![npm](https://img.shields.io/npm/dw/@onsonr/nebula?label=npm&style=flat-square)](https://www.npmjs.com/package/@onsonr/nebula) [![License](https://img.shields.io/badge/license-MIT-232323.svg?style=flat-square)](https://github.com/shoelace-style/shoelace/blob/next/LICENSE.md)
-[![Discord](https://img.shields.io/badge/Discord-Join%20the%20chat-5965f2.svg?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/mg8f26C) -[![Twitter](https://img.shields.io/badge/Twitter-Follow-00acee.svg?style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/shoelace_style) -[![Sponsor](https://img.shields.io/badge/GitHub-Code-232323.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/shoelace-style/shoelace) +[![Twitter](https://img.shields.io/badge/Twitter-Follow-00acee.svg?style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/sonr_io)
@@ -44,8 +42,8 @@ Add the following code to your page. ```html - - + + ``` Now you have access to all of Shoelace's components! Try adding a button: