diff options
Diffstat (limited to 'examples')
26 files changed, 37 insertions, 37 deletions
diff --git a/examples/blog-multiple-authors/README.md b/examples/blog-multiple-authors/README.md index 23aad66f2..e98036e12 100644 --- a/examples/blog-multiple-authors/README.md +++ b/examples/blog-multiple-authors/README.md @@ -4,7 +4,7 @@ npm init astro -- --template blog-multiple-authors ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/blog-multiple-authors) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog-multiple-authors) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -51,4 +51,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/blog/README.md b/examples/blog/README.md index 15d7b3fae..3036b9a5a 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -4,7 +4,7 @@ npm init astro -- --template blog ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/blog) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -51,4 +51,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/docs/README.md b/examples/docs/README.md index 25aa8a8e7..1a5e7040d 100644 --- a/examples/docs/README.md +++ b/examples/docs/README.md @@ -4,7 +4,7 @@ npm init astro -- --template docs ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/docs) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs) ## Features @@ -32,7 +32,7 @@ To deploy your site to production, check out our [Deploy an Astro Website](https ## New to Astro? -Welcome! Check out [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Welcome! Check out [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). ## Customize This Theme diff --git a/examples/docs/src/components/Footer/AvatarList.astro b/examples/docs/src/components/Footer/AvatarList.astro index 589e296b9..429676990 100644 --- a/examples/docs/src/components/Footer/AvatarList.astro +++ b/examples/docs/src/components/Footer/AvatarList.astro @@ -1,8 +1,8 @@ --- // fetch all commits for just this page's path const path = "docs/" + Astro.props.path; -const url = `https://api.github.com/repos/snowpackjs/astro/commits?path=${path}`; -const commitsURL = `https://github.com/snowpackjs/astro/commits/main/${path}`; +const url = `https://api.github.com/repos/withastro/astro/commits?path=${path}`; +const commitsURL = `https://github.com/withastro/astro/commits/main/${path}`; async function getCommits(url) { try { diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 1ccc647d3..ae4321f48 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -6,7 +6,7 @@ export const SITE = { export const OPEN_GRAPH = { image: { - src: 'https://github.com/snowpackjs/astro/blob/main/assets/social/banner.jpg?raw=true', + src: 'https://github.com/withastro/astro/blob/main/assets/social/banner.jpg?raw=true', alt: 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground', }, twitter: 'astrodotbuild', @@ -17,7 +17,7 @@ export const KNOWN_LANGUAGES = { }; // Uncomment this to add an "Edit this page" button to every page of documentation. -// export const GITHUB_EDIT_URL = `https://github.com/snowpackjs/astro/blob/main/docs/`; +// export const GITHUB_EDIT_URL = `https://github.com/withastro/astro/blob/main/docs/`; // Uncomment this to add an "Join our Community" button to every page of documentation. // export const COMMUNITY_INVITE_URL = `https://astro.build/chat`; diff --git a/examples/framework-lit/README.md b/examples/framework-lit/README.md index 413c58760..168022b53 100644 --- a/examples/framework-lit/README.md +++ b/examples/framework-lit/README.md @@ -4,6 +4,6 @@ npm init astro -- --template framework-lit ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-lit) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-lit) This example showcases Astro working with [Lit](https://lit.dev/).
\ No newline at end of file diff --git a/examples/framework-multiple/README.md b/examples/framework-multiple/README.md index 455ea371e..66258aed9 100644 --- a/examples/framework-multiple/README.md +++ b/examples/framework-multiple/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-multiple ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-multiple) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple) This example showcases Astro's built-in support for multiple frameworks ([React](https://reactjs.org), [Preact](https://preactjs.com), [Svelte](https://svelte.dev), and [Vue (`v3.x`)](https://v3.vuejs.org/)). diff --git a/examples/framework-preact/README.md b/examples/framework-preact/README.md index 8b5dfd62f..d5396fcdd 100644 --- a/examples/framework-preact/README.md +++ b/examples/framework-preact/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-preact ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-preact) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-preact) This example showcases Astro working with [Preact](https://preactjs.com). diff --git a/examples/framework-react/README.md b/examples/framework-react/README.md index f6f9a7941..b82e192a6 100644 --- a/examples/framework-react/README.md +++ b/examples/framework-react/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-react ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-react) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react) This example showcases Astro working with [React](https://reactjs.org/). diff --git a/examples/framework-solid/README.md b/examples/framework-solid/README.md index c9bfa2bab..7df3b5848 100644 --- a/examples/framework-solid/README.md +++ b/examples/framework-solid/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-solid ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-solid) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-solid) This example showcases Astro working with [Solid](https://www.solidjs.com/). diff --git a/examples/framework-svelte/README.md b/examples/framework-svelte/README.md index 96352495a..20927e031 100644 --- a/examples/framework-svelte/README.md +++ b/examples/framework-svelte/README.md @@ -4,6 +4,6 @@ npm init astro -- --template framework-svelte ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-svelte) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-svelte) This example showcases Astro working with [Svelte](https://svelte.dev/). diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md index 8212f6a9b..95acfffde 100644 --- a/examples/framework-vue/README.md +++ b/examples/framework-vue/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-vue ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-vue) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-vue) This example showcases Astro working with [Vue](https://v3.vuejs.org/). diff --git a/examples/minimal/README.md b/examples/minimal/README.md index b078cf708..c9ef38ea6 100644 --- a/examples/minimal/README.md +++ b/examples/minimal/README.md @@ -4,7 +4,7 @@ npm init astro -- --template minimal ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/minimal) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -40,4 +40,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/portfolio-svelte/README.md b/examples/portfolio-svelte/README.md index b40609c3e..505bc1882 100644 --- a/examples/portfolio-svelte/README.md +++ b/examples/portfolio-svelte/README.md @@ -4,7 +4,7 @@ npm init astro -- --template portfolio ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/portfolio-svelte) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio-svelte) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -21,4 +21,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/portfolio-svelte/src/pages/index.astro b/examples/portfolio-svelte/src/pages/index.astro index 1e393e572..60e8dc411 100644 --- a/examples/portfolio-svelte/src/pages/index.astro +++ b/examples/portfolio-svelte/src/pages/index.astro @@ -231,7 +231,7 @@ const featuredProject = projects[0]; <h3 class="sectionTitle">About me</h3> <p class="bio"> <span>Hello!</span> Iām Jeanine, and this is my website. It was made using{' '} - <a href="https://github.com/snowpackjs/astro" target="_blank" rel="nofollow"> + <a href="https://github.com/withastro/astro" target="_blank" rel="nofollow"> Astro </a> , a new way to build static sites. This is just an example template for you to modify. diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md index 7d5a5a8e7..13ad7a00d 100644 --- a/examples/portfolio/README.md +++ b/examples/portfolio/README.md @@ -4,7 +4,7 @@ npm init astro -- --template portfolio ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/portfolio) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -21,4 +21,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/portfolio/src/pages/index.astro b/examples/portfolio/src/pages/index.astro index 5fbeea15a..9388834ab 100644 --- a/examples/portfolio/src/pages/index.astro +++ b/examples/portfolio/src/pages/index.astro @@ -222,7 +222,7 @@ const featuredProject = projects[0]; <h3 class="sectionTitle">About me</h3> <p class="bio"> <span>Hello!</span> Iām Jeanine, and this is my website. It was made using{' '} - <a href="https://github.com/snowpackjs/astro" target="_blank" rel="nofollow"> + <a href="https://github.com/withastro/astro" target="_blank" rel="nofollow"> Astro </a>, a new way to build static sites. This is just an example template for you to modify. </p> diff --git a/examples/starter/README.md b/examples/starter/README.md index 69a776bf5..1e8bac3d0 100644 --- a/examples/starter/README.md +++ b/examples/starter/README.md @@ -1,6 +1,6 @@ # Welcome to [Astro](https://astro.build) -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/starter) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/starter) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -40,4 +40,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/starter/public/favicon.ico b/examples/starter/public/favicon.ico index 9795f8eb7..7b74f34ee 100644 --- a/examples/starter/public/favicon.ico +++ b/examples/starter/public/favicon.ico @@ -1 +1 @@ -https://rawcdn.githack.com/snowpackjs/astro/main/examples/starter/public/favicon.ico
\ No newline at end of file +https://rawcdn.githack.com/withastro/astro/main/examples/starter/public/favicon.ico
\ No newline at end of file diff --git a/examples/starter/src/components/Tour.astro b/examples/starter/src/components/Tour.astro index bf4721f04..16919a74a 100644 --- a/examples/starter/src/components/Tour.astro +++ b/examples/starter/src/components/Tour.astro @@ -36,7 +36,7 @@ import { Markdown } from 'astro/components'; <section> <h2>š Want to learn more?</h2> - <p>Feel free to check <a href="https://github.com/snowpackjs/astro">our documentation</a> or jump into our <a href="https://astro.build/chat">Discord server</a>.</p> + <p>Feel free to check <a href="https://github.com/withastro/astro">our documentation</a> or jump into our <a href="https://astro.build/chat">Discord server</a>.</p> </section> </article> diff --git a/examples/subpath/README.md b/examples/subpath/README.md index d1175d61a..ff95e1181 100644 --- a/examples/subpath/README.md +++ b/examples/subpath/README.md @@ -4,7 +4,7 @@ npm init astro -- --template subpath ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/subpath) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/subpath) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -42,4 +42,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/with-markdown-plugins/README.md b/examples/with-markdown-plugins/README.md index c69920abe..69720bf0a 100644 --- a/examples/with-markdown-plugins/README.md +++ b/examples/with-markdown-plugins/README.md @@ -4,6 +4,6 @@ npm init astro -- --template with-markdown-plugins ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-markdown-plugins) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-plugins) This example showcases Astro's [built-in Markdown support](../../docs/markdown.md) with additional, user-provided plugins. diff --git a/examples/with-markdown/README.md b/examples/with-markdown/README.md index 59a41dcf3..e8ea164ea 100644 --- a/examples/with-markdown/README.md +++ b/examples/with-markdown/README.md @@ -4,7 +4,7 @@ npm init astro -- --template with-markdown ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-markdown) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown) This example showcases Astro's [built-in Markdown support](../../docs/markdown.md). diff --git a/examples/with-nanostores/README.md b/examples/with-nanostores/README.md index fdd20af6f..bbbc896b1 100644 --- a/examples/with-nanostores/README.md +++ b/examples/with-nanostores/README.md @@ -4,6 +4,6 @@ npm init astro -- --template with-nanostores ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-nanostores) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-nanostores) This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components from different frameworks. diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md index 98968cc9c..16270da54 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -4,7 +4,7 @@ npm init astro -- --template with-tailwindcss ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-tailwindcss) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss) Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind. diff --git a/examples/with-vite-plugin-pwa/README.md b/examples/with-vite-plugin-pwa/README.md index b078cf708..c9ef38ea6 100644 --- a/examples/with-vite-plugin-pwa/README.md +++ b/examples/with-vite-plugin-pwa/README.md @@ -4,7 +4,7 @@ npm init astro -- --template minimal ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/minimal) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) > š§āš **Seasoned astronaut?** Delete this file. Have fun! @@ -40,4 +40,4 @@ All commands are run from the root of the project, from a terminal: ## š Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). |