diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ea6e0f5a60..a49d7eb836 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,7 +5,7 @@ on: branches: - master paths: - - site/content/** + - site-content/** jobs: release: @@ -24,5 +24,5 @@ jobs: with: repo: 'svelte' branch: 'master' - docs_path: 'site/content' + docs_path: 'site-content' token: ${{ steps.github-app.outputs.token }} \ No newline at end of file diff --git a/README.md b/README.md index fa66ac6cc9..9c4cb6cc6c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ npm run test -- -g transition ## svelte.dev -The source code for https://svelte.dev, including all the documentation, lives in the [site](site) directory. The site is built with [SvelteKit](https://kit.svelte.dev). +The documentation, lives in the [site-content](site-content) directory. It is served via an [API](https://github.com/sveltejs/api.svelte.dev) to https://svelte.dev. The source code for https://svelte.dev lives in [the sites repository](https://github.com/sveltejs/sites/tree/master/sites/svelte.dev). The site is built with [SvelteKit](https://kit.svelte.dev). ### Is svelte.dev down? diff --git a/site/content/blog/2016-11-26-frameworks-without-the-framework.md b/site-content/blog/2016-11-26-frameworks-without-the-framework.md similarity index 100% rename from site/content/blog/2016-11-26-frameworks-without-the-framework.md rename to site-content/blog/2016-11-26-frameworks-without-the-framework.md diff --git a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md b/site-content/blog/2017-08-07-the-easiest-way-to-get-started.md similarity index 100% rename from site/content/blog/2017-08-07-the-easiest-way-to-get-started.md rename to site-content/blog/2017-08-07-the-easiest-way-to-get-started.md diff --git a/site/content/blog/2017-09-06-the-zen-of-just-writing-css.md b/site-content/blog/2017-09-06-the-zen-of-just-writing-css.md similarity index 100% rename from site/content/blog/2017-09-06-the-zen-of-just-writing-css.md rename to site-content/blog/2017-09-06-the-zen-of-just-writing-css.md diff --git a/site/content/blog/2017-12-31-sapper-towards-the-ideal-web-app-framework.md b/site-content/blog/2017-12-31-sapper-towards-the-ideal-web-app-framework.md similarity index 100% rename from site/content/blog/2017-12-31-sapper-towards-the-ideal-web-app-framework.md rename to site-content/blog/2017-12-31-sapper-towards-the-ideal-web-app-framework.md diff --git a/site/content/blog/2018-04-18-version-2.md b/site-content/blog/2018-04-18-version-2.md similarity index 100% rename from site/content/blog/2018-04-18-version-2.md rename to site-content/blog/2018-04-18-version-2.md diff --git a/site/content/blog/2018-12-26-svelte-css-in-js.md b/site-content/blog/2018-12-26-svelte-css-in-js.md similarity index 100% rename from site/content/blog/2018-12-26-svelte-css-in-js.md rename to site-content/blog/2018-12-26-svelte-css-in-js.md diff --git a/site/content/blog/2018-12-27-virtual-dom-is-pure-overhead.md b/site-content/blog/2018-12-27-virtual-dom-is-pure-overhead.md similarity index 100% rename from site/content/blog/2018-12-27-virtual-dom-is-pure-overhead.md rename to site-content/blog/2018-12-27-virtual-dom-is-pure-overhead.md diff --git a/site/content/blog/2019-01-31-svelte-on-the-changelog.md b/site-content/blog/2019-01-31-svelte-on-the-changelog.md similarity index 100% rename from site/content/blog/2019-01-31-svelte-on-the-changelog.md rename to site-content/blog/2019-01-31-svelte-on-the-changelog.md diff --git a/site/content/blog/2019-04-15-setting-up-your-editor.md b/site-content/blog/2019-04-15-setting-up-your-editor.md similarity index 100% rename from site/content/blog/2019-04-15-setting-up-your-editor.md rename to site-content/blog/2019-04-15-setting-up-your-editor.md diff --git a/site/content/blog/2019-04-16-svelte-for-new-developers.md b/site-content/blog/2019-04-16-svelte-for-new-developers.md similarity index 99% rename from site/content/blog/2019-04-16-svelte-for-new-developers.md rename to site-content/blog/2019-04-16-svelte-for-new-developers.md index 76308da547..430d5dc6ea 100644 --- a/site/content/blog/2019-04-16-svelte-for-new-developers.md +++ b/site-content/blog/2019-04-16-svelte-for-new-developers.md @@ -7,7 +7,7 @@ authorURL: https://twitter.com/Rich_Harris This short guide is designed to help you — someone who has looked at the [tutorial](/tutorial) and wants to start creating Svelte apps, but doesn't have a ton of experience using JavaScript build tooling — get up and running. -If there are things that don't make sense, or that we're glossing over, feel free to [raise an issue](https://github.com/sveltejs/svelte/issues) or [suggest edits to this page](https://github.com/sveltejs/svelte/blob/master/site/content/blog/2019-04-16-svelte-for-new-developers.md) that will help us help more people. +If there are things that don't make sense, or that we're glossing over, feel free to [raise an issue](https://github.com/sveltejs/svelte/issues) or [suggest edits to this page](https://github.com/sveltejs/svelte/blob/master/site-content/blog/2019-04-16-svelte-for-new-developers.md) that will help us help more people. If you get stuck at any point following this guide, the best place to ask for help is in the [chatroom](https://svelte.dev/chat). diff --git a/site/content/blog/2019-04-20-write-less-code.md b/site-content/blog/2019-04-20-write-less-code.md similarity index 100% rename from site/content/blog/2019-04-20-write-less-code.md rename to site-content/blog/2019-04-20-write-less-code.md diff --git a/site/content/blog/2019-04-22-svelte-3-rethinking-reactivity.md b/site-content/blog/2019-04-22-svelte-3-rethinking-reactivity.md similarity index 100% rename from site/content/blog/2019-04-22-svelte-3-rethinking-reactivity.md rename to site-content/blog/2019-04-22-svelte-3-rethinking-reactivity.md diff --git a/site/content/blog/2020-07-17-svelte-and-typescript.md b/site-content/blog/2020-07-17-svelte-and-typescript.md similarity index 100% rename from site/content/blog/2020-07-17-svelte-and-typescript.md rename to site-content/blog/2020-07-17-svelte-and-typescript.md diff --git a/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md b/site-content/blog/2020-10-01-whats-new-in-svelte-october-2020.md similarity index 100% rename from site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md rename to site-content/blog/2020-10-01-whats-new-in-svelte-october-2020.md diff --git a/site/content/blog/2020-11-01-whats-new-in-svelte-november-2020.md b/site-content/blog/2020-11-01-whats-new-in-svelte-november-2020.md similarity index 100% rename from site/content/blog/2020-11-01-whats-new-in-svelte-november-2020.md rename to site-content/blog/2020-11-01-whats-new-in-svelte-november-2020.md diff --git a/site/content/blog/2020-11-05-whats-the-deal-with-sveltekit.md b/site-content/blog/2020-11-05-whats-the-deal-with-sveltekit.md similarity index 100% rename from site/content/blog/2020-11-05-whats-the-deal-with-sveltekit.md rename to site-content/blog/2020-11-05-whats-the-deal-with-sveltekit.md diff --git a/site/content/blog/2020-12-01-whats-new-in-svelte-december-2020.md b/site-content/blog/2020-12-01-whats-new-in-svelte-december-2020.md similarity index 100% rename from site/content/blog/2020-12-01-whats-new-in-svelte-december-2020.md rename to site-content/blog/2020-12-01-whats-new-in-svelte-december-2020.md diff --git a/site/content/blog/2021-01-01-whats-new-in-svelte-january-2021.md b/site-content/blog/2021-01-01-whats-new-in-svelte-january-2021.md similarity index 100% rename from site/content/blog/2021-01-01-whats-new-in-svelte-january-2021.md rename to site-content/blog/2021-01-01-whats-new-in-svelte-january-2021.md diff --git a/site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md b/site-content/blog/2021-02-01-whats-new-in-svelte-february-2021.md similarity index 100% rename from site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md rename to site-content/blog/2021-02-01-whats-new-in-svelte-february-2021.md diff --git a/site/content/blog/2021-03-01-whats-new-in-svelte-march-2021.md b/site-content/blog/2021-03-01-whats-new-in-svelte-march-2021.md similarity index 100% rename from site/content/blog/2021-03-01-whats-new-in-svelte-march-2021.md rename to site-content/blog/2021-03-01-whats-new-in-svelte-march-2021.md diff --git a/site/content/blog/2021-03-23-sveltekit-beta.md b/site-content/blog/2021-03-23-sveltekit-beta.md similarity index 100% rename from site/content/blog/2021-03-23-sveltekit-beta.md rename to site-content/blog/2021-03-23-sveltekit-beta.md diff --git a/site/content/blog/2021-04-01-whats-new-in-svelte-april-2021.md b/site-content/blog/2021-04-01-whats-new-in-svelte-april-2021.md similarity index 100% rename from site/content/blog/2021-04-01-whats-new-in-svelte-april-2021.md rename to site-content/blog/2021-04-01-whats-new-in-svelte-april-2021.md diff --git a/site/content/blog/2021-05-01-whats-new-in-svelte-may-2021.md b/site-content/blog/2021-05-01-whats-new-in-svelte-may-2021.md similarity index 100% rename from site/content/blog/2021-05-01-whats-new-in-svelte-may-2021.md rename to site-content/blog/2021-05-01-whats-new-in-svelte-may-2021.md diff --git a/site/content/blog/2021-06-01-whats-new-in-svelte-june-2021.md b/site-content/blog/2021-06-01-whats-new-in-svelte-june-2021.md similarity index 100% rename from site/content/blog/2021-06-01-whats-new-in-svelte-june-2021.md rename to site-content/blog/2021-06-01-whats-new-in-svelte-june-2021.md diff --git a/site/content/blog/2021-07-01-whats-new-in-svelte-july-2021.md b/site-content/blog/2021-07-01-whats-new-in-svelte-july-2021.md similarity index 100% rename from site/content/blog/2021-07-01-whats-new-in-svelte-july-2021.md rename to site-content/blog/2021-07-01-whats-new-in-svelte-july-2021.md diff --git a/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md b/site-content/blog/2021-08-01-whats-new-in-svelte-august-2021.md similarity index 100% rename from site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md rename to site-content/blog/2021-08-01-whats-new-in-svelte-august-2021.md diff --git a/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md b/site-content/blog/2021-09-01-whats-new-in-svelte-september-2021.md similarity index 100% rename from site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md rename to site-content/blog/2021-09-01-whats-new-in-svelte-september-2021.md diff --git a/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md b/site-content/blog/2021-10-01-whats-new-in-svelte-october-2021.md similarity index 100% rename from site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md rename to site-content/blog/2021-10-01-whats-new-in-svelte-october-2021.md diff --git a/site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md b/site-content/blog/2021-11-01-whats-new-in-svelte-november-2021.md similarity index 100% rename from site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md rename to site-content/blog/2021-11-01-whats-new-in-svelte-november-2021.md diff --git a/site/content/blog/2021-12-01-whats-new-in-svelte-december-2021.md b/site-content/blog/2021-12-01-whats-new-in-svelte-december-2021.md similarity index 100% rename from site/content/blog/2021-12-01-whats-new-in-svelte-december-2021.md rename to site-content/blog/2021-12-01-whats-new-in-svelte-december-2021.md diff --git a/site/content/docs/00-introduction.md b/site-content/docs/00-introduction.md similarity index 100% rename from site/content/docs/00-introduction.md rename to site-content/docs/00-introduction.md diff --git a/site/content/docs/01-component-format.md b/site-content/docs/01-component-format.md similarity index 100% rename from site/content/docs/01-component-format.md rename to site-content/docs/01-component-format.md diff --git a/site/content/docs/02-template-syntax.md b/site-content/docs/02-template-syntax.md similarity index 100% rename from site/content/docs/02-template-syntax.md rename to site-content/docs/02-template-syntax.md diff --git a/site/content/docs/03-run-time.md b/site-content/docs/03-run-time.md similarity index 100% rename from site/content/docs/03-run-time.md rename to site-content/docs/03-run-time.md diff --git a/site/content/docs/04-compile-time.md b/site-content/docs/04-compile-time.md similarity index 100% rename from site/content/docs/04-compile-time.md rename to site-content/docs/04-compile-time.md diff --git a/site/content/docs/05-accessibility-warnings.md b/site-content/docs/05-accessibility-warnings.md similarity index 100% rename from site/content/docs/05-accessibility-warnings.md rename to site-content/docs/05-accessibility-warnings.md diff --git a/site/content/examples/00-introduction/00-hello-world/App.svelte b/site-content/examples/00-introduction/00-hello-world/App.svelte similarity index 100% rename from site/content/examples/00-introduction/00-hello-world/App.svelte rename to site-content/examples/00-introduction/00-hello-world/App.svelte diff --git a/site/content/examples/00-introduction/00-hello-world/meta.json b/site-content/examples/00-introduction/00-hello-world/meta.json similarity index 100% rename from site/content/examples/00-introduction/00-hello-world/meta.json rename to site-content/examples/00-introduction/00-hello-world/meta.json diff --git a/site/content/examples/00-introduction/01-dynamic-attributes/App.svelte b/site-content/examples/00-introduction/01-dynamic-attributes/App.svelte similarity index 100% rename from site/content/examples/00-introduction/01-dynamic-attributes/App.svelte rename to site-content/examples/00-introduction/01-dynamic-attributes/App.svelte diff --git a/site/content/examples/00-introduction/01-dynamic-attributes/meta.json b/site-content/examples/00-introduction/01-dynamic-attributes/meta.json similarity index 100% rename from site/content/examples/00-introduction/01-dynamic-attributes/meta.json rename to site-content/examples/00-introduction/01-dynamic-attributes/meta.json diff --git a/site/content/examples/00-introduction/02-styling/App.svelte b/site-content/examples/00-introduction/02-styling/App.svelte similarity index 100% rename from site/content/examples/00-introduction/02-styling/App.svelte rename to site-content/examples/00-introduction/02-styling/App.svelte diff --git a/site/content/examples/00-introduction/02-styling/meta.json b/site-content/examples/00-introduction/02-styling/meta.json similarity index 100% rename from site/content/examples/00-introduction/02-styling/meta.json rename to site-content/examples/00-introduction/02-styling/meta.json diff --git a/site/content/examples/00-introduction/03-nested-components/App.svelte b/site-content/examples/00-introduction/03-nested-components/App.svelte similarity index 100% rename from site/content/examples/00-introduction/03-nested-components/App.svelte rename to site-content/examples/00-introduction/03-nested-components/App.svelte diff --git a/site/content/examples/00-introduction/03-nested-components/Nested.svelte b/site-content/examples/00-introduction/03-nested-components/Nested.svelte similarity index 100% rename from site/content/examples/00-introduction/03-nested-components/Nested.svelte rename to site-content/examples/00-introduction/03-nested-components/Nested.svelte diff --git a/site/content/examples/00-introduction/03-nested-components/meta.json b/site-content/examples/00-introduction/03-nested-components/meta.json similarity index 100% rename from site/content/examples/00-introduction/03-nested-components/meta.json rename to site-content/examples/00-introduction/03-nested-components/meta.json diff --git a/site/content/examples/00-introduction/04-html-tags/App.svelte b/site-content/examples/00-introduction/04-html-tags/App.svelte similarity index 100% rename from site/content/examples/00-introduction/04-html-tags/App.svelte rename to site-content/examples/00-introduction/04-html-tags/App.svelte diff --git a/site/content/examples/00-introduction/04-html-tags/meta.json b/site-content/examples/00-introduction/04-html-tags/meta.json similarity index 100% rename from site/content/examples/00-introduction/04-html-tags/meta.json rename to site-content/examples/00-introduction/04-html-tags/meta.json diff --git a/site/content/examples/00-introduction/meta.json b/site-content/examples/00-introduction/meta.json similarity index 100% rename from site/content/examples/00-introduction/meta.json rename to site-content/examples/00-introduction/meta.json diff --git a/site/content/examples/01-reactivity/00-reactive-assignments/App.svelte b/site-content/examples/01-reactivity/00-reactive-assignments/App.svelte similarity index 100% rename from site/content/examples/01-reactivity/00-reactive-assignments/App.svelte rename to site-content/examples/01-reactivity/00-reactive-assignments/App.svelte diff --git a/site/content/examples/01-reactivity/00-reactive-assignments/meta.json b/site-content/examples/01-reactivity/00-reactive-assignments/meta.json similarity index 100% rename from site/content/examples/01-reactivity/00-reactive-assignments/meta.json rename to site-content/examples/01-reactivity/00-reactive-assignments/meta.json diff --git a/site/content/examples/01-reactivity/01-reactive-declarations/App.svelte b/site-content/examples/01-reactivity/01-reactive-declarations/App.svelte similarity index 100% rename from site/content/examples/01-reactivity/01-reactive-declarations/App.svelte rename to site-content/examples/01-reactivity/01-reactive-declarations/App.svelte diff --git a/site/content/examples/01-reactivity/01-reactive-declarations/meta.json b/site-content/examples/01-reactivity/01-reactive-declarations/meta.json similarity index 100% rename from site/content/examples/01-reactivity/01-reactive-declarations/meta.json rename to site-content/examples/01-reactivity/01-reactive-declarations/meta.json diff --git a/site/content/examples/01-reactivity/02-reactive-statements/App.svelte b/site-content/examples/01-reactivity/02-reactive-statements/App.svelte similarity index 100% rename from site/content/examples/01-reactivity/02-reactive-statements/App.svelte rename to site-content/examples/01-reactivity/02-reactive-statements/App.svelte diff --git a/site/content/examples/01-reactivity/02-reactive-statements/meta.json b/site-content/examples/01-reactivity/02-reactive-statements/meta.json similarity index 100% rename from site/content/examples/01-reactivity/02-reactive-statements/meta.json rename to site-content/examples/01-reactivity/02-reactive-statements/meta.json diff --git a/site/content/examples/01-reactivity/meta.json b/site-content/examples/01-reactivity/meta.json similarity index 100% rename from site/content/examples/01-reactivity/meta.json rename to site-content/examples/01-reactivity/meta.json diff --git a/site/content/examples/02-props/00-declaring-props/App.svelte b/site-content/examples/02-props/00-declaring-props/App.svelte similarity index 100% rename from site/content/examples/02-props/00-declaring-props/App.svelte rename to site-content/examples/02-props/00-declaring-props/App.svelte diff --git a/site/content/examples/02-props/00-declaring-props/Nested.svelte b/site-content/examples/02-props/00-declaring-props/Nested.svelte similarity index 100% rename from site/content/examples/02-props/00-declaring-props/Nested.svelte rename to site-content/examples/02-props/00-declaring-props/Nested.svelte diff --git a/site/content/examples/02-props/00-declaring-props/meta.json b/site-content/examples/02-props/00-declaring-props/meta.json similarity index 100% rename from site/content/examples/02-props/00-declaring-props/meta.json rename to site-content/examples/02-props/00-declaring-props/meta.json diff --git a/site/content/examples/02-props/01-default-values/App.svelte b/site-content/examples/02-props/01-default-values/App.svelte similarity index 100% rename from site/content/examples/02-props/01-default-values/App.svelte rename to site-content/examples/02-props/01-default-values/App.svelte diff --git a/site/content/examples/02-props/01-default-values/Nested.svelte b/site-content/examples/02-props/01-default-values/Nested.svelte similarity index 100% rename from site/content/examples/02-props/01-default-values/Nested.svelte rename to site-content/examples/02-props/01-default-values/Nested.svelte diff --git a/site/content/examples/02-props/01-default-values/meta.json b/site-content/examples/02-props/01-default-values/meta.json similarity index 100% rename from site/content/examples/02-props/01-default-values/meta.json rename to site-content/examples/02-props/01-default-values/meta.json diff --git a/site/content/examples/02-props/02-spread-props/App.svelte b/site-content/examples/02-props/02-spread-props/App.svelte similarity index 100% rename from site/content/examples/02-props/02-spread-props/App.svelte rename to site-content/examples/02-props/02-spread-props/App.svelte diff --git a/site/content/examples/02-props/02-spread-props/Info.svelte b/site-content/examples/02-props/02-spread-props/Info.svelte similarity index 100% rename from site/content/examples/02-props/02-spread-props/Info.svelte rename to site-content/examples/02-props/02-spread-props/Info.svelte diff --git a/site/content/examples/02-props/02-spread-props/meta.json b/site-content/examples/02-props/02-spread-props/meta.json similarity index 100% rename from site/content/examples/02-props/02-spread-props/meta.json rename to site-content/examples/02-props/02-spread-props/meta.json diff --git a/site/content/examples/02-props/meta.json b/site-content/examples/02-props/meta.json similarity index 100% rename from site/content/examples/02-props/meta.json rename to site-content/examples/02-props/meta.json diff --git a/site/content/examples/03-logic/00-if-blocks/App.svelte b/site-content/examples/03-logic/00-if-blocks/App.svelte similarity index 100% rename from site/content/examples/03-logic/00-if-blocks/App.svelte rename to site-content/examples/03-logic/00-if-blocks/App.svelte diff --git a/site/content/examples/03-logic/00-if-blocks/meta.json b/site-content/examples/03-logic/00-if-blocks/meta.json similarity index 100% rename from site/content/examples/03-logic/00-if-blocks/meta.json rename to site-content/examples/03-logic/00-if-blocks/meta.json diff --git a/site/content/examples/03-logic/01-else-blocks/App.svelte b/site-content/examples/03-logic/01-else-blocks/App.svelte similarity index 100% rename from site/content/examples/03-logic/01-else-blocks/App.svelte rename to site-content/examples/03-logic/01-else-blocks/App.svelte diff --git a/site/content/examples/03-logic/01-else-blocks/meta.json b/site-content/examples/03-logic/01-else-blocks/meta.json similarity index 100% rename from site/content/examples/03-logic/01-else-blocks/meta.json rename to site-content/examples/03-logic/01-else-blocks/meta.json diff --git a/site/content/examples/03-logic/02-else-if-blocks/App.svelte b/site-content/examples/03-logic/02-else-if-blocks/App.svelte similarity index 100% rename from site/content/examples/03-logic/02-else-if-blocks/App.svelte rename to site-content/examples/03-logic/02-else-if-blocks/App.svelte diff --git a/site/content/examples/03-logic/02-else-if-blocks/meta.json b/site-content/examples/03-logic/02-else-if-blocks/meta.json similarity index 100% rename from site/content/examples/03-logic/02-else-if-blocks/meta.json rename to site-content/examples/03-logic/02-else-if-blocks/meta.json diff --git a/site/content/examples/03-logic/03-each-blocks/App.svelte b/site-content/examples/03-logic/03-each-blocks/App.svelte similarity index 100% rename from site/content/examples/03-logic/03-each-blocks/App.svelte rename to site-content/examples/03-logic/03-each-blocks/App.svelte diff --git a/site/content/examples/03-logic/03-each-blocks/meta.json b/site-content/examples/03-logic/03-each-blocks/meta.json similarity index 100% rename from site/content/examples/03-logic/03-each-blocks/meta.json rename to site-content/examples/03-logic/03-each-blocks/meta.json diff --git a/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte b/site-content/examples/03-logic/04-keyed-each-blocks/App.svelte similarity index 100% rename from site/content/examples/03-logic/04-keyed-each-blocks/App.svelte rename to site-content/examples/03-logic/04-keyed-each-blocks/App.svelte diff --git a/site/content/examples/03-logic/04-keyed-each-blocks/Thing.svelte b/site-content/examples/03-logic/04-keyed-each-blocks/Thing.svelte similarity index 100% rename from site/content/examples/03-logic/04-keyed-each-blocks/Thing.svelte rename to site-content/examples/03-logic/04-keyed-each-blocks/Thing.svelte diff --git a/site/content/examples/03-logic/04-keyed-each-blocks/meta.json b/site-content/examples/03-logic/04-keyed-each-blocks/meta.json similarity index 100% rename from site/content/examples/03-logic/04-keyed-each-blocks/meta.json rename to site-content/examples/03-logic/04-keyed-each-blocks/meta.json diff --git a/site/content/examples/03-logic/05-await-blocks/App.svelte b/site-content/examples/03-logic/05-await-blocks/App.svelte similarity index 100% rename from site/content/examples/03-logic/05-await-blocks/App.svelte rename to site-content/examples/03-logic/05-await-blocks/App.svelte diff --git a/site/content/examples/03-logic/05-await-blocks/meta.json b/site-content/examples/03-logic/05-await-blocks/meta.json similarity index 100% rename from site/content/examples/03-logic/05-await-blocks/meta.json rename to site-content/examples/03-logic/05-await-blocks/meta.json diff --git a/site/content/examples/03-logic/meta.json b/site-content/examples/03-logic/meta.json similarity index 100% rename from site/content/examples/03-logic/meta.json rename to site-content/examples/03-logic/meta.json diff --git a/site/content/examples/04-events/00-dom-events/App.svelte b/site-content/examples/04-events/00-dom-events/App.svelte similarity index 100% rename from site/content/examples/04-events/00-dom-events/App.svelte rename to site-content/examples/04-events/00-dom-events/App.svelte diff --git a/site/content/examples/04-events/00-dom-events/meta.json b/site-content/examples/04-events/00-dom-events/meta.json similarity index 100% rename from site/content/examples/04-events/00-dom-events/meta.json rename to site-content/examples/04-events/00-dom-events/meta.json diff --git a/site/content/examples/04-events/01-inline-handlers/App.svelte b/site-content/examples/04-events/01-inline-handlers/App.svelte similarity index 100% rename from site/content/examples/04-events/01-inline-handlers/App.svelte rename to site-content/examples/04-events/01-inline-handlers/App.svelte diff --git a/site/content/examples/04-events/01-inline-handlers/meta.json b/site-content/examples/04-events/01-inline-handlers/meta.json similarity index 100% rename from site/content/examples/04-events/01-inline-handlers/meta.json rename to site-content/examples/04-events/01-inline-handlers/meta.json diff --git a/site/content/examples/04-events/02-event-modifiers/App.svelte b/site-content/examples/04-events/02-event-modifiers/App.svelte similarity index 100% rename from site/content/examples/04-events/02-event-modifiers/App.svelte rename to site-content/examples/04-events/02-event-modifiers/App.svelte diff --git a/site/content/examples/04-events/02-event-modifiers/meta.json b/site-content/examples/04-events/02-event-modifiers/meta.json similarity index 100% rename from site/content/examples/04-events/02-event-modifiers/meta.json rename to site-content/examples/04-events/02-event-modifiers/meta.json diff --git a/site/content/examples/04-events/03-component-events/App.svelte b/site-content/examples/04-events/03-component-events/App.svelte similarity index 100% rename from site/content/examples/04-events/03-component-events/App.svelte rename to site-content/examples/04-events/03-component-events/App.svelte diff --git a/site/content/examples/04-events/03-component-events/Inner.svelte b/site-content/examples/04-events/03-component-events/Inner.svelte similarity index 100% rename from site/content/examples/04-events/03-component-events/Inner.svelte rename to site-content/examples/04-events/03-component-events/Inner.svelte diff --git a/site/content/examples/04-events/03-component-events/meta.json b/site-content/examples/04-events/03-component-events/meta.json similarity index 100% rename from site/content/examples/04-events/03-component-events/meta.json rename to site-content/examples/04-events/03-component-events/meta.json diff --git a/site/content/examples/04-events/04-event-forwarding/App.svelte b/site-content/examples/04-events/04-event-forwarding/App.svelte similarity index 100% rename from site/content/examples/04-events/04-event-forwarding/App.svelte rename to site-content/examples/04-events/04-event-forwarding/App.svelte diff --git a/site/content/examples/04-events/04-event-forwarding/Inner.svelte b/site-content/examples/04-events/04-event-forwarding/Inner.svelte similarity index 100% rename from site/content/examples/04-events/04-event-forwarding/Inner.svelte rename to site-content/examples/04-events/04-event-forwarding/Inner.svelte diff --git a/site/content/examples/04-events/04-event-forwarding/Outer.svelte b/site-content/examples/04-events/04-event-forwarding/Outer.svelte similarity index 100% rename from site/content/examples/04-events/04-event-forwarding/Outer.svelte rename to site-content/examples/04-events/04-event-forwarding/Outer.svelte diff --git a/site/content/examples/04-events/04-event-forwarding/meta.json b/site-content/examples/04-events/04-event-forwarding/meta.json similarity index 100% rename from site/content/examples/04-events/04-event-forwarding/meta.json rename to site-content/examples/04-events/04-event-forwarding/meta.json diff --git a/site/content/examples/04-events/05-dom-event-forwarding/App.svelte b/site-content/examples/04-events/05-dom-event-forwarding/App.svelte similarity index 100% rename from site/content/examples/04-events/05-dom-event-forwarding/App.svelte rename to site-content/examples/04-events/05-dom-event-forwarding/App.svelte diff --git a/site/content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte b/site-content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte similarity index 100% rename from site/content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte rename to site-content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte diff --git a/site/content/examples/04-events/05-dom-event-forwarding/meta.json b/site-content/examples/04-events/05-dom-event-forwarding/meta.json similarity index 100% rename from site/content/examples/04-events/05-dom-event-forwarding/meta.json rename to site-content/examples/04-events/05-dom-event-forwarding/meta.json diff --git a/site/content/examples/04-events/meta.json b/site-content/examples/04-events/meta.json similarity index 100% rename from site/content/examples/04-events/meta.json rename to site-content/examples/04-events/meta.json diff --git a/site/content/examples/05-bindings/00-text-inputs/App.svelte b/site-content/examples/05-bindings/00-text-inputs/App.svelte similarity index 100% rename from site/content/examples/05-bindings/00-text-inputs/App.svelte rename to site-content/examples/05-bindings/00-text-inputs/App.svelte diff --git a/site/content/examples/05-bindings/00-text-inputs/meta.json b/site-content/examples/05-bindings/00-text-inputs/meta.json similarity index 100% rename from site/content/examples/05-bindings/00-text-inputs/meta.json rename to site-content/examples/05-bindings/00-text-inputs/meta.json diff --git a/site/content/examples/05-bindings/01-numeric-inputs/App.svelte b/site-content/examples/05-bindings/01-numeric-inputs/App.svelte similarity index 100% rename from site/content/examples/05-bindings/01-numeric-inputs/App.svelte rename to site-content/examples/05-bindings/01-numeric-inputs/App.svelte diff --git a/site/content/examples/05-bindings/01-numeric-inputs/meta.json b/site-content/examples/05-bindings/01-numeric-inputs/meta.json similarity index 100% rename from site/content/examples/05-bindings/01-numeric-inputs/meta.json rename to site-content/examples/05-bindings/01-numeric-inputs/meta.json diff --git a/site/content/examples/05-bindings/02-checkbox-inputs/App.svelte b/site-content/examples/05-bindings/02-checkbox-inputs/App.svelte similarity index 100% rename from site/content/examples/05-bindings/02-checkbox-inputs/App.svelte rename to site-content/examples/05-bindings/02-checkbox-inputs/App.svelte diff --git a/site/content/examples/05-bindings/02-checkbox-inputs/meta.json b/site-content/examples/05-bindings/02-checkbox-inputs/meta.json similarity index 100% rename from site/content/examples/05-bindings/02-checkbox-inputs/meta.json rename to site-content/examples/05-bindings/02-checkbox-inputs/meta.json diff --git a/site/content/examples/05-bindings/03-group-inputs/App.svelte b/site-content/examples/05-bindings/03-group-inputs/App.svelte similarity index 100% rename from site/content/examples/05-bindings/03-group-inputs/App.svelte rename to site-content/examples/05-bindings/03-group-inputs/App.svelte diff --git a/site/content/examples/05-bindings/03-group-inputs/meta.json b/site-content/examples/05-bindings/03-group-inputs/meta.json similarity index 100% rename from site/content/examples/05-bindings/03-group-inputs/meta.json rename to site-content/examples/05-bindings/03-group-inputs/meta.json diff --git a/site/content/examples/05-bindings/04-textarea-inputs/App.svelte b/site-content/examples/05-bindings/04-textarea-inputs/App.svelte similarity index 100% rename from site/content/examples/05-bindings/04-textarea-inputs/App.svelte rename to site-content/examples/05-bindings/04-textarea-inputs/App.svelte diff --git a/site/content/examples/05-bindings/04-textarea-inputs/meta.json b/site-content/examples/05-bindings/04-textarea-inputs/meta.json similarity index 100% rename from site/content/examples/05-bindings/04-textarea-inputs/meta.json rename to site-content/examples/05-bindings/04-textarea-inputs/meta.json diff --git a/site/content/examples/05-bindings/05-file-inputs/App.svelte b/site-content/examples/05-bindings/05-file-inputs/App.svelte similarity index 100% rename from site/content/examples/05-bindings/05-file-inputs/App.svelte rename to site-content/examples/05-bindings/05-file-inputs/App.svelte diff --git a/site/content/examples/05-bindings/05-file-inputs/meta.json b/site-content/examples/05-bindings/05-file-inputs/meta.json similarity index 100% rename from site/content/examples/05-bindings/05-file-inputs/meta.json rename to site-content/examples/05-bindings/05-file-inputs/meta.json diff --git a/site/content/examples/05-bindings/06-select-bindings/App.svelte b/site-content/examples/05-bindings/06-select-bindings/App.svelte similarity index 100% rename from site/content/examples/05-bindings/06-select-bindings/App.svelte rename to site-content/examples/05-bindings/06-select-bindings/App.svelte diff --git a/site/content/examples/05-bindings/06-select-bindings/meta.json b/site-content/examples/05-bindings/06-select-bindings/meta.json similarity index 100% rename from site/content/examples/05-bindings/06-select-bindings/meta.json rename to site-content/examples/05-bindings/06-select-bindings/meta.json diff --git a/site/content/examples/05-bindings/07-multiple-select-bindings/App.svelte b/site-content/examples/05-bindings/07-multiple-select-bindings/App.svelte similarity index 100% rename from site/content/examples/05-bindings/07-multiple-select-bindings/App.svelte rename to site-content/examples/05-bindings/07-multiple-select-bindings/App.svelte diff --git a/site/content/examples/05-bindings/07-multiple-select-bindings/meta.json b/site-content/examples/05-bindings/07-multiple-select-bindings/meta.json similarity index 100% rename from site/content/examples/05-bindings/07-multiple-select-bindings/meta.json rename to site-content/examples/05-bindings/07-multiple-select-bindings/meta.json diff --git a/site/content/examples/05-bindings/08-each-block-bindings/App.svelte b/site-content/examples/05-bindings/08-each-block-bindings/App.svelte similarity index 100% rename from site/content/examples/05-bindings/08-each-block-bindings/App.svelte rename to site-content/examples/05-bindings/08-each-block-bindings/App.svelte diff --git a/site/content/examples/05-bindings/08-each-block-bindings/meta.json b/site-content/examples/05-bindings/08-each-block-bindings/meta.json similarity index 100% rename from site/content/examples/05-bindings/08-each-block-bindings/meta.json rename to site-content/examples/05-bindings/08-each-block-bindings/meta.json diff --git a/site/content/examples/05-bindings/09-media-elements/App.svelte b/site-content/examples/05-bindings/09-media-elements/App.svelte similarity index 100% rename from site/content/examples/05-bindings/09-media-elements/App.svelte rename to site-content/examples/05-bindings/09-media-elements/App.svelte diff --git a/site/content/examples/05-bindings/09-media-elements/meta.json b/site-content/examples/05-bindings/09-media-elements/meta.json similarity index 100% rename from site/content/examples/05-bindings/09-media-elements/meta.json rename to site-content/examples/05-bindings/09-media-elements/meta.json diff --git a/site/content/examples/05-bindings/10-dimensions/App.svelte b/site-content/examples/05-bindings/10-dimensions/App.svelte similarity index 100% rename from site/content/examples/05-bindings/10-dimensions/App.svelte rename to site-content/examples/05-bindings/10-dimensions/App.svelte diff --git a/site/content/examples/05-bindings/10-dimensions/meta.json b/site-content/examples/05-bindings/10-dimensions/meta.json similarity index 100% rename from site/content/examples/05-bindings/10-dimensions/meta.json rename to site-content/examples/05-bindings/10-dimensions/meta.json diff --git a/site/content/examples/05-bindings/11-bind-this/App.svelte b/site-content/examples/05-bindings/11-bind-this/App.svelte similarity index 100% rename from site/content/examples/05-bindings/11-bind-this/App.svelte rename to site-content/examples/05-bindings/11-bind-this/App.svelte diff --git a/site/content/examples/05-bindings/11-bind-this/meta.json b/site-content/examples/05-bindings/11-bind-this/meta.json similarity index 100% rename from site/content/examples/05-bindings/11-bind-this/meta.json rename to site-content/examples/05-bindings/11-bind-this/meta.json diff --git a/site/content/examples/05-bindings/12-component-bindings/App.svelte b/site-content/examples/05-bindings/12-component-bindings/App.svelte similarity index 100% rename from site/content/examples/05-bindings/12-component-bindings/App.svelte rename to site-content/examples/05-bindings/12-component-bindings/App.svelte diff --git a/site/content/examples/05-bindings/12-component-bindings/Keypad.svelte b/site-content/examples/05-bindings/12-component-bindings/Keypad.svelte similarity index 100% rename from site/content/examples/05-bindings/12-component-bindings/Keypad.svelte rename to site-content/examples/05-bindings/12-component-bindings/Keypad.svelte diff --git a/site/content/examples/05-bindings/12-component-bindings/meta.json b/site-content/examples/05-bindings/12-component-bindings/meta.json similarity index 100% rename from site/content/examples/05-bindings/12-component-bindings/meta.json rename to site-content/examples/05-bindings/12-component-bindings/meta.json diff --git a/site/content/examples/05-bindings/meta.json b/site-content/examples/05-bindings/meta.json similarity index 100% rename from site/content/examples/05-bindings/meta.json rename to site-content/examples/05-bindings/meta.json diff --git a/site/content/examples/06-lifecycle/00-onmount/App.svelte b/site-content/examples/06-lifecycle/00-onmount/App.svelte similarity index 100% rename from site/content/examples/06-lifecycle/00-onmount/App.svelte rename to site-content/examples/06-lifecycle/00-onmount/App.svelte diff --git a/site/content/examples/06-lifecycle/00-onmount/meta.json b/site-content/examples/06-lifecycle/00-onmount/meta.json similarity index 100% rename from site/content/examples/06-lifecycle/00-onmount/meta.json rename to site-content/examples/06-lifecycle/00-onmount/meta.json diff --git a/site/content/examples/06-lifecycle/01-ondestroy/App.svelte b/site-content/examples/06-lifecycle/01-ondestroy/App.svelte similarity index 100% rename from site/content/examples/06-lifecycle/01-ondestroy/App.svelte rename to site-content/examples/06-lifecycle/01-ondestroy/App.svelte diff --git a/site/content/examples/06-lifecycle/01-ondestroy/meta.json b/site-content/examples/06-lifecycle/01-ondestroy/meta.json similarity index 100% rename from site/content/examples/06-lifecycle/01-ondestroy/meta.json rename to site-content/examples/06-lifecycle/01-ondestroy/meta.json diff --git a/site/content/examples/06-lifecycle/01-ondestroy/utils.js b/site-content/examples/06-lifecycle/01-ondestroy/utils.js similarity index 100% rename from site/content/examples/06-lifecycle/01-ondestroy/utils.js rename to site-content/examples/06-lifecycle/01-ondestroy/utils.js diff --git a/site/content/examples/06-lifecycle/02-update/App.svelte b/site-content/examples/06-lifecycle/02-update/App.svelte similarity index 100% rename from site/content/examples/06-lifecycle/02-update/App.svelte rename to site-content/examples/06-lifecycle/02-update/App.svelte diff --git a/site/content/examples/06-lifecycle/02-update/meta.json b/site-content/examples/06-lifecycle/02-update/meta.json similarity index 100% rename from site/content/examples/06-lifecycle/02-update/meta.json rename to site-content/examples/06-lifecycle/02-update/meta.json diff --git a/site/content/examples/06-lifecycle/03-tick/App.svelte b/site-content/examples/06-lifecycle/03-tick/App.svelte similarity index 100% rename from site/content/examples/06-lifecycle/03-tick/App.svelte rename to site-content/examples/06-lifecycle/03-tick/App.svelte diff --git a/site/content/examples/06-lifecycle/03-tick/meta.json b/site-content/examples/06-lifecycle/03-tick/meta.json similarity index 100% rename from site/content/examples/06-lifecycle/03-tick/meta.json rename to site-content/examples/06-lifecycle/03-tick/meta.json diff --git a/site/content/examples/06-lifecycle/meta.json b/site-content/examples/06-lifecycle/meta.json similarity index 100% rename from site/content/examples/06-lifecycle/meta.json rename to site-content/examples/06-lifecycle/meta.json diff --git a/site/content/examples/07-stores/00-writable-stores/App.svelte b/site-content/examples/07-stores/00-writable-stores/App.svelte similarity index 100% rename from site/content/examples/07-stores/00-writable-stores/App.svelte rename to site-content/examples/07-stores/00-writable-stores/App.svelte diff --git a/site/content/examples/07-stores/00-writable-stores/Decrementer.svelte b/site-content/examples/07-stores/00-writable-stores/Decrementer.svelte similarity index 100% rename from site/content/examples/07-stores/00-writable-stores/Decrementer.svelte rename to site-content/examples/07-stores/00-writable-stores/Decrementer.svelte diff --git a/site/content/examples/07-stores/00-writable-stores/Incrementer.svelte b/site-content/examples/07-stores/00-writable-stores/Incrementer.svelte similarity index 100% rename from site/content/examples/07-stores/00-writable-stores/Incrementer.svelte rename to site-content/examples/07-stores/00-writable-stores/Incrementer.svelte diff --git a/site/content/examples/07-stores/00-writable-stores/Resetter.svelte b/site-content/examples/07-stores/00-writable-stores/Resetter.svelte similarity index 100% rename from site/content/examples/07-stores/00-writable-stores/Resetter.svelte rename to site-content/examples/07-stores/00-writable-stores/Resetter.svelte diff --git a/site/content/examples/07-stores/00-writable-stores/meta.json b/site-content/examples/07-stores/00-writable-stores/meta.json similarity index 100% rename from site/content/examples/07-stores/00-writable-stores/meta.json rename to site-content/examples/07-stores/00-writable-stores/meta.json diff --git a/site/content/examples/07-stores/00-writable-stores/stores.js b/site-content/examples/07-stores/00-writable-stores/stores.js similarity index 100% rename from site/content/examples/07-stores/00-writable-stores/stores.js rename to site-content/examples/07-stores/00-writable-stores/stores.js diff --git a/site/content/examples/07-stores/01-auto-subscriptions/App.svelte b/site-content/examples/07-stores/01-auto-subscriptions/App.svelte similarity index 100% rename from site/content/examples/07-stores/01-auto-subscriptions/App.svelte rename to site-content/examples/07-stores/01-auto-subscriptions/App.svelte diff --git a/site/content/examples/07-stores/01-auto-subscriptions/Decrementer.svelte b/site-content/examples/07-stores/01-auto-subscriptions/Decrementer.svelte similarity index 100% rename from site/content/examples/07-stores/01-auto-subscriptions/Decrementer.svelte rename to site-content/examples/07-stores/01-auto-subscriptions/Decrementer.svelte diff --git a/site/content/examples/07-stores/01-auto-subscriptions/Incrementer.svelte b/site-content/examples/07-stores/01-auto-subscriptions/Incrementer.svelte similarity index 100% rename from site/content/examples/07-stores/01-auto-subscriptions/Incrementer.svelte rename to site-content/examples/07-stores/01-auto-subscriptions/Incrementer.svelte diff --git a/site/content/examples/07-stores/01-auto-subscriptions/Resetter.svelte b/site-content/examples/07-stores/01-auto-subscriptions/Resetter.svelte similarity index 100% rename from site/content/examples/07-stores/01-auto-subscriptions/Resetter.svelte rename to site-content/examples/07-stores/01-auto-subscriptions/Resetter.svelte diff --git a/site/content/examples/07-stores/01-auto-subscriptions/meta.json b/site-content/examples/07-stores/01-auto-subscriptions/meta.json similarity index 100% rename from site/content/examples/07-stores/01-auto-subscriptions/meta.json rename to site-content/examples/07-stores/01-auto-subscriptions/meta.json diff --git a/site/content/examples/07-stores/01-auto-subscriptions/stores.js b/site-content/examples/07-stores/01-auto-subscriptions/stores.js similarity index 100% rename from site/content/examples/07-stores/01-auto-subscriptions/stores.js rename to site-content/examples/07-stores/01-auto-subscriptions/stores.js diff --git a/site/content/examples/07-stores/02-readable-stores/App.svelte b/site-content/examples/07-stores/02-readable-stores/App.svelte similarity index 100% rename from site/content/examples/07-stores/02-readable-stores/App.svelte rename to site-content/examples/07-stores/02-readable-stores/App.svelte diff --git a/site/content/examples/07-stores/02-readable-stores/meta.json b/site-content/examples/07-stores/02-readable-stores/meta.json similarity index 100% rename from site/content/examples/07-stores/02-readable-stores/meta.json rename to site-content/examples/07-stores/02-readable-stores/meta.json diff --git a/site/content/examples/07-stores/02-readable-stores/stores.js b/site-content/examples/07-stores/02-readable-stores/stores.js similarity index 100% rename from site/content/examples/07-stores/02-readable-stores/stores.js rename to site-content/examples/07-stores/02-readable-stores/stores.js diff --git a/site/content/examples/07-stores/03-derived-stores/App.svelte b/site-content/examples/07-stores/03-derived-stores/App.svelte similarity index 100% rename from site/content/examples/07-stores/03-derived-stores/App.svelte rename to site-content/examples/07-stores/03-derived-stores/App.svelte diff --git a/site/content/examples/07-stores/03-derived-stores/meta.json b/site-content/examples/07-stores/03-derived-stores/meta.json similarity index 100% rename from site/content/examples/07-stores/03-derived-stores/meta.json rename to site-content/examples/07-stores/03-derived-stores/meta.json diff --git a/site/content/examples/07-stores/03-derived-stores/stores.js b/site-content/examples/07-stores/03-derived-stores/stores.js similarity index 100% rename from site/content/examples/07-stores/03-derived-stores/stores.js rename to site-content/examples/07-stores/03-derived-stores/stores.js diff --git a/site/content/examples/07-stores/04-custom-stores/App.svelte b/site-content/examples/07-stores/04-custom-stores/App.svelte similarity index 100% rename from site/content/examples/07-stores/04-custom-stores/App.svelte rename to site-content/examples/07-stores/04-custom-stores/App.svelte diff --git a/site/content/examples/07-stores/04-custom-stores/meta.json b/site-content/examples/07-stores/04-custom-stores/meta.json similarity index 100% rename from site/content/examples/07-stores/04-custom-stores/meta.json rename to site-content/examples/07-stores/04-custom-stores/meta.json diff --git a/site/content/examples/07-stores/04-custom-stores/stores.js b/site-content/examples/07-stores/04-custom-stores/stores.js similarity index 100% rename from site/content/examples/07-stores/04-custom-stores/stores.js rename to site-content/examples/07-stores/04-custom-stores/stores.js diff --git a/site/content/examples/07-stores/meta.json b/site-content/examples/07-stores/meta.json similarity index 100% rename from site/content/examples/07-stores/meta.json rename to site-content/examples/07-stores/meta.json diff --git a/site/content/examples/08-motion/00-tweened/App.svelte b/site-content/examples/08-motion/00-tweened/App.svelte similarity index 100% rename from site/content/examples/08-motion/00-tweened/App.svelte rename to site-content/examples/08-motion/00-tweened/App.svelte diff --git a/site/content/examples/08-motion/00-tweened/meta.json b/site-content/examples/08-motion/00-tweened/meta.json similarity index 100% rename from site/content/examples/08-motion/00-tweened/meta.json rename to site-content/examples/08-motion/00-tweened/meta.json diff --git a/site/content/examples/08-motion/01-spring/App.svelte b/site-content/examples/08-motion/01-spring/App.svelte similarity index 100% rename from site/content/examples/08-motion/01-spring/App.svelte rename to site-content/examples/08-motion/01-spring/App.svelte diff --git a/site/content/examples/08-motion/01-spring/meta.json b/site-content/examples/08-motion/01-spring/meta.json similarity index 100% rename from site/content/examples/08-motion/01-spring/meta.json rename to site-content/examples/08-motion/01-spring/meta.json diff --git a/site/content/examples/08-motion/meta.json b/site-content/examples/08-motion/meta.json similarity index 100% rename from site/content/examples/08-motion/meta.json rename to site-content/examples/08-motion/meta.json diff --git a/site/content/examples/09-transitions/00-transition/App.svelte b/site-content/examples/09-transitions/00-transition/App.svelte similarity index 100% rename from site/content/examples/09-transitions/00-transition/App.svelte rename to site-content/examples/09-transitions/00-transition/App.svelte diff --git a/site/content/examples/09-transitions/00-transition/meta.json b/site-content/examples/09-transitions/00-transition/meta.json similarity index 100% rename from site/content/examples/09-transitions/00-transition/meta.json rename to site-content/examples/09-transitions/00-transition/meta.json diff --git a/site/content/examples/09-transitions/01-adding-parameters-to-transitions/App.svelte b/site-content/examples/09-transitions/01-adding-parameters-to-transitions/App.svelte similarity index 100% rename from site/content/examples/09-transitions/01-adding-parameters-to-transitions/App.svelte rename to site-content/examples/09-transitions/01-adding-parameters-to-transitions/App.svelte diff --git a/site/content/examples/09-transitions/01-adding-parameters-to-transitions/meta.json b/site-content/examples/09-transitions/01-adding-parameters-to-transitions/meta.json similarity index 100% rename from site/content/examples/09-transitions/01-adding-parameters-to-transitions/meta.json rename to site-content/examples/09-transitions/01-adding-parameters-to-transitions/meta.json diff --git a/site/content/examples/09-transitions/02-in-and-out/App.svelte b/site-content/examples/09-transitions/02-in-and-out/App.svelte similarity index 100% rename from site/content/examples/09-transitions/02-in-and-out/App.svelte rename to site-content/examples/09-transitions/02-in-and-out/App.svelte diff --git a/site/content/examples/09-transitions/02-in-and-out/meta.json b/site-content/examples/09-transitions/02-in-and-out/meta.json similarity index 100% rename from site/content/examples/09-transitions/02-in-and-out/meta.json rename to site-content/examples/09-transitions/02-in-and-out/meta.json diff --git a/site/content/examples/09-transitions/03-custom-css-transitions/App.svelte b/site-content/examples/09-transitions/03-custom-css-transitions/App.svelte similarity index 100% rename from site/content/examples/09-transitions/03-custom-css-transitions/App.svelte rename to site-content/examples/09-transitions/03-custom-css-transitions/App.svelte diff --git a/site/content/examples/09-transitions/03-custom-css-transitions/meta.json b/site-content/examples/09-transitions/03-custom-css-transitions/meta.json similarity index 100% rename from site/content/examples/09-transitions/03-custom-css-transitions/meta.json rename to site-content/examples/09-transitions/03-custom-css-transitions/meta.json diff --git a/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte b/site-content/examples/09-transitions/04-custom-js-transitions/App.svelte similarity index 100% rename from site/content/examples/09-transitions/04-custom-js-transitions/App.svelte rename to site-content/examples/09-transitions/04-custom-js-transitions/App.svelte diff --git a/site/content/examples/09-transitions/04-custom-js-transitions/meta.json b/site-content/examples/09-transitions/04-custom-js-transitions/meta.json similarity index 100% rename from site/content/examples/09-transitions/04-custom-js-transitions/meta.json rename to site-content/examples/09-transitions/04-custom-js-transitions/meta.json diff --git a/site/content/examples/09-transitions/05-transition-events/App.svelte b/site-content/examples/09-transitions/05-transition-events/App.svelte similarity index 100% rename from site/content/examples/09-transitions/05-transition-events/App.svelte rename to site-content/examples/09-transitions/05-transition-events/App.svelte diff --git a/site/content/examples/09-transitions/05-transition-events/meta.json b/site-content/examples/09-transitions/05-transition-events/meta.json similarity index 100% rename from site/content/examples/09-transitions/05-transition-events/meta.json rename to site-content/examples/09-transitions/05-transition-events/meta.json diff --git a/site/content/examples/09-transitions/06-deferred-transitions/App.svelte b/site-content/examples/09-transitions/06-deferred-transitions/App.svelte similarity index 100% rename from site/content/examples/09-transitions/06-deferred-transitions/App.svelte rename to site-content/examples/09-transitions/06-deferred-transitions/App.svelte diff --git a/site/content/examples/09-transitions/06-deferred-transitions/images.js b/site-content/examples/09-transitions/06-deferred-transitions/images.js similarity index 100% rename from site/content/examples/09-transitions/06-deferred-transitions/images.js rename to site-content/examples/09-transitions/06-deferred-transitions/images.js diff --git a/site/content/examples/09-transitions/06-deferred-transitions/meta.json b/site-content/examples/09-transitions/06-deferred-transitions/meta.json similarity index 100% rename from site/content/examples/09-transitions/06-deferred-transitions/meta.json rename to site-content/examples/09-transitions/06-deferred-transitions/meta.json diff --git a/site/content/examples/09-transitions/meta.json b/site-content/examples/09-transitions/meta.json similarity index 100% rename from site/content/examples/09-transitions/meta.json rename to site-content/examples/09-transitions/meta.json diff --git a/site/content/examples/10-animations/00-animate/App.svelte b/site-content/examples/10-animations/00-animate/App.svelte similarity index 100% rename from site/content/examples/10-animations/00-animate/App.svelte rename to site-content/examples/10-animations/00-animate/App.svelte diff --git a/site/content/examples/10-animations/00-animate/meta.json b/site-content/examples/10-animations/00-animate/meta.json similarity index 100% rename from site/content/examples/10-animations/00-animate/meta.json rename to site-content/examples/10-animations/00-animate/meta.json diff --git a/site/content/examples/10-animations/meta.json b/site-content/examples/10-animations/meta.json similarity index 100% rename from site/content/examples/10-animations/meta.json rename to site-content/examples/10-animations/meta.json diff --git a/site/content/examples/11-easing/00-easing/App.svelte b/site-content/examples/11-easing/00-easing/App.svelte similarity index 100% rename from site/content/examples/11-easing/00-easing/App.svelte rename to site-content/examples/11-easing/00-easing/App.svelte diff --git a/site/content/examples/11-easing/00-easing/Controls.svelte b/site-content/examples/11-easing/00-easing/Controls.svelte similarity index 100% rename from site/content/examples/11-easing/00-easing/Controls.svelte rename to site-content/examples/11-easing/00-easing/Controls.svelte diff --git a/site/content/examples/11-easing/00-easing/Grid.svelte b/site-content/examples/11-easing/00-easing/Grid.svelte similarity index 100% rename from site/content/examples/11-easing/00-easing/Grid.svelte rename to site-content/examples/11-easing/00-easing/Grid.svelte diff --git a/site/content/examples/11-easing/00-easing/eases.js b/site-content/examples/11-easing/00-easing/eases.js similarity index 100% rename from site/content/examples/11-easing/00-easing/eases.js rename to site-content/examples/11-easing/00-easing/eases.js diff --git a/site/content/examples/11-easing/00-easing/meta.json b/site-content/examples/11-easing/00-easing/meta.json similarity index 100% rename from site/content/examples/11-easing/00-easing/meta.json rename to site-content/examples/11-easing/00-easing/meta.json diff --git a/site/content/examples/11-easing/meta.json b/site-content/examples/11-easing/meta.json similarity index 100% rename from site/content/examples/11-easing/meta.json rename to site-content/examples/11-easing/meta.json diff --git a/site/content/examples/12-svg/01-clock/App.svelte b/site-content/examples/12-svg/01-clock/App.svelte similarity index 100% rename from site/content/examples/12-svg/01-clock/App.svelte rename to site-content/examples/12-svg/01-clock/App.svelte diff --git a/site/content/examples/12-svg/01-clock/meta.json b/site-content/examples/12-svg/01-clock/meta.json similarity index 100% rename from site/content/examples/12-svg/01-clock/meta.json rename to site-content/examples/12-svg/01-clock/meta.json diff --git a/site/content/examples/12-svg/02-bar-chart/App.svelte b/site-content/examples/12-svg/02-bar-chart/App.svelte similarity index 100% rename from site/content/examples/12-svg/02-bar-chart/App.svelte rename to site-content/examples/12-svg/02-bar-chart/App.svelte diff --git a/site/content/examples/12-svg/02-bar-chart/meta.json b/site-content/examples/12-svg/02-bar-chart/meta.json similarity index 100% rename from site/content/examples/12-svg/02-bar-chart/meta.json rename to site-content/examples/12-svg/02-bar-chart/meta.json diff --git a/site/content/examples/12-svg/03-area-chart/App.svelte b/site-content/examples/12-svg/03-area-chart/App.svelte similarity index 100% rename from site/content/examples/12-svg/03-area-chart/App.svelte rename to site-content/examples/12-svg/03-area-chart/App.svelte diff --git a/site/content/examples/12-svg/03-area-chart/data.js b/site-content/examples/12-svg/03-area-chart/data.js similarity index 100% rename from site/content/examples/12-svg/03-area-chart/data.js rename to site-content/examples/12-svg/03-area-chart/data.js diff --git a/site/content/examples/12-svg/03-area-chart/meta.json b/site-content/examples/12-svg/03-area-chart/meta.json similarity index 100% rename from site/content/examples/12-svg/03-area-chart/meta.json rename to site-content/examples/12-svg/03-area-chart/meta.json diff --git a/site/content/examples/12-svg/04-scatterplot/App.svelte b/site-content/examples/12-svg/04-scatterplot/App.svelte similarity index 100% rename from site/content/examples/12-svg/04-scatterplot/App.svelte rename to site-content/examples/12-svg/04-scatterplot/App.svelte diff --git a/site/content/examples/12-svg/04-scatterplot/Scatterplot.svelte b/site-content/examples/12-svg/04-scatterplot/Scatterplot.svelte similarity index 100% rename from site/content/examples/12-svg/04-scatterplot/Scatterplot.svelte rename to site-content/examples/12-svg/04-scatterplot/Scatterplot.svelte diff --git a/site/content/examples/12-svg/04-scatterplot/data.js b/site-content/examples/12-svg/04-scatterplot/data.js similarity index 100% rename from site/content/examples/12-svg/04-scatterplot/data.js rename to site-content/examples/12-svg/04-scatterplot/data.js diff --git a/site/content/examples/12-svg/04-scatterplot/meta.json b/site-content/examples/12-svg/04-scatterplot/meta.json similarity index 100% rename from site/content/examples/12-svg/04-scatterplot/meta.json rename to site-content/examples/12-svg/04-scatterplot/meta.json diff --git a/site/content/examples/12-svg/05-svg-transitions/App.svelte b/site-content/examples/12-svg/05-svg-transitions/App.svelte similarity index 100% rename from site/content/examples/12-svg/05-svg-transitions/App.svelte rename to site-content/examples/12-svg/05-svg-transitions/App.svelte diff --git a/site/content/examples/12-svg/05-svg-transitions/custom-transitions.js b/site-content/examples/12-svg/05-svg-transitions/custom-transitions.js similarity index 100% rename from site/content/examples/12-svg/05-svg-transitions/custom-transitions.js rename to site-content/examples/12-svg/05-svg-transitions/custom-transitions.js diff --git a/site/content/examples/12-svg/05-svg-transitions/meta.json b/site-content/examples/12-svg/05-svg-transitions/meta.json similarity index 100% rename from site/content/examples/12-svg/05-svg-transitions/meta.json rename to site-content/examples/12-svg/05-svg-transitions/meta.json diff --git a/site/content/examples/12-svg/05-svg-transitions/shape.js b/site-content/examples/12-svg/05-svg-transitions/shape.js similarity index 100% rename from site/content/examples/12-svg/05-svg-transitions/shape.js rename to site-content/examples/12-svg/05-svg-transitions/shape.js diff --git a/site/content/examples/12-svg/meta.json b/site-content/examples/12-svg/meta.json similarity index 100% rename from site/content/examples/12-svg/meta.json rename to site-content/examples/12-svg/meta.json diff --git a/site/content/examples/13-actions/00-actions/App.svelte b/site-content/examples/13-actions/00-actions/App.svelte similarity index 100% rename from site/content/examples/13-actions/00-actions/App.svelte rename to site-content/examples/13-actions/00-actions/App.svelte diff --git a/site/content/examples/13-actions/00-actions/click_outside.js b/site-content/examples/13-actions/00-actions/click_outside.js similarity index 100% rename from site/content/examples/13-actions/00-actions/click_outside.js rename to site-content/examples/13-actions/00-actions/click_outside.js diff --git a/site/content/examples/13-actions/00-actions/meta.json b/site-content/examples/13-actions/00-actions/meta.json similarity index 100% rename from site/content/examples/13-actions/00-actions/meta.json rename to site-content/examples/13-actions/00-actions/meta.json diff --git a/site/content/examples/13-actions/01-adding-parameters-to-actions/App.svelte b/site-content/examples/13-actions/01-adding-parameters-to-actions/App.svelte similarity index 100% rename from site/content/examples/13-actions/01-adding-parameters-to-actions/App.svelte rename to site-content/examples/13-actions/01-adding-parameters-to-actions/App.svelte diff --git a/site/content/examples/13-actions/01-adding-parameters-to-actions/longpress.js b/site-content/examples/13-actions/01-adding-parameters-to-actions/longpress.js similarity index 100% rename from site/content/examples/13-actions/01-adding-parameters-to-actions/longpress.js rename to site-content/examples/13-actions/01-adding-parameters-to-actions/longpress.js diff --git a/site/content/examples/13-actions/01-adding-parameters-to-actions/meta.json b/site-content/examples/13-actions/01-adding-parameters-to-actions/meta.json similarity index 100% rename from site/content/examples/13-actions/01-adding-parameters-to-actions/meta.json rename to site-content/examples/13-actions/01-adding-parameters-to-actions/meta.json diff --git a/site/content/examples/13-actions/03-actions-pannable/App.svelte b/site-content/examples/13-actions/03-actions-pannable/App.svelte similarity index 100% rename from site/content/examples/13-actions/03-actions-pannable/App.svelte rename to site-content/examples/13-actions/03-actions-pannable/App.svelte diff --git a/site/content/examples/13-actions/03-actions-pannable/meta.json b/site-content/examples/13-actions/03-actions-pannable/meta.json similarity index 100% rename from site/content/examples/13-actions/03-actions-pannable/meta.json rename to site-content/examples/13-actions/03-actions-pannable/meta.json diff --git a/site/content/examples/13-actions/03-actions-pannable/pannable.js b/site-content/examples/13-actions/03-actions-pannable/pannable.js similarity index 100% rename from site/content/examples/13-actions/03-actions-pannable/pannable.js rename to site-content/examples/13-actions/03-actions-pannable/pannable.js diff --git a/site/content/examples/13-actions/meta.json b/site-content/examples/13-actions/meta.json similarity index 100% rename from site/content/examples/13-actions/meta.json rename to site-content/examples/13-actions/meta.json diff --git a/site/content/examples/14-classes/00-classes/App.svelte b/site-content/examples/14-classes/00-classes/App.svelte similarity index 100% rename from site/content/examples/14-classes/00-classes/App.svelte rename to site-content/examples/14-classes/00-classes/App.svelte diff --git a/site/content/examples/14-classes/00-classes/meta.json b/site-content/examples/14-classes/00-classes/meta.json similarity index 100% rename from site/content/examples/14-classes/00-classes/meta.json rename to site-content/examples/14-classes/00-classes/meta.json diff --git a/site/content/examples/14-classes/01-class-shorthand/App.svelte b/site-content/examples/14-classes/01-class-shorthand/App.svelte similarity index 100% rename from site/content/examples/14-classes/01-class-shorthand/App.svelte rename to site-content/examples/14-classes/01-class-shorthand/App.svelte diff --git a/site/content/examples/14-classes/01-class-shorthand/meta.json b/site-content/examples/14-classes/01-class-shorthand/meta.json similarity index 100% rename from site/content/examples/14-classes/01-class-shorthand/meta.json rename to site-content/examples/14-classes/01-class-shorthand/meta.json diff --git a/site/content/examples/14-classes/meta.json b/site-content/examples/14-classes/meta.json similarity index 100% rename from site/content/examples/14-classes/meta.json rename to site-content/examples/14-classes/meta.json diff --git a/site/content/examples/15-composition/00-slots/App.svelte b/site-content/examples/15-composition/00-slots/App.svelte similarity index 100% rename from site/content/examples/15-composition/00-slots/App.svelte rename to site-content/examples/15-composition/00-slots/App.svelte diff --git a/site/content/examples/15-composition/00-slots/Box.svelte b/site-content/examples/15-composition/00-slots/Box.svelte similarity index 100% rename from site/content/examples/15-composition/00-slots/Box.svelte rename to site-content/examples/15-composition/00-slots/Box.svelte diff --git a/site/content/examples/15-composition/00-slots/meta.json b/site-content/examples/15-composition/00-slots/meta.json similarity index 100% rename from site/content/examples/15-composition/00-slots/meta.json rename to site-content/examples/15-composition/00-slots/meta.json diff --git a/site/content/examples/15-composition/01-slot-fallbacks/App.svelte b/site-content/examples/15-composition/01-slot-fallbacks/App.svelte similarity index 100% rename from site/content/examples/15-composition/01-slot-fallbacks/App.svelte rename to site-content/examples/15-composition/01-slot-fallbacks/App.svelte diff --git a/site/content/examples/15-composition/01-slot-fallbacks/Box.svelte b/site-content/examples/15-composition/01-slot-fallbacks/Box.svelte similarity index 100% rename from site/content/examples/15-composition/01-slot-fallbacks/Box.svelte rename to site-content/examples/15-composition/01-slot-fallbacks/Box.svelte diff --git a/site/content/examples/15-composition/01-slot-fallbacks/meta.json b/site-content/examples/15-composition/01-slot-fallbacks/meta.json similarity index 100% rename from site/content/examples/15-composition/01-slot-fallbacks/meta.json rename to site-content/examples/15-composition/01-slot-fallbacks/meta.json diff --git a/site/content/examples/15-composition/02-named-slots/App.svelte b/site-content/examples/15-composition/02-named-slots/App.svelte similarity index 100% rename from site/content/examples/15-composition/02-named-slots/App.svelte rename to site-content/examples/15-composition/02-named-slots/App.svelte diff --git a/site/content/examples/15-composition/02-named-slots/ContactCard.svelte b/site-content/examples/15-composition/02-named-slots/ContactCard.svelte similarity index 100% rename from site/content/examples/15-composition/02-named-slots/ContactCard.svelte rename to site-content/examples/15-composition/02-named-slots/ContactCard.svelte diff --git a/site/content/examples/15-composition/02-named-slots/meta.json b/site-content/examples/15-composition/02-named-slots/meta.json similarity index 100% rename from site/content/examples/15-composition/02-named-slots/meta.json rename to site-content/examples/15-composition/02-named-slots/meta.json diff --git a/site/content/examples/15-composition/03-slot-props/App.svelte b/site-content/examples/15-composition/03-slot-props/App.svelte similarity index 100% rename from site/content/examples/15-composition/03-slot-props/App.svelte rename to site-content/examples/15-composition/03-slot-props/App.svelte diff --git a/site/content/examples/15-composition/03-slot-props/Hoverable.svelte b/site-content/examples/15-composition/03-slot-props/Hoverable.svelte similarity index 100% rename from site/content/examples/15-composition/03-slot-props/Hoverable.svelte rename to site-content/examples/15-composition/03-slot-props/Hoverable.svelte diff --git a/site/content/examples/15-composition/03-slot-props/meta.json b/site-content/examples/15-composition/03-slot-props/meta.json similarity index 100% rename from site/content/examples/15-composition/03-slot-props/meta.json rename to site-content/examples/15-composition/03-slot-props/meta.json diff --git a/site/content/examples/15-composition/04-conditional-slots/App.svelte b/site-content/examples/15-composition/04-conditional-slots/App.svelte similarity index 100% rename from site/content/examples/15-composition/04-conditional-slots/App.svelte rename to site-content/examples/15-composition/04-conditional-slots/App.svelte diff --git a/site/content/examples/15-composition/04-conditional-slots/Profile.svelte b/site-content/examples/15-composition/04-conditional-slots/Profile.svelte similarity index 100% rename from site/content/examples/15-composition/04-conditional-slots/Profile.svelte rename to site-content/examples/15-composition/04-conditional-slots/Profile.svelte diff --git a/site/content/examples/15-composition/04-conditional-slots/meta.json b/site-content/examples/15-composition/04-conditional-slots/meta.json similarity index 100% rename from site/content/examples/15-composition/04-conditional-slots/meta.json rename to site-content/examples/15-composition/04-conditional-slots/meta.json diff --git a/site/content/examples/15-composition/05-modal/App.svelte b/site-content/examples/15-composition/05-modal/App.svelte similarity index 100% rename from site/content/examples/15-composition/05-modal/App.svelte rename to site-content/examples/15-composition/05-modal/App.svelte diff --git a/site/content/examples/15-composition/05-modal/Modal.svelte b/site-content/examples/15-composition/05-modal/Modal.svelte similarity index 100% rename from site/content/examples/15-composition/05-modal/Modal.svelte rename to site-content/examples/15-composition/05-modal/Modal.svelte diff --git a/site/content/examples/15-composition/05-modal/meta.json b/site-content/examples/15-composition/05-modal/meta.json similarity index 100% rename from site/content/examples/15-composition/05-modal/meta.json rename to site-content/examples/15-composition/05-modal/meta.json diff --git a/site/content/examples/15-composition/meta.json b/site-content/examples/15-composition/meta.json similarity index 100% rename from site/content/examples/15-composition/meta.json rename to site-content/examples/15-composition/meta.json diff --git a/site/content/examples/16-context/00-context-api/App.svelte b/site-content/examples/16-context/00-context-api/App.svelte similarity index 100% rename from site/content/examples/16-context/00-context-api/App.svelte rename to site-content/examples/16-context/00-context-api/App.svelte diff --git a/site/content/examples/16-context/00-context-api/Map.svelte b/site-content/examples/16-context/00-context-api/Map.svelte similarity index 100% rename from site/content/examples/16-context/00-context-api/Map.svelte rename to site-content/examples/16-context/00-context-api/Map.svelte diff --git a/site/content/examples/16-context/00-context-api/MapMarker.svelte b/site-content/examples/16-context/00-context-api/MapMarker.svelte similarity index 100% rename from site/content/examples/16-context/00-context-api/MapMarker.svelte rename to site-content/examples/16-context/00-context-api/MapMarker.svelte diff --git a/site/content/examples/16-context/00-context-api/mapbox.js b/site-content/examples/16-context/00-context-api/mapbox.js similarity index 100% rename from site/content/examples/16-context/00-context-api/mapbox.js rename to site-content/examples/16-context/00-context-api/mapbox.js diff --git a/site/content/examples/16-context/00-context-api/meta.json b/site-content/examples/16-context/00-context-api/meta.json similarity index 100% rename from site/content/examples/16-context/00-context-api/meta.json rename to site-content/examples/16-context/00-context-api/meta.json diff --git a/site/content/examples/16-context/meta.json b/site-content/examples/16-context/meta.json similarity index 100% rename from site/content/examples/16-context/meta.json rename to site-content/examples/16-context/meta.json diff --git a/site/content/examples/17-special-elements/00-svelte-self/App.svelte b/site-content/examples/17-special-elements/00-svelte-self/App.svelte similarity index 100% rename from site/content/examples/17-special-elements/00-svelte-self/App.svelte rename to site-content/examples/17-special-elements/00-svelte-self/App.svelte diff --git a/site/content/examples/17-special-elements/00-svelte-self/File.svelte b/site-content/examples/17-special-elements/00-svelte-self/File.svelte similarity index 100% rename from site/content/examples/17-special-elements/00-svelte-self/File.svelte rename to site-content/examples/17-special-elements/00-svelte-self/File.svelte diff --git a/site/content/examples/17-special-elements/00-svelte-self/Folder.svelte b/site-content/examples/17-special-elements/00-svelte-self/Folder.svelte similarity index 100% rename from site/content/examples/17-special-elements/00-svelte-self/Folder.svelte rename to site-content/examples/17-special-elements/00-svelte-self/Folder.svelte diff --git a/site/content/examples/17-special-elements/00-svelte-self/meta.json b/site-content/examples/17-special-elements/00-svelte-self/meta.json similarity index 100% rename from site/content/examples/17-special-elements/00-svelte-self/meta.json rename to site-content/examples/17-special-elements/00-svelte-self/meta.json diff --git a/site/content/examples/17-special-elements/01-svelte-component/App.svelte b/site-content/examples/17-special-elements/01-svelte-component/App.svelte similarity index 100% rename from site/content/examples/17-special-elements/01-svelte-component/App.svelte rename to site-content/examples/17-special-elements/01-svelte-component/App.svelte diff --git a/site/content/examples/17-special-elements/01-svelte-component/BlueThing.svelte b/site-content/examples/17-special-elements/01-svelte-component/BlueThing.svelte similarity index 100% rename from site/content/examples/17-special-elements/01-svelte-component/BlueThing.svelte rename to site-content/examples/17-special-elements/01-svelte-component/BlueThing.svelte diff --git a/site/content/examples/17-special-elements/01-svelte-component/GreenThing.svelte b/site-content/examples/17-special-elements/01-svelte-component/GreenThing.svelte similarity index 100% rename from site/content/examples/17-special-elements/01-svelte-component/GreenThing.svelte rename to site-content/examples/17-special-elements/01-svelte-component/GreenThing.svelte diff --git a/site/content/examples/17-special-elements/01-svelte-component/RedThing.svelte b/site-content/examples/17-special-elements/01-svelte-component/RedThing.svelte similarity index 100% rename from site/content/examples/17-special-elements/01-svelte-component/RedThing.svelte rename to site-content/examples/17-special-elements/01-svelte-component/RedThing.svelte diff --git a/site/content/examples/17-special-elements/01-svelte-component/meta.json b/site-content/examples/17-special-elements/01-svelte-component/meta.json similarity index 100% rename from site/content/examples/17-special-elements/01-svelte-component/meta.json rename to site-content/examples/17-special-elements/01-svelte-component/meta.json diff --git a/site/content/examples/17-special-elements/02-svelte-window/App.svelte b/site-content/examples/17-special-elements/02-svelte-window/App.svelte similarity index 100% rename from site/content/examples/17-special-elements/02-svelte-window/App.svelte rename to site-content/examples/17-special-elements/02-svelte-window/App.svelte diff --git a/site/content/examples/17-special-elements/02-svelte-window/meta.json b/site-content/examples/17-special-elements/02-svelte-window/meta.json similarity index 100% rename from site/content/examples/17-special-elements/02-svelte-window/meta.json rename to site-content/examples/17-special-elements/02-svelte-window/meta.json diff --git a/site/content/examples/17-special-elements/03-svelte-window-bindings/App.svelte b/site-content/examples/17-special-elements/03-svelte-window-bindings/App.svelte similarity index 100% rename from site/content/examples/17-special-elements/03-svelte-window-bindings/App.svelte rename to site-content/examples/17-special-elements/03-svelte-window-bindings/App.svelte diff --git a/site/content/examples/17-special-elements/03-svelte-window-bindings/meta.json b/site-content/examples/17-special-elements/03-svelte-window-bindings/meta.json similarity index 100% rename from site/content/examples/17-special-elements/03-svelte-window-bindings/meta.json rename to site-content/examples/17-special-elements/03-svelte-window-bindings/meta.json diff --git a/site/content/examples/17-special-elements/04-svelte-body/App.svelte b/site-content/examples/17-special-elements/04-svelte-body/App.svelte similarity index 100% rename from site/content/examples/17-special-elements/04-svelte-body/App.svelte rename to site-content/examples/17-special-elements/04-svelte-body/App.svelte diff --git a/site/content/examples/17-special-elements/04-svelte-body/meta.json b/site-content/examples/17-special-elements/04-svelte-body/meta.json similarity index 100% rename from site/content/examples/17-special-elements/04-svelte-body/meta.json rename to site-content/examples/17-special-elements/04-svelte-body/meta.json diff --git a/site/content/examples/17-special-elements/05-svelte-head/App.svelte b/site-content/examples/17-special-elements/05-svelte-head/App.svelte similarity index 100% rename from site/content/examples/17-special-elements/05-svelte-head/App.svelte rename to site-content/examples/17-special-elements/05-svelte-head/App.svelte diff --git a/site/content/examples/17-special-elements/05-svelte-head/meta.json b/site-content/examples/17-special-elements/05-svelte-head/meta.json similarity index 100% rename from site/content/examples/17-special-elements/05-svelte-head/meta.json rename to site-content/examples/17-special-elements/05-svelte-head/meta.json diff --git a/site/content/examples/17-special-elements/meta.json b/site-content/examples/17-special-elements/meta.json similarity index 100% rename from site/content/examples/17-special-elements/meta.json rename to site-content/examples/17-special-elements/meta.json diff --git a/site/content/examples/18-module-context/01-module-exports/App.svelte b/site-content/examples/18-module-context/01-module-exports/App.svelte similarity index 100% rename from site/content/examples/18-module-context/01-module-exports/App.svelte rename to site-content/examples/18-module-context/01-module-exports/App.svelte diff --git a/site/content/examples/18-module-context/01-module-exports/AudioPlayer.svelte b/site-content/examples/18-module-context/01-module-exports/AudioPlayer.svelte similarity index 100% rename from site/content/examples/18-module-context/01-module-exports/AudioPlayer.svelte rename to site-content/examples/18-module-context/01-module-exports/AudioPlayer.svelte diff --git a/site/content/examples/18-module-context/01-module-exports/meta.json b/site-content/examples/18-module-context/01-module-exports/meta.json similarity index 100% rename from site/content/examples/18-module-context/01-module-exports/meta.json rename to site-content/examples/18-module-context/01-module-exports/meta.json diff --git a/site/content/examples/18-module-context/meta.json b/site-content/examples/18-module-context/meta.json similarity index 100% rename from site/content/examples/18-module-context/meta.json rename to site-content/examples/18-module-context/meta.json diff --git a/site/content/examples/19-debugging/00-debug/App.svelte b/site-content/examples/19-debugging/00-debug/App.svelte similarity index 100% rename from site/content/examples/19-debugging/00-debug/App.svelte rename to site-content/examples/19-debugging/00-debug/App.svelte diff --git a/site/content/examples/19-debugging/00-debug/meta.json b/site-content/examples/19-debugging/00-debug/meta.json similarity index 100% rename from site/content/examples/19-debugging/00-debug/meta.json rename to site-content/examples/19-debugging/00-debug/meta.json diff --git a/site/content/examples/19-debugging/meta.json b/site-content/examples/19-debugging/meta.json similarity index 100% rename from site/content/examples/19-debugging/meta.json rename to site-content/examples/19-debugging/meta.json diff --git a/site/content/examples/20-7guis/01-7guis-counter/App.svelte b/site-content/examples/20-7guis/01-7guis-counter/App.svelte similarity index 100% rename from site/content/examples/20-7guis/01-7guis-counter/App.svelte rename to site-content/examples/20-7guis/01-7guis-counter/App.svelte diff --git a/site/content/examples/20-7guis/01-7guis-counter/meta.json b/site-content/examples/20-7guis/01-7guis-counter/meta.json similarity index 100% rename from site/content/examples/20-7guis/01-7guis-counter/meta.json rename to site-content/examples/20-7guis/01-7guis-counter/meta.json diff --git a/site/content/examples/20-7guis/02-7guis-temperature/App.svelte b/site-content/examples/20-7guis/02-7guis-temperature/App.svelte similarity index 100% rename from site/content/examples/20-7guis/02-7guis-temperature/App.svelte rename to site-content/examples/20-7guis/02-7guis-temperature/App.svelte diff --git a/site/content/examples/20-7guis/02-7guis-temperature/meta.json b/site-content/examples/20-7guis/02-7guis-temperature/meta.json similarity index 100% rename from site/content/examples/20-7guis/02-7guis-temperature/meta.json rename to site-content/examples/20-7guis/02-7guis-temperature/meta.json diff --git a/site/content/examples/20-7guis/03-7guis-flight-booker/App.svelte b/site-content/examples/20-7guis/03-7guis-flight-booker/App.svelte similarity index 100% rename from site/content/examples/20-7guis/03-7guis-flight-booker/App.svelte rename to site-content/examples/20-7guis/03-7guis-flight-booker/App.svelte diff --git a/site/content/examples/20-7guis/03-7guis-flight-booker/meta.json b/site-content/examples/20-7guis/03-7guis-flight-booker/meta.json similarity index 100% rename from site/content/examples/20-7guis/03-7guis-flight-booker/meta.json rename to site-content/examples/20-7guis/03-7guis-flight-booker/meta.json diff --git a/site/content/examples/20-7guis/04-7guis-timer/App.svelte b/site-content/examples/20-7guis/04-7guis-timer/App.svelte similarity index 100% rename from site/content/examples/20-7guis/04-7guis-timer/App.svelte rename to site-content/examples/20-7guis/04-7guis-timer/App.svelte diff --git a/site/content/examples/20-7guis/04-7guis-timer/meta.json b/site-content/examples/20-7guis/04-7guis-timer/meta.json similarity index 100% rename from site/content/examples/20-7guis/04-7guis-timer/meta.json rename to site-content/examples/20-7guis/04-7guis-timer/meta.json diff --git a/site/content/examples/20-7guis/05-7guis-crud/App.svelte b/site-content/examples/20-7guis/05-7guis-crud/App.svelte similarity index 100% rename from site/content/examples/20-7guis/05-7guis-crud/App.svelte rename to site-content/examples/20-7guis/05-7guis-crud/App.svelte diff --git a/site/content/examples/20-7guis/05-7guis-crud/meta.json b/site-content/examples/20-7guis/05-7guis-crud/meta.json similarity index 100% rename from site/content/examples/20-7guis/05-7guis-crud/meta.json rename to site-content/examples/20-7guis/05-7guis-crud/meta.json diff --git a/site/content/examples/20-7guis/06-7guis-circles/App.svelte b/site-content/examples/20-7guis/06-7guis-circles/App.svelte similarity index 100% rename from site/content/examples/20-7guis/06-7guis-circles/App.svelte rename to site-content/examples/20-7guis/06-7guis-circles/App.svelte diff --git a/site/content/examples/20-7guis/06-7guis-circles/meta.json b/site-content/examples/20-7guis/06-7guis-circles/meta.json similarity index 100% rename from site/content/examples/20-7guis/06-7guis-circles/meta.json rename to site-content/examples/20-7guis/06-7guis-circles/meta.json diff --git a/site/content/examples/20-7guis/meta.json b/site-content/examples/20-7guis/meta.json similarity index 100% rename from site/content/examples/20-7guis/meta.json rename to site-content/examples/20-7guis/meta.json diff --git a/site/content/examples/21-miscellaneous/01-hacker-news/App.svelte b/site-content/examples/21-miscellaneous/01-hacker-news/App.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/01-hacker-news/App.svelte rename to site-content/examples/21-miscellaneous/01-hacker-news/App.svelte diff --git a/site/content/examples/21-miscellaneous/01-hacker-news/Comment.svelte b/site-content/examples/21-miscellaneous/01-hacker-news/Comment.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/01-hacker-news/Comment.svelte rename to site-content/examples/21-miscellaneous/01-hacker-news/Comment.svelte diff --git a/site/content/examples/21-miscellaneous/01-hacker-news/Item.svelte b/site-content/examples/21-miscellaneous/01-hacker-news/Item.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/01-hacker-news/Item.svelte rename to site-content/examples/21-miscellaneous/01-hacker-news/Item.svelte diff --git a/site/content/examples/21-miscellaneous/01-hacker-news/List.svelte b/site-content/examples/21-miscellaneous/01-hacker-news/List.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/01-hacker-news/List.svelte rename to site-content/examples/21-miscellaneous/01-hacker-news/List.svelte diff --git a/site/content/examples/21-miscellaneous/01-hacker-news/Summary.svelte b/site-content/examples/21-miscellaneous/01-hacker-news/Summary.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/01-hacker-news/Summary.svelte rename to site-content/examples/21-miscellaneous/01-hacker-news/Summary.svelte diff --git a/site/content/examples/21-miscellaneous/01-hacker-news/meta.json b/site-content/examples/21-miscellaneous/01-hacker-news/meta.json similarity index 100% rename from site/content/examples/21-miscellaneous/01-hacker-news/meta.json rename to site-content/examples/21-miscellaneous/01-hacker-news/meta.json diff --git a/site/content/examples/21-miscellaneous/02-immutable-data/App.svelte b/site-content/examples/21-miscellaneous/02-immutable-data/App.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/02-immutable-data/App.svelte rename to site-content/examples/21-miscellaneous/02-immutable-data/App.svelte diff --git a/site/content/examples/21-miscellaneous/02-immutable-data/ImmutableTodo.svelte b/site-content/examples/21-miscellaneous/02-immutable-data/ImmutableTodo.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/02-immutable-data/ImmutableTodo.svelte rename to site-content/examples/21-miscellaneous/02-immutable-data/ImmutableTodo.svelte diff --git a/site/content/examples/21-miscellaneous/02-immutable-data/MutableTodo.svelte b/site-content/examples/21-miscellaneous/02-immutable-data/MutableTodo.svelte similarity index 100% rename from site/content/examples/21-miscellaneous/02-immutable-data/MutableTodo.svelte rename to site-content/examples/21-miscellaneous/02-immutable-data/MutableTodo.svelte diff --git a/site/content/examples/21-miscellaneous/02-immutable-data/flash.js b/site-content/examples/21-miscellaneous/02-immutable-data/flash.js similarity index 100% rename from site/content/examples/21-miscellaneous/02-immutable-data/flash.js rename to site-content/examples/21-miscellaneous/02-immutable-data/flash.js diff --git a/site/content/examples/21-miscellaneous/02-immutable-data/meta.json b/site-content/examples/21-miscellaneous/02-immutable-data/meta.json similarity index 100% rename from site/content/examples/21-miscellaneous/02-immutable-data/meta.json rename to site-content/examples/21-miscellaneous/02-immutable-data/meta.json diff --git a/site/content/examples/21-miscellaneous/meta.json b/site-content/examples/21-miscellaneous/meta.json similarity index 100% rename from site/content/examples/21-miscellaneous/meta.json rename to site-content/examples/21-miscellaneous/meta.json diff --git a/site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/App.svelte b/site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/App.svelte similarity index 100% rename from site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/App.svelte rename to site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/App.svelte diff --git a/site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/Hero.svelte b/site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/Hero.svelte similarity index 100% rename from site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/Hero.svelte rename to site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/Hero.svelte diff --git a/site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/meta.json b/site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/meta.json similarity index 100% rename from site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/meta.json rename to site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/meta.json diff --git a/site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/styles.js b/site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/styles.js similarity index 100% rename from site/content/examples/99-embeds/20181225-blog-svelte-css-in-js/styles.js rename to site-content/examples/99-embeds/20181225-blog-svelte-css-in-js/styles.js diff --git a/site/content/examples/99-embeds/20190420-blog-write-less-code/App.svelte b/site-content/examples/99-embeds/20190420-blog-write-less-code/App.svelte similarity index 100% rename from site/content/examples/99-embeds/20190420-blog-write-less-code/App.svelte rename to site-content/examples/99-embeds/20190420-blog-write-less-code/App.svelte diff --git a/site/content/examples/99-embeds/20190420-blog-write-less-code/meta.json b/site-content/examples/99-embeds/20190420-blog-write-less-code/meta.json similarity index 100% rename from site/content/examples/99-embeds/20190420-blog-write-less-code/meta.json rename to site-content/examples/99-embeds/20190420-blog-write-less-code/meta.json diff --git a/site/content/examples/99-embeds/meta.json b/site-content/examples/99-embeds/meta.json similarity index 100% rename from site/content/examples/99-embeds/meta.json rename to site-content/examples/99-embeds/meta.json diff --git a/site/content/faq/100-im-new-to-svelte.md b/site-content/faq/100-im-new-to-svelte.md similarity index 100% rename from site/content/faq/100-im-new-to-svelte.md rename to site-content/faq/100-im-new-to-svelte.md diff --git a/site/content/faq/1000-how-can-i-update-my-v2-components.md b/site-content/faq/1000-how-can-i-update-my-v2-components.md similarity index 100% rename from site/content/faq/1000-how-can-i-update-my-v2-components.md rename to site-content/faq/1000-how-can-i-update-my-v2-components.md diff --git a/site/content/faq/110-where-can-i-get-support.md b/site-content/faq/110-where-can-i-get-support.md similarity index 100% rename from site/content/faq/110-where-can-i-get-support.md rename to site-content/faq/110-where-can-i-get-support.md diff --git a/site/content/faq/1100-is-svelte-v2-still-availabile.md b/site-content/faq/1100-is-svelte-v2-still-availabile.md similarity index 100% rename from site/content/faq/1100-is-svelte-v2-still-availabile.md rename to site-content/faq/1100-is-svelte-v2-still-availabile.md diff --git a/site/content/faq/1200-how-do-i-do-hmr.md b/site-content/faq/1200-how-do-i-do-hmr.md similarity index 100% rename from site/content/faq/1200-how-do-i-do-hmr.md rename to site-content/faq/1200-how-do-i-do-hmr.md diff --git a/site/content/faq/200-are-there-any-video-courses.md b/site-content/faq/200-are-there-any-video-courses.md similarity index 100% rename from site/content/faq/200-are-there-any-video-courses.md rename to site-content/faq/200-are-there-any-video-courses.md diff --git a/site/content/faq/250-are-there-any-books.md b/site-content/faq/250-are-there-any-books.md similarity index 100% rename from site/content/faq/250-are-there-any-books.md rename to site-content/faq/250-are-there-any-books.md diff --git a/site/content/faq/400-how-can-i-get-syntax-highlighting.md b/site-content/faq/400-how-can-i-get-syntax-highlighting.md similarity index 100% rename from site/content/faq/400-how-can-i-get-syntax-highlighting.md rename to site-content/faq/400-how-can-i-get-syntax-highlighting.md diff --git a/site/content/faq/425-is-there-a-tool-to-automaticly-format.md b/site-content/faq/425-is-there-a-tool-to-automaticly-format.md similarity index 100% rename from site/content/faq/425-is-there-a-tool-to-automaticly-format.md rename to site-content/faq/425-is-there-a-tool-to-automaticly-format.md diff --git a/site/content/faq/450-how-do-i-document-my-components.md b/site-content/faq/450-how-do-i-document-my-components.md similarity index 100% rename from site/content/faq/450-how-do-i-document-my-components.md rename to site-content/faq/450-how-do-i-document-my-components.md diff --git a/site/content/faq/500-what-about-typescript-support.md b/site-content/faq/500-what-about-typescript-support.md similarity index 100% rename from site/content/faq/500-what-about-typescript-support.md rename to site-content/faq/500-what-about-typescript-support.md diff --git a/site/content/faq/600-does-svelte-scale.md b/site-content/faq/600-does-svelte-scale.md similarity index 100% rename from site/content/faq/600-does-svelte-scale.md rename to site-content/faq/600-does-svelte-scale.md diff --git a/site/content/faq/700-is-there-a-component-library.md b/site-content/faq/700-is-there-a-component-library.md similarity index 100% rename from site/content/faq/700-is-there-a-component-library.md rename to site-content/faq/700-is-there-a-component-library.md diff --git a/site/content/faq/800-how-do-i-test-svelte-apps.md b/site-content/faq/800-how-do-i-test-svelte-apps.md similarity index 100% rename from site/content/faq/800-how-do-i-test-svelte-apps.md rename to site-content/faq/800-how-do-i-test-svelte-apps.md diff --git a/site/content/faq/900-is-there-a-router.md b/site-content/faq/900-is-there-a-router.md similarity index 100% rename from site/content/faq/900-is-there-a-router.md rename to site-content/faq/900-is-there-a-router.md diff --git a/site/content/tutorial/01-introduction/01-basics/app-a/App.svelte b/site-content/tutorial/01-introduction/01-basics/app-a/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/01-basics/app-a/App.svelte rename to site-content/tutorial/01-introduction/01-basics/app-a/App.svelte diff --git a/site/content/tutorial/01-introduction/01-basics/text.md b/site-content/tutorial/01-introduction/01-basics/text.md similarity index 100% rename from site/content/tutorial/01-introduction/01-basics/text.md rename to site-content/tutorial/01-introduction/01-basics/text.md diff --git a/site/content/tutorial/01-introduction/02-adding-data/app-a/App.svelte b/site-content/tutorial/01-introduction/02-adding-data/app-a/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/02-adding-data/app-a/App.svelte rename to site-content/tutorial/01-introduction/02-adding-data/app-a/App.svelte diff --git a/site/content/tutorial/01-introduction/02-adding-data/app-b/App.svelte b/site-content/tutorial/01-introduction/02-adding-data/app-b/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/02-adding-data/app-b/App.svelte rename to site-content/tutorial/01-introduction/02-adding-data/app-b/App.svelte diff --git a/site/content/tutorial/01-introduction/02-adding-data/text.md b/site-content/tutorial/01-introduction/02-adding-data/text.md similarity index 100% rename from site/content/tutorial/01-introduction/02-adding-data/text.md rename to site-content/tutorial/01-introduction/02-adding-data/text.md diff --git a/site/content/tutorial/01-introduction/03-dynamic-attributes/app-a/App.svelte b/site-content/tutorial/01-introduction/03-dynamic-attributes/app-a/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/03-dynamic-attributes/app-a/App.svelte rename to site-content/tutorial/01-introduction/03-dynamic-attributes/app-a/App.svelte diff --git a/site/content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte b/site-content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte rename to site-content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte diff --git a/site/content/tutorial/01-introduction/03-dynamic-attributes/text.md b/site-content/tutorial/01-introduction/03-dynamic-attributes/text.md similarity index 100% rename from site/content/tutorial/01-introduction/03-dynamic-attributes/text.md rename to site-content/tutorial/01-introduction/03-dynamic-attributes/text.md diff --git a/site/content/tutorial/01-introduction/04-styling/app-a/App.svelte b/site-content/tutorial/01-introduction/04-styling/app-a/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/04-styling/app-a/App.svelte rename to site-content/tutorial/01-introduction/04-styling/app-a/App.svelte diff --git a/site/content/tutorial/01-introduction/04-styling/app-b/App.svelte b/site-content/tutorial/01-introduction/04-styling/app-b/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/04-styling/app-b/App.svelte rename to site-content/tutorial/01-introduction/04-styling/app-b/App.svelte diff --git a/site/content/tutorial/01-introduction/04-styling/text.md b/site-content/tutorial/01-introduction/04-styling/text.md similarity index 100% rename from site/content/tutorial/01-introduction/04-styling/text.md rename to site-content/tutorial/01-introduction/04-styling/text.md diff --git a/site/content/tutorial/01-introduction/05-nested-components/app-a/App.svelte b/site-content/tutorial/01-introduction/05-nested-components/app-a/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/05-nested-components/app-a/App.svelte rename to site-content/tutorial/01-introduction/05-nested-components/app-a/App.svelte diff --git a/site/content/tutorial/01-introduction/05-nested-components/app-a/Nested.svelte b/site-content/tutorial/01-introduction/05-nested-components/app-a/Nested.svelte similarity index 100% rename from site/content/tutorial/01-introduction/05-nested-components/app-a/Nested.svelte rename to site-content/tutorial/01-introduction/05-nested-components/app-a/Nested.svelte diff --git a/site/content/tutorial/01-introduction/05-nested-components/app-b/App.svelte b/site-content/tutorial/01-introduction/05-nested-components/app-b/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/05-nested-components/app-b/App.svelte rename to site-content/tutorial/01-introduction/05-nested-components/app-b/App.svelte diff --git a/site/content/tutorial/01-introduction/05-nested-components/app-b/Nested.svelte b/site-content/tutorial/01-introduction/05-nested-components/app-b/Nested.svelte similarity index 100% rename from site/content/tutorial/01-introduction/05-nested-components/app-b/Nested.svelte rename to site-content/tutorial/01-introduction/05-nested-components/app-b/Nested.svelte diff --git a/site/content/tutorial/01-introduction/05-nested-components/text.md b/site-content/tutorial/01-introduction/05-nested-components/text.md similarity index 100% rename from site/content/tutorial/01-introduction/05-nested-components/text.md rename to site-content/tutorial/01-introduction/05-nested-components/text.md diff --git a/site/content/tutorial/01-introduction/06-html-tags/app-a/App.svelte b/site-content/tutorial/01-introduction/06-html-tags/app-a/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/06-html-tags/app-a/App.svelte rename to site-content/tutorial/01-introduction/06-html-tags/app-a/App.svelte diff --git a/site/content/tutorial/01-introduction/06-html-tags/app-b/App.svelte b/site-content/tutorial/01-introduction/06-html-tags/app-b/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/06-html-tags/app-b/App.svelte rename to site-content/tutorial/01-introduction/06-html-tags/app-b/App.svelte diff --git a/site/content/tutorial/01-introduction/06-html-tags/text.md b/site-content/tutorial/01-introduction/06-html-tags/text.md similarity index 100% rename from site/content/tutorial/01-introduction/06-html-tags/text.md rename to site-content/tutorial/01-introduction/06-html-tags/text.md diff --git a/site/content/tutorial/01-introduction/07-making-an-app/app-a/App.svelte b/site-content/tutorial/01-introduction/07-making-an-app/app-a/App.svelte similarity index 100% rename from site/content/tutorial/01-introduction/07-making-an-app/app-a/App.svelte rename to site-content/tutorial/01-introduction/07-making-an-app/app-a/App.svelte diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site-content/tutorial/01-introduction/07-making-an-app/text.md similarity index 100% rename from site/content/tutorial/01-introduction/07-making-an-app/text.md rename to site-content/tutorial/01-introduction/07-making-an-app/text.md diff --git a/site/content/tutorial/01-introduction/meta.json b/site-content/tutorial/01-introduction/meta.json similarity index 100% rename from site/content/tutorial/01-introduction/meta.json rename to site-content/tutorial/01-introduction/meta.json diff --git a/site/content/tutorial/02-reactivity/01-reactive-assignments/app-a/App.svelte b/site-content/tutorial/02-reactivity/01-reactive-assignments/app-a/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/01-reactive-assignments/app-a/App.svelte rename to site-content/tutorial/02-reactivity/01-reactive-assignments/app-a/App.svelte diff --git a/site/content/tutorial/02-reactivity/01-reactive-assignments/app-b/App.svelte b/site-content/tutorial/02-reactivity/01-reactive-assignments/app-b/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/01-reactive-assignments/app-b/App.svelte rename to site-content/tutorial/02-reactivity/01-reactive-assignments/app-b/App.svelte diff --git a/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md b/site-content/tutorial/02-reactivity/01-reactive-assignments/text.md similarity index 100% rename from site/content/tutorial/02-reactivity/01-reactive-assignments/text.md rename to site-content/tutorial/02-reactivity/01-reactive-assignments/text.md diff --git a/site/content/tutorial/02-reactivity/02-reactive-declarations/app-a/App.svelte b/site-content/tutorial/02-reactivity/02-reactive-declarations/app-a/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/02-reactive-declarations/app-a/App.svelte rename to site-content/tutorial/02-reactivity/02-reactive-declarations/app-a/App.svelte diff --git a/site/content/tutorial/02-reactivity/02-reactive-declarations/app-b/App.svelte b/site-content/tutorial/02-reactivity/02-reactive-declarations/app-b/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/02-reactive-declarations/app-b/App.svelte rename to site-content/tutorial/02-reactivity/02-reactive-declarations/app-b/App.svelte diff --git a/site/content/tutorial/02-reactivity/02-reactive-declarations/text.md b/site-content/tutorial/02-reactivity/02-reactive-declarations/text.md similarity index 100% rename from site/content/tutorial/02-reactivity/02-reactive-declarations/text.md rename to site-content/tutorial/02-reactivity/02-reactive-declarations/text.md diff --git a/site/content/tutorial/02-reactivity/03-reactive-statements/app-a/App.svelte b/site-content/tutorial/02-reactivity/03-reactive-statements/app-a/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/03-reactive-statements/app-a/App.svelte rename to site-content/tutorial/02-reactivity/03-reactive-statements/app-a/App.svelte diff --git a/site/content/tutorial/02-reactivity/03-reactive-statements/app-b/App.svelte b/site-content/tutorial/02-reactivity/03-reactive-statements/app-b/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/03-reactive-statements/app-b/App.svelte rename to site-content/tutorial/02-reactivity/03-reactive-statements/app-b/App.svelte diff --git a/site/content/tutorial/02-reactivity/03-reactive-statements/text.md b/site-content/tutorial/02-reactivity/03-reactive-statements/text.md similarity index 100% rename from site/content/tutorial/02-reactivity/03-reactive-statements/text.md rename to site-content/tutorial/02-reactivity/03-reactive-statements/text.md diff --git a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-a/App.svelte b/site-content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-a/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-a/App.svelte rename to site-content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-a/App.svelte diff --git a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte b/site-content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte similarity index 100% rename from site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte rename to site-content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte diff --git a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md b/site-content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md similarity index 100% rename from site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md rename to site-content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md diff --git a/site/content/tutorial/02-reactivity/meta.json b/site-content/tutorial/02-reactivity/meta.json similarity index 100% rename from site/content/tutorial/02-reactivity/meta.json rename to site-content/tutorial/02-reactivity/meta.json diff --git a/site/content/tutorial/03-props/01-declaring-props/app-a/App.svelte b/site-content/tutorial/03-props/01-declaring-props/app-a/App.svelte similarity index 100% rename from site/content/tutorial/03-props/01-declaring-props/app-a/App.svelte rename to site-content/tutorial/03-props/01-declaring-props/app-a/App.svelte diff --git a/site/content/tutorial/03-props/01-declaring-props/app-a/Nested.svelte b/site-content/tutorial/03-props/01-declaring-props/app-a/Nested.svelte similarity index 100% rename from site/content/tutorial/03-props/01-declaring-props/app-a/Nested.svelte rename to site-content/tutorial/03-props/01-declaring-props/app-a/Nested.svelte diff --git a/site/content/tutorial/03-props/01-declaring-props/app-b/App.svelte b/site-content/tutorial/03-props/01-declaring-props/app-b/App.svelte similarity index 100% rename from site/content/tutorial/03-props/01-declaring-props/app-b/App.svelte rename to site-content/tutorial/03-props/01-declaring-props/app-b/App.svelte diff --git a/site/content/tutorial/03-props/01-declaring-props/app-b/Nested.svelte b/site-content/tutorial/03-props/01-declaring-props/app-b/Nested.svelte similarity index 100% rename from site/content/tutorial/03-props/01-declaring-props/app-b/Nested.svelte rename to site-content/tutorial/03-props/01-declaring-props/app-b/Nested.svelte diff --git a/site/content/tutorial/03-props/01-declaring-props/text.md b/site-content/tutorial/03-props/01-declaring-props/text.md similarity index 100% rename from site/content/tutorial/03-props/01-declaring-props/text.md rename to site-content/tutorial/03-props/01-declaring-props/text.md diff --git a/site/content/tutorial/03-props/02-default-values/app-a/App.svelte b/site-content/tutorial/03-props/02-default-values/app-a/App.svelte similarity index 100% rename from site/content/tutorial/03-props/02-default-values/app-a/App.svelte rename to site-content/tutorial/03-props/02-default-values/app-a/App.svelte diff --git a/site/content/tutorial/03-props/02-default-values/app-a/Nested.svelte b/site-content/tutorial/03-props/02-default-values/app-a/Nested.svelte similarity index 100% rename from site/content/tutorial/03-props/02-default-values/app-a/Nested.svelte rename to site-content/tutorial/03-props/02-default-values/app-a/Nested.svelte diff --git a/site/content/tutorial/03-props/02-default-values/app-b/App.svelte b/site-content/tutorial/03-props/02-default-values/app-b/App.svelte similarity index 100% rename from site/content/tutorial/03-props/02-default-values/app-b/App.svelte rename to site-content/tutorial/03-props/02-default-values/app-b/App.svelte diff --git a/site/content/tutorial/03-props/02-default-values/app-b/Nested.svelte b/site-content/tutorial/03-props/02-default-values/app-b/Nested.svelte similarity index 100% rename from site/content/tutorial/03-props/02-default-values/app-b/Nested.svelte rename to site-content/tutorial/03-props/02-default-values/app-b/Nested.svelte diff --git a/site/content/tutorial/03-props/02-default-values/text.md b/site-content/tutorial/03-props/02-default-values/text.md similarity index 100% rename from site/content/tutorial/03-props/02-default-values/text.md rename to site-content/tutorial/03-props/02-default-values/text.md diff --git a/site/content/tutorial/03-props/03-spread-props/app-a/App.svelte b/site-content/tutorial/03-props/03-spread-props/app-a/App.svelte similarity index 100% rename from site/content/tutorial/03-props/03-spread-props/app-a/App.svelte rename to site-content/tutorial/03-props/03-spread-props/app-a/App.svelte diff --git a/site/content/tutorial/03-props/03-spread-props/app-a/Info.svelte b/site-content/tutorial/03-props/03-spread-props/app-a/Info.svelte similarity index 100% rename from site/content/tutorial/03-props/03-spread-props/app-a/Info.svelte rename to site-content/tutorial/03-props/03-spread-props/app-a/Info.svelte diff --git a/site/content/tutorial/03-props/03-spread-props/app-b/App.svelte b/site-content/tutorial/03-props/03-spread-props/app-b/App.svelte similarity index 100% rename from site/content/tutorial/03-props/03-spread-props/app-b/App.svelte rename to site-content/tutorial/03-props/03-spread-props/app-b/App.svelte diff --git a/site/content/tutorial/03-props/03-spread-props/app-b/Info.svelte b/site-content/tutorial/03-props/03-spread-props/app-b/Info.svelte similarity index 100% rename from site/content/tutorial/03-props/03-spread-props/app-b/Info.svelte rename to site-content/tutorial/03-props/03-spread-props/app-b/Info.svelte diff --git a/site/content/tutorial/03-props/03-spread-props/text.md b/site-content/tutorial/03-props/03-spread-props/text.md similarity index 100% rename from site/content/tutorial/03-props/03-spread-props/text.md rename to site-content/tutorial/03-props/03-spread-props/text.md diff --git a/site/content/tutorial/03-props/meta.json b/site-content/tutorial/03-props/meta.json similarity index 100% rename from site/content/tutorial/03-props/meta.json rename to site-content/tutorial/03-props/meta.json diff --git a/site/content/tutorial/04-logic/01-if-blocks/app-a/App.svelte b/site-content/tutorial/04-logic/01-if-blocks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/01-if-blocks/app-a/App.svelte rename to site-content/tutorial/04-logic/01-if-blocks/app-a/App.svelte diff --git a/site/content/tutorial/04-logic/01-if-blocks/app-b/App.svelte b/site-content/tutorial/04-logic/01-if-blocks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/01-if-blocks/app-b/App.svelte rename to site-content/tutorial/04-logic/01-if-blocks/app-b/App.svelte diff --git a/site/content/tutorial/04-logic/01-if-blocks/text.md b/site-content/tutorial/04-logic/01-if-blocks/text.md similarity index 100% rename from site/content/tutorial/04-logic/01-if-blocks/text.md rename to site-content/tutorial/04-logic/01-if-blocks/text.md diff --git a/site/content/tutorial/04-logic/02-else-blocks/app-a/App.svelte b/site-content/tutorial/04-logic/02-else-blocks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/02-else-blocks/app-a/App.svelte rename to site-content/tutorial/04-logic/02-else-blocks/app-a/App.svelte diff --git a/site/content/tutorial/04-logic/02-else-blocks/app-b/App.svelte b/site-content/tutorial/04-logic/02-else-blocks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/02-else-blocks/app-b/App.svelte rename to site-content/tutorial/04-logic/02-else-blocks/app-b/App.svelte diff --git a/site/content/tutorial/04-logic/02-else-blocks/text.md b/site-content/tutorial/04-logic/02-else-blocks/text.md similarity index 100% rename from site/content/tutorial/04-logic/02-else-blocks/text.md rename to site-content/tutorial/04-logic/02-else-blocks/text.md diff --git a/site/content/tutorial/04-logic/03-else-if-blocks/app-a/App.svelte b/site-content/tutorial/04-logic/03-else-if-blocks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/03-else-if-blocks/app-a/App.svelte rename to site-content/tutorial/04-logic/03-else-if-blocks/app-a/App.svelte diff --git a/site/content/tutorial/04-logic/03-else-if-blocks/app-b/App.svelte b/site-content/tutorial/04-logic/03-else-if-blocks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/03-else-if-blocks/app-b/App.svelte rename to site-content/tutorial/04-logic/03-else-if-blocks/app-b/App.svelte diff --git a/site/content/tutorial/04-logic/03-else-if-blocks/text.md b/site-content/tutorial/04-logic/03-else-if-blocks/text.md similarity index 100% rename from site/content/tutorial/04-logic/03-else-if-blocks/text.md rename to site-content/tutorial/04-logic/03-else-if-blocks/text.md diff --git a/site/content/tutorial/04-logic/04-each-blocks/app-a/App.svelte b/site-content/tutorial/04-logic/04-each-blocks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/04-each-blocks/app-a/App.svelte rename to site-content/tutorial/04-logic/04-each-blocks/app-a/App.svelte diff --git a/site/content/tutorial/04-logic/04-each-blocks/app-b/App.svelte b/site-content/tutorial/04-logic/04-each-blocks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/04-each-blocks/app-b/App.svelte rename to site-content/tutorial/04-logic/04-each-blocks/app-b/App.svelte diff --git a/site/content/tutorial/04-logic/04-each-blocks/text.md b/site-content/tutorial/04-logic/04-each-blocks/text.md similarity index 100% rename from site/content/tutorial/04-logic/04-each-blocks/text.md rename to site-content/tutorial/04-logic/04-each-blocks/text.md diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/app-a/App.svelte b/site-content/tutorial/04-logic/05-keyed-each-blocks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/05-keyed-each-blocks/app-a/App.svelte rename to site-content/tutorial/04-logic/05-keyed-each-blocks/app-a/App.svelte diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/app-a/Thing.svelte b/site-content/tutorial/04-logic/05-keyed-each-blocks/app-a/Thing.svelte similarity index 100% rename from site/content/tutorial/04-logic/05-keyed-each-blocks/app-a/Thing.svelte rename to site-content/tutorial/04-logic/05-keyed-each-blocks/app-a/Thing.svelte diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/app-b/App.svelte b/site-content/tutorial/04-logic/05-keyed-each-blocks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/05-keyed-each-blocks/app-b/App.svelte rename to site-content/tutorial/04-logic/05-keyed-each-blocks/app-b/App.svelte diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/app-b/Thing.svelte b/site-content/tutorial/04-logic/05-keyed-each-blocks/app-b/Thing.svelte similarity index 100% rename from site/content/tutorial/04-logic/05-keyed-each-blocks/app-b/Thing.svelte rename to site-content/tutorial/04-logic/05-keyed-each-blocks/app-b/Thing.svelte diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md b/site-content/tutorial/04-logic/05-keyed-each-blocks/text.md similarity index 100% rename from site/content/tutorial/04-logic/05-keyed-each-blocks/text.md rename to site-content/tutorial/04-logic/05-keyed-each-blocks/text.md diff --git a/site/content/tutorial/04-logic/06-await-blocks/app-a/App.svelte b/site-content/tutorial/04-logic/06-await-blocks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/06-await-blocks/app-a/App.svelte rename to site-content/tutorial/04-logic/06-await-blocks/app-a/App.svelte diff --git a/site/content/tutorial/04-logic/06-await-blocks/app-b/App.svelte b/site-content/tutorial/04-logic/06-await-blocks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/04-logic/06-await-blocks/app-b/App.svelte rename to site-content/tutorial/04-logic/06-await-blocks/app-b/App.svelte diff --git a/site/content/tutorial/04-logic/06-await-blocks/text.md b/site-content/tutorial/04-logic/06-await-blocks/text.md similarity index 100% rename from site/content/tutorial/04-logic/06-await-blocks/text.md rename to site-content/tutorial/04-logic/06-await-blocks/text.md diff --git a/site/content/tutorial/04-logic/meta.json b/site-content/tutorial/04-logic/meta.json similarity index 100% rename from site/content/tutorial/04-logic/meta.json rename to site-content/tutorial/04-logic/meta.json diff --git a/site/content/tutorial/05-events/01-dom-events/app-a/App.svelte b/site-content/tutorial/05-events/01-dom-events/app-a/App.svelte similarity index 100% rename from site/content/tutorial/05-events/01-dom-events/app-a/App.svelte rename to site-content/tutorial/05-events/01-dom-events/app-a/App.svelte diff --git a/site/content/tutorial/05-events/01-dom-events/app-b/App.svelte b/site-content/tutorial/05-events/01-dom-events/app-b/App.svelte similarity index 100% rename from site/content/tutorial/05-events/01-dom-events/app-b/App.svelte rename to site-content/tutorial/05-events/01-dom-events/app-b/App.svelte diff --git a/site/content/tutorial/05-events/01-dom-events/text.md b/site-content/tutorial/05-events/01-dom-events/text.md similarity index 100% rename from site/content/tutorial/05-events/01-dom-events/text.md rename to site-content/tutorial/05-events/01-dom-events/text.md diff --git a/site/content/tutorial/05-events/02-inline-handlers/app-a/App.svelte b/site-content/tutorial/05-events/02-inline-handlers/app-a/App.svelte similarity index 100% rename from site/content/tutorial/05-events/02-inline-handlers/app-a/App.svelte rename to site-content/tutorial/05-events/02-inline-handlers/app-a/App.svelte diff --git a/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte b/site-content/tutorial/05-events/02-inline-handlers/app-b/App.svelte similarity index 100% rename from site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte rename to site-content/tutorial/05-events/02-inline-handlers/app-b/App.svelte diff --git a/site/content/tutorial/05-events/02-inline-handlers/text.md b/site-content/tutorial/05-events/02-inline-handlers/text.md similarity index 100% rename from site/content/tutorial/05-events/02-inline-handlers/text.md rename to site-content/tutorial/05-events/02-inline-handlers/text.md diff --git a/site/content/tutorial/05-events/03-event-modifiers/app-a/App.svelte b/site-content/tutorial/05-events/03-event-modifiers/app-a/App.svelte similarity index 100% rename from site/content/tutorial/05-events/03-event-modifiers/app-a/App.svelte rename to site-content/tutorial/05-events/03-event-modifiers/app-a/App.svelte diff --git a/site/content/tutorial/05-events/03-event-modifiers/app-b/App.svelte b/site-content/tutorial/05-events/03-event-modifiers/app-b/App.svelte similarity index 100% rename from site/content/tutorial/05-events/03-event-modifiers/app-b/App.svelte rename to site-content/tutorial/05-events/03-event-modifiers/app-b/App.svelte diff --git a/site/content/tutorial/05-events/03-event-modifiers/text.md b/site-content/tutorial/05-events/03-event-modifiers/text.md similarity index 100% rename from site/content/tutorial/05-events/03-event-modifiers/text.md rename to site-content/tutorial/05-events/03-event-modifiers/text.md diff --git a/site/content/tutorial/05-events/04-component-events/app-a/App.svelte b/site-content/tutorial/05-events/04-component-events/app-a/App.svelte similarity index 100% rename from site/content/tutorial/05-events/04-component-events/app-a/App.svelte rename to site-content/tutorial/05-events/04-component-events/app-a/App.svelte diff --git a/site/content/tutorial/05-events/04-component-events/app-a/Inner.svelte b/site-content/tutorial/05-events/04-component-events/app-a/Inner.svelte similarity index 100% rename from site/content/tutorial/05-events/04-component-events/app-a/Inner.svelte rename to site-content/tutorial/05-events/04-component-events/app-a/Inner.svelte diff --git a/site/content/tutorial/05-events/04-component-events/app-b/App.svelte b/site-content/tutorial/05-events/04-component-events/app-b/App.svelte similarity index 100% rename from site/content/tutorial/05-events/04-component-events/app-b/App.svelte rename to site-content/tutorial/05-events/04-component-events/app-b/App.svelte diff --git a/site/content/tutorial/05-events/04-component-events/app-b/Inner.svelte b/site-content/tutorial/05-events/04-component-events/app-b/Inner.svelte similarity index 100% rename from site/content/tutorial/05-events/04-component-events/app-b/Inner.svelte rename to site-content/tutorial/05-events/04-component-events/app-b/Inner.svelte diff --git a/site/content/tutorial/05-events/04-component-events/text.md b/site-content/tutorial/05-events/04-component-events/text.md similarity index 100% rename from site/content/tutorial/05-events/04-component-events/text.md rename to site-content/tutorial/05-events/04-component-events/text.md diff --git a/site/content/tutorial/05-events/05-event-forwarding/app-a/App.svelte b/site-content/tutorial/05-events/05-event-forwarding/app-a/App.svelte similarity index 100% rename from site/content/tutorial/05-events/05-event-forwarding/app-a/App.svelte rename to site-content/tutorial/05-events/05-event-forwarding/app-a/App.svelte diff --git a/site/content/tutorial/05-events/05-event-forwarding/app-a/Inner.svelte b/site-content/tutorial/05-events/05-event-forwarding/app-a/Inner.svelte similarity index 100% rename from site/content/tutorial/05-events/05-event-forwarding/app-a/Inner.svelte rename to site-content/tutorial/05-events/05-event-forwarding/app-a/Inner.svelte diff --git a/site/content/tutorial/05-events/05-event-forwarding/app-a/Outer.svelte b/site-content/tutorial/05-events/05-event-forwarding/app-a/Outer.svelte similarity index 100% rename from site/content/tutorial/05-events/05-event-forwarding/app-a/Outer.svelte rename to site-content/tutorial/05-events/05-event-forwarding/app-a/Outer.svelte diff --git a/site/content/tutorial/05-events/05-event-forwarding/app-b/App.svelte b/site-content/tutorial/05-events/05-event-forwarding/app-b/App.svelte similarity index 100% rename from site/content/tutorial/05-events/05-event-forwarding/app-b/App.svelte rename to site-content/tutorial/05-events/05-event-forwarding/app-b/App.svelte diff --git a/site/content/tutorial/05-events/05-event-forwarding/app-b/Inner.svelte b/site-content/tutorial/05-events/05-event-forwarding/app-b/Inner.svelte similarity index 100% rename from site/content/tutorial/05-events/05-event-forwarding/app-b/Inner.svelte rename to site-content/tutorial/05-events/05-event-forwarding/app-b/Inner.svelte diff --git a/site/content/tutorial/05-events/05-event-forwarding/app-b/Outer.svelte b/site-content/tutorial/05-events/05-event-forwarding/app-b/Outer.svelte similarity index 100% rename from site/content/tutorial/05-events/05-event-forwarding/app-b/Outer.svelte rename to site-content/tutorial/05-events/05-event-forwarding/app-b/Outer.svelte diff --git a/site/content/tutorial/05-events/05-event-forwarding/text.md b/site-content/tutorial/05-events/05-event-forwarding/text.md similarity index 100% rename from site/content/tutorial/05-events/05-event-forwarding/text.md rename to site-content/tutorial/05-events/05-event-forwarding/text.md diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte b/site-content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte similarity index 100% rename from site/content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte rename to site-content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte b/site-content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte similarity index 100% rename from site/content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte rename to site-content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte b/site-content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte similarity index 100% rename from site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte rename to site-content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte b/site-content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte similarity index 100% rename from site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte rename to site-content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/text.md b/site-content/tutorial/05-events/06-dom-event-forwarding/text.md similarity index 100% rename from site/content/tutorial/05-events/06-dom-event-forwarding/text.md rename to site-content/tutorial/05-events/06-dom-event-forwarding/text.md diff --git a/site/content/tutorial/05-events/meta.json b/site-content/tutorial/05-events/meta.json similarity index 100% rename from site/content/tutorial/05-events/meta.json rename to site-content/tutorial/05-events/meta.json diff --git a/site/content/tutorial/06-bindings/01-text-inputs/app-a/App.svelte b/site-content/tutorial/06-bindings/01-text-inputs/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/01-text-inputs/app-a/App.svelte rename to site-content/tutorial/06-bindings/01-text-inputs/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/01-text-inputs/app-b/App.svelte b/site-content/tutorial/06-bindings/01-text-inputs/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/01-text-inputs/app-b/App.svelte rename to site-content/tutorial/06-bindings/01-text-inputs/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/01-text-inputs/text.md b/site-content/tutorial/06-bindings/01-text-inputs/text.md similarity index 100% rename from site/content/tutorial/06-bindings/01-text-inputs/text.md rename to site-content/tutorial/06-bindings/01-text-inputs/text.md diff --git a/site/content/tutorial/06-bindings/02-numeric-inputs/app-a/App.svelte b/site-content/tutorial/06-bindings/02-numeric-inputs/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/02-numeric-inputs/app-a/App.svelte rename to site-content/tutorial/06-bindings/02-numeric-inputs/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/02-numeric-inputs/app-b/App.svelte b/site-content/tutorial/06-bindings/02-numeric-inputs/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/02-numeric-inputs/app-b/App.svelte rename to site-content/tutorial/06-bindings/02-numeric-inputs/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/02-numeric-inputs/text.md b/site-content/tutorial/06-bindings/02-numeric-inputs/text.md similarity index 100% rename from site/content/tutorial/06-bindings/02-numeric-inputs/text.md rename to site-content/tutorial/06-bindings/02-numeric-inputs/text.md diff --git a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte b/site-content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte rename to site-content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte b/site-content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte rename to site-content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/03-checkbox-inputs/text.md b/site-content/tutorial/06-bindings/03-checkbox-inputs/text.md similarity index 100% rename from site/content/tutorial/06-bindings/03-checkbox-inputs/text.md rename to site-content/tutorial/06-bindings/03-checkbox-inputs/text.md diff --git a/site/content/tutorial/06-bindings/04-group-inputs/app-a/App.svelte b/site-content/tutorial/06-bindings/04-group-inputs/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/04-group-inputs/app-a/App.svelte rename to site-content/tutorial/06-bindings/04-group-inputs/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/04-group-inputs/app-b/App.svelte b/site-content/tutorial/06-bindings/04-group-inputs/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/04-group-inputs/app-b/App.svelte rename to site-content/tutorial/06-bindings/04-group-inputs/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/04-group-inputs/text.md b/site-content/tutorial/06-bindings/04-group-inputs/text.md similarity index 100% rename from site/content/tutorial/06-bindings/04-group-inputs/text.md rename to site-content/tutorial/06-bindings/04-group-inputs/text.md diff --git a/site/content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte b/site-content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte rename to site-content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte b/site-content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte rename to site-content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/05-textarea-inputs/text.md b/site-content/tutorial/06-bindings/05-textarea-inputs/text.md similarity index 100% rename from site/content/tutorial/06-bindings/05-textarea-inputs/text.md rename to site-content/tutorial/06-bindings/05-textarea-inputs/text.md diff --git a/site/content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte b/site-content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte rename to site-content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte b/site-content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte rename to site-content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/06-select-bindings/text.md b/site-content/tutorial/06-bindings/06-select-bindings/text.md similarity index 100% rename from site/content/tutorial/06-bindings/06-select-bindings/text.md rename to site-content/tutorial/06-bindings/06-select-bindings/text.md diff --git a/site/content/tutorial/06-bindings/07-multiple-select-bindings/app-a/App.svelte b/site-content/tutorial/06-bindings/07-multiple-select-bindings/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/07-multiple-select-bindings/app-a/App.svelte rename to site-content/tutorial/06-bindings/07-multiple-select-bindings/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/07-multiple-select-bindings/app-b/App.svelte b/site-content/tutorial/06-bindings/07-multiple-select-bindings/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/07-multiple-select-bindings/app-b/App.svelte rename to site-content/tutorial/06-bindings/07-multiple-select-bindings/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md b/site-content/tutorial/06-bindings/07-multiple-select-bindings/text.md similarity index 100% rename from site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md rename to site-content/tutorial/06-bindings/07-multiple-select-bindings/text.md diff --git a/site/content/tutorial/06-bindings/08-contenteditable-bindings/app-a/App.svelte b/site-content/tutorial/06-bindings/08-contenteditable-bindings/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/08-contenteditable-bindings/app-a/App.svelte rename to site-content/tutorial/06-bindings/08-contenteditable-bindings/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/08-contenteditable-bindings/app-b/App.svelte b/site-content/tutorial/06-bindings/08-contenteditable-bindings/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/08-contenteditable-bindings/app-b/App.svelte rename to site-content/tutorial/06-bindings/08-contenteditable-bindings/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/08-contenteditable-bindings/text.md b/site-content/tutorial/06-bindings/08-contenteditable-bindings/text.md similarity index 100% rename from site/content/tutorial/06-bindings/08-contenteditable-bindings/text.md rename to site-content/tutorial/06-bindings/08-contenteditable-bindings/text.md diff --git a/site/content/tutorial/06-bindings/09-each-block-bindings/app-a/App.svelte b/site-content/tutorial/06-bindings/09-each-block-bindings/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/09-each-block-bindings/app-a/App.svelte rename to site-content/tutorial/06-bindings/09-each-block-bindings/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/09-each-block-bindings/app-b/App.svelte b/site-content/tutorial/06-bindings/09-each-block-bindings/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/09-each-block-bindings/app-b/App.svelte rename to site-content/tutorial/06-bindings/09-each-block-bindings/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/09-each-block-bindings/text.md b/site-content/tutorial/06-bindings/09-each-block-bindings/text.md similarity index 100% rename from site/content/tutorial/06-bindings/09-each-block-bindings/text.md rename to site-content/tutorial/06-bindings/09-each-block-bindings/text.md diff --git a/site/content/tutorial/06-bindings/10-media-elements/app-a/App.svelte b/site-content/tutorial/06-bindings/10-media-elements/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/10-media-elements/app-a/App.svelte rename to site-content/tutorial/06-bindings/10-media-elements/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/10-media-elements/app-b/App.svelte b/site-content/tutorial/06-bindings/10-media-elements/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/10-media-elements/app-b/App.svelte rename to site-content/tutorial/06-bindings/10-media-elements/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/10-media-elements/text.md b/site-content/tutorial/06-bindings/10-media-elements/text.md similarity index 100% rename from site/content/tutorial/06-bindings/10-media-elements/text.md rename to site-content/tutorial/06-bindings/10-media-elements/text.md diff --git a/site/content/tutorial/06-bindings/11-dimensions/app-a/App.svelte b/site-content/tutorial/06-bindings/11-dimensions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/11-dimensions/app-a/App.svelte rename to site-content/tutorial/06-bindings/11-dimensions/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/11-dimensions/app-b/App.svelte b/site-content/tutorial/06-bindings/11-dimensions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/11-dimensions/app-b/App.svelte rename to site-content/tutorial/06-bindings/11-dimensions/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/11-dimensions/text.md b/site-content/tutorial/06-bindings/11-dimensions/text.md similarity index 100% rename from site/content/tutorial/06-bindings/11-dimensions/text.md rename to site-content/tutorial/06-bindings/11-dimensions/text.md diff --git a/site/content/tutorial/06-bindings/12-bind-this/app-a/App.svelte b/site-content/tutorial/06-bindings/12-bind-this/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/12-bind-this/app-a/App.svelte rename to site-content/tutorial/06-bindings/12-bind-this/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/12-bind-this/app-b/App.svelte b/site-content/tutorial/06-bindings/12-bind-this/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/12-bind-this/app-b/App.svelte rename to site-content/tutorial/06-bindings/12-bind-this/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/12-bind-this/text.md b/site-content/tutorial/06-bindings/12-bind-this/text.md similarity index 100% rename from site/content/tutorial/06-bindings/12-bind-this/text.md rename to site-content/tutorial/06-bindings/12-bind-this/text.md diff --git a/site/content/tutorial/06-bindings/13-component-bindings/app-a/App.svelte b/site-content/tutorial/06-bindings/13-component-bindings/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/13-component-bindings/app-a/App.svelte rename to site-content/tutorial/06-bindings/13-component-bindings/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/13-component-bindings/app-a/Keypad.svelte b/site-content/tutorial/06-bindings/13-component-bindings/app-a/Keypad.svelte similarity index 100% rename from site/content/tutorial/06-bindings/13-component-bindings/app-a/Keypad.svelte rename to site-content/tutorial/06-bindings/13-component-bindings/app-a/Keypad.svelte diff --git a/site/content/tutorial/06-bindings/13-component-bindings/app-b/App.svelte b/site-content/tutorial/06-bindings/13-component-bindings/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/13-component-bindings/app-b/App.svelte rename to site-content/tutorial/06-bindings/13-component-bindings/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/13-component-bindings/app-b/Keypad.svelte b/site-content/tutorial/06-bindings/13-component-bindings/app-b/Keypad.svelte similarity index 100% rename from site/content/tutorial/06-bindings/13-component-bindings/app-b/Keypad.svelte rename to site-content/tutorial/06-bindings/13-component-bindings/app-b/Keypad.svelte diff --git a/site/content/tutorial/06-bindings/13-component-bindings/text.md b/site-content/tutorial/06-bindings/13-component-bindings/text.md similarity index 100% rename from site/content/tutorial/06-bindings/13-component-bindings/text.md rename to site-content/tutorial/06-bindings/13-component-bindings/text.md diff --git a/site/content/tutorial/06-bindings/14-component-this/app-a/App.svelte b/site-content/tutorial/06-bindings/14-component-this/app-a/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/14-component-this/app-a/App.svelte rename to site-content/tutorial/06-bindings/14-component-this/app-a/App.svelte diff --git a/site/content/tutorial/06-bindings/14-component-this/app-a/InputField.svelte b/site-content/tutorial/06-bindings/14-component-this/app-a/InputField.svelte similarity index 100% rename from site/content/tutorial/06-bindings/14-component-this/app-a/InputField.svelte rename to site-content/tutorial/06-bindings/14-component-this/app-a/InputField.svelte diff --git a/site/content/tutorial/06-bindings/14-component-this/app-b/App.svelte b/site-content/tutorial/06-bindings/14-component-this/app-b/App.svelte similarity index 100% rename from site/content/tutorial/06-bindings/14-component-this/app-b/App.svelte rename to site-content/tutorial/06-bindings/14-component-this/app-b/App.svelte diff --git a/site/content/tutorial/06-bindings/14-component-this/app-b/InputField.svelte b/site-content/tutorial/06-bindings/14-component-this/app-b/InputField.svelte similarity index 100% rename from site/content/tutorial/06-bindings/14-component-this/app-b/InputField.svelte rename to site-content/tutorial/06-bindings/14-component-this/app-b/InputField.svelte diff --git a/site/content/tutorial/06-bindings/14-component-this/text.md b/site-content/tutorial/06-bindings/14-component-this/text.md similarity index 100% rename from site/content/tutorial/06-bindings/14-component-this/text.md rename to site-content/tutorial/06-bindings/14-component-this/text.md diff --git a/site/content/tutorial/06-bindings/meta.json b/site-content/tutorial/06-bindings/meta.json similarity index 100% rename from site/content/tutorial/06-bindings/meta.json rename to site-content/tutorial/06-bindings/meta.json diff --git a/site/content/tutorial/07-lifecycle/01-onmount/app-a/App.svelte b/site-content/tutorial/07-lifecycle/01-onmount/app-a/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/01-onmount/app-a/App.svelte rename to site-content/tutorial/07-lifecycle/01-onmount/app-a/App.svelte diff --git a/site/content/tutorial/07-lifecycle/01-onmount/app-b/App.svelte b/site-content/tutorial/07-lifecycle/01-onmount/app-b/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/01-onmount/app-b/App.svelte rename to site-content/tutorial/07-lifecycle/01-onmount/app-b/App.svelte diff --git a/site/content/tutorial/07-lifecycle/01-onmount/text.md b/site-content/tutorial/07-lifecycle/01-onmount/text.md similarity index 100% rename from site/content/tutorial/07-lifecycle/01-onmount/text.md rename to site-content/tutorial/07-lifecycle/01-onmount/text.md diff --git a/site/content/tutorial/07-lifecycle/02-ondestroy/app-a/App.svelte b/site-content/tutorial/07-lifecycle/02-ondestroy/app-a/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/02-ondestroy/app-a/App.svelte rename to site-content/tutorial/07-lifecycle/02-ondestroy/app-a/App.svelte diff --git a/site/content/tutorial/07-lifecycle/02-ondestroy/app-a/Timer.svelte b/site-content/tutorial/07-lifecycle/02-ondestroy/app-a/Timer.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/02-ondestroy/app-a/Timer.svelte rename to site-content/tutorial/07-lifecycle/02-ondestroy/app-a/Timer.svelte diff --git a/site/content/tutorial/07-lifecycle/02-ondestroy/app-a/utils.js b/site-content/tutorial/07-lifecycle/02-ondestroy/app-a/utils.js similarity index 100% rename from site/content/tutorial/07-lifecycle/02-ondestroy/app-a/utils.js rename to site-content/tutorial/07-lifecycle/02-ondestroy/app-a/utils.js diff --git a/site/content/tutorial/07-lifecycle/02-ondestroy/app-b/App.svelte b/site-content/tutorial/07-lifecycle/02-ondestroy/app-b/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/02-ondestroy/app-b/App.svelte rename to site-content/tutorial/07-lifecycle/02-ondestroy/app-b/App.svelte diff --git a/site/content/tutorial/07-lifecycle/02-ondestroy/app-b/Timer.svelte b/site-content/tutorial/07-lifecycle/02-ondestroy/app-b/Timer.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/02-ondestroy/app-b/Timer.svelte rename to site-content/tutorial/07-lifecycle/02-ondestroy/app-b/Timer.svelte diff --git a/site/content/tutorial/07-lifecycle/02-ondestroy/app-b/utils.js b/site-content/tutorial/07-lifecycle/02-ondestroy/app-b/utils.js similarity index 100% rename from site/content/tutorial/07-lifecycle/02-ondestroy/app-b/utils.js rename to site-content/tutorial/07-lifecycle/02-ondestroy/app-b/utils.js diff --git a/site/content/tutorial/07-lifecycle/02-ondestroy/text.md b/site-content/tutorial/07-lifecycle/02-ondestroy/text.md similarity index 100% rename from site/content/tutorial/07-lifecycle/02-ondestroy/text.md rename to site-content/tutorial/07-lifecycle/02-ondestroy/text.md diff --git a/site/content/tutorial/07-lifecycle/03-update/app-a/App.svelte b/site-content/tutorial/07-lifecycle/03-update/app-a/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/03-update/app-a/App.svelte rename to site-content/tutorial/07-lifecycle/03-update/app-a/App.svelte diff --git a/site/content/tutorial/07-lifecycle/03-update/app-b/App.svelte b/site-content/tutorial/07-lifecycle/03-update/app-b/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/03-update/app-b/App.svelte rename to site-content/tutorial/07-lifecycle/03-update/app-b/App.svelte diff --git a/site/content/tutorial/07-lifecycle/03-update/text.md b/site-content/tutorial/07-lifecycle/03-update/text.md similarity index 100% rename from site/content/tutorial/07-lifecycle/03-update/text.md rename to site-content/tutorial/07-lifecycle/03-update/text.md diff --git a/site/content/tutorial/07-lifecycle/04-tick/app-a/App.svelte b/site-content/tutorial/07-lifecycle/04-tick/app-a/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/04-tick/app-a/App.svelte rename to site-content/tutorial/07-lifecycle/04-tick/app-a/App.svelte diff --git a/site/content/tutorial/07-lifecycle/04-tick/app-b/App.svelte b/site-content/tutorial/07-lifecycle/04-tick/app-b/App.svelte similarity index 100% rename from site/content/tutorial/07-lifecycle/04-tick/app-b/App.svelte rename to site-content/tutorial/07-lifecycle/04-tick/app-b/App.svelte diff --git a/site/content/tutorial/07-lifecycle/04-tick/text.md b/site-content/tutorial/07-lifecycle/04-tick/text.md similarity index 100% rename from site/content/tutorial/07-lifecycle/04-tick/text.md rename to site-content/tutorial/07-lifecycle/04-tick/text.md diff --git a/site/content/tutorial/07-lifecycle/meta.json b/site-content/tutorial/07-lifecycle/meta.json similarity index 100% rename from site/content/tutorial/07-lifecycle/meta.json rename to site-content/tutorial/07-lifecycle/meta.json diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-a/App.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-a/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-a/App.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-a/App.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-a/Decrementer.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-a/Decrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-a/Decrementer.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-a/Decrementer.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-a/Incrementer.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-a/Incrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-a/Incrementer.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-a/Incrementer.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-a/Resetter.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-a/Resetter.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-a/Resetter.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-a/Resetter.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-a/stores.js b/site-content/tutorial/08-stores/01-writable-stores/app-a/stores.js similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-a/stores.js rename to site-content/tutorial/08-stores/01-writable-stores/app-a/stores.js diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-b/App.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-b/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-b/App.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-b/App.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-b/Decrementer.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-b/Decrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-b/Decrementer.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-b/Decrementer.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-b/Incrementer.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-b/Incrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-b/Incrementer.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-b/Incrementer.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-b/Resetter.svelte b/site-content/tutorial/08-stores/01-writable-stores/app-b/Resetter.svelte similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-b/Resetter.svelte rename to site-content/tutorial/08-stores/01-writable-stores/app-b/Resetter.svelte diff --git a/site/content/tutorial/08-stores/01-writable-stores/app-b/stores.js b/site-content/tutorial/08-stores/01-writable-stores/app-b/stores.js similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/app-b/stores.js rename to site-content/tutorial/08-stores/01-writable-stores/app-b/stores.js diff --git a/site/content/tutorial/08-stores/01-writable-stores/text.md b/site-content/tutorial/08-stores/01-writable-stores/text.md similarity index 100% rename from site/content/tutorial/08-stores/01-writable-stores/text.md rename to site-content/tutorial/08-stores/01-writable-stores/text.md diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-a/App.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-a/App.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-a/App.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-a/Decrementer.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-a/Decrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-a/Decrementer.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-a/Decrementer.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-a/Incrementer.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-a/Incrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-a/Incrementer.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-a/Incrementer.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-a/Resetter.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-a/Resetter.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-a/Resetter.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-a/Resetter.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-a/stores.js b/site-content/tutorial/08-stores/02-auto-subscriptions/app-a/stores.js similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-a/stores.js rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-a/stores.js diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-b/App.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-b/App.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-b/App.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-b/Decrementer.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-b/Decrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-b/Decrementer.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-b/Decrementer.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-b/Incrementer.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-b/Incrementer.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-b/Incrementer.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-b/Incrementer.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-b/Resetter.svelte b/site-content/tutorial/08-stores/02-auto-subscriptions/app-b/Resetter.svelte similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-b/Resetter.svelte rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-b/Resetter.svelte diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/app-b/stores.js b/site-content/tutorial/08-stores/02-auto-subscriptions/app-b/stores.js similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/app-b/stores.js rename to site-content/tutorial/08-stores/02-auto-subscriptions/app-b/stores.js diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/text.md b/site-content/tutorial/08-stores/02-auto-subscriptions/text.md similarity index 100% rename from site/content/tutorial/08-stores/02-auto-subscriptions/text.md rename to site-content/tutorial/08-stores/02-auto-subscriptions/text.md diff --git a/site/content/tutorial/08-stores/03-readable-stores/app-a/App.svelte b/site-content/tutorial/08-stores/03-readable-stores/app-a/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/03-readable-stores/app-a/App.svelte rename to site-content/tutorial/08-stores/03-readable-stores/app-a/App.svelte diff --git a/site/content/tutorial/08-stores/03-readable-stores/app-a/stores.js b/site-content/tutorial/08-stores/03-readable-stores/app-a/stores.js similarity index 100% rename from site/content/tutorial/08-stores/03-readable-stores/app-a/stores.js rename to site-content/tutorial/08-stores/03-readable-stores/app-a/stores.js diff --git a/site/content/tutorial/08-stores/03-readable-stores/app-b/App.svelte b/site-content/tutorial/08-stores/03-readable-stores/app-b/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/03-readable-stores/app-b/App.svelte rename to site-content/tutorial/08-stores/03-readable-stores/app-b/App.svelte diff --git a/site/content/tutorial/08-stores/03-readable-stores/app-b/stores.js b/site-content/tutorial/08-stores/03-readable-stores/app-b/stores.js similarity index 100% rename from site/content/tutorial/08-stores/03-readable-stores/app-b/stores.js rename to site-content/tutorial/08-stores/03-readable-stores/app-b/stores.js diff --git a/site/content/tutorial/08-stores/03-readable-stores/text.md b/site-content/tutorial/08-stores/03-readable-stores/text.md similarity index 100% rename from site/content/tutorial/08-stores/03-readable-stores/text.md rename to site-content/tutorial/08-stores/03-readable-stores/text.md diff --git a/site/content/tutorial/08-stores/04-derived-stores/app-a/App.svelte b/site-content/tutorial/08-stores/04-derived-stores/app-a/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/04-derived-stores/app-a/App.svelte rename to site-content/tutorial/08-stores/04-derived-stores/app-a/App.svelte diff --git a/site/content/tutorial/08-stores/04-derived-stores/app-a/stores.js b/site-content/tutorial/08-stores/04-derived-stores/app-a/stores.js similarity index 100% rename from site/content/tutorial/08-stores/04-derived-stores/app-a/stores.js rename to site-content/tutorial/08-stores/04-derived-stores/app-a/stores.js diff --git a/site/content/tutorial/08-stores/04-derived-stores/app-b/App.svelte b/site-content/tutorial/08-stores/04-derived-stores/app-b/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/04-derived-stores/app-b/App.svelte rename to site-content/tutorial/08-stores/04-derived-stores/app-b/App.svelte diff --git a/site/content/tutorial/08-stores/04-derived-stores/app-b/stores.js b/site-content/tutorial/08-stores/04-derived-stores/app-b/stores.js similarity index 100% rename from site/content/tutorial/08-stores/04-derived-stores/app-b/stores.js rename to site-content/tutorial/08-stores/04-derived-stores/app-b/stores.js diff --git a/site/content/tutorial/08-stores/04-derived-stores/text.md b/site-content/tutorial/08-stores/04-derived-stores/text.md similarity index 100% rename from site/content/tutorial/08-stores/04-derived-stores/text.md rename to site-content/tutorial/08-stores/04-derived-stores/text.md diff --git a/site/content/tutorial/08-stores/05-custom-stores/app-a/App.svelte b/site-content/tutorial/08-stores/05-custom-stores/app-a/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/05-custom-stores/app-a/App.svelte rename to site-content/tutorial/08-stores/05-custom-stores/app-a/App.svelte diff --git a/site/content/tutorial/08-stores/05-custom-stores/app-a/stores.js b/site-content/tutorial/08-stores/05-custom-stores/app-a/stores.js similarity index 100% rename from site/content/tutorial/08-stores/05-custom-stores/app-a/stores.js rename to site-content/tutorial/08-stores/05-custom-stores/app-a/stores.js diff --git a/site/content/tutorial/08-stores/05-custom-stores/app-b/App.svelte b/site-content/tutorial/08-stores/05-custom-stores/app-b/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/05-custom-stores/app-b/App.svelte rename to site-content/tutorial/08-stores/05-custom-stores/app-b/App.svelte diff --git a/site/content/tutorial/08-stores/05-custom-stores/app-b/stores.js b/site-content/tutorial/08-stores/05-custom-stores/app-b/stores.js similarity index 100% rename from site/content/tutorial/08-stores/05-custom-stores/app-b/stores.js rename to site-content/tutorial/08-stores/05-custom-stores/app-b/stores.js diff --git a/site/content/tutorial/08-stores/05-custom-stores/text.md b/site-content/tutorial/08-stores/05-custom-stores/text.md similarity index 100% rename from site/content/tutorial/08-stores/05-custom-stores/text.md rename to site-content/tutorial/08-stores/05-custom-stores/text.md diff --git a/site/content/tutorial/08-stores/06-store-bindings/app-a/App.svelte b/site-content/tutorial/08-stores/06-store-bindings/app-a/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/06-store-bindings/app-a/App.svelte rename to site-content/tutorial/08-stores/06-store-bindings/app-a/App.svelte diff --git a/site/content/tutorial/08-stores/06-store-bindings/app-a/stores.js b/site-content/tutorial/08-stores/06-store-bindings/app-a/stores.js similarity index 100% rename from site/content/tutorial/08-stores/06-store-bindings/app-a/stores.js rename to site-content/tutorial/08-stores/06-store-bindings/app-a/stores.js diff --git a/site/content/tutorial/08-stores/06-store-bindings/app-b/App.svelte b/site-content/tutorial/08-stores/06-store-bindings/app-b/App.svelte similarity index 100% rename from site/content/tutorial/08-stores/06-store-bindings/app-b/App.svelte rename to site-content/tutorial/08-stores/06-store-bindings/app-b/App.svelte diff --git a/site/content/tutorial/08-stores/06-store-bindings/app-b/stores.js b/site-content/tutorial/08-stores/06-store-bindings/app-b/stores.js similarity index 100% rename from site/content/tutorial/08-stores/06-store-bindings/app-b/stores.js rename to site-content/tutorial/08-stores/06-store-bindings/app-b/stores.js diff --git a/site/content/tutorial/08-stores/06-store-bindings/text.md b/site-content/tutorial/08-stores/06-store-bindings/text.md similarity index 100% rename from site/content/tutorial/08-stores/06-store-bindings/text.md rename to site-content/tutorial/08-stores/06-store-bindings/text.md diff --git a/site/content/tutorial/08-stores/meta.json b/site-content/tutorial/08-stores/meta.json similarity index 100% rename from site/content/tutorial/08-stores/meta.json rename to site-content/tutorial/08-stores/meta.json diff --git a/site/content/tutorial/09-motion/01-tweened/app-a/App.svelte b/site-content/tutorial/09-motion/01-tweened/app-a/App.svelte similarity index 100% rename from site/content/tutorial/09-motion/01-tweened/app-a/App.svelte rename to site-content/tutorial/09-motion/01-tweened/app-a/App.svelte diff --git a/site/content/tutorial/09-motion/01-tweened/app-b/App.svelte b/site-content/tutorial/09-motion/01-tweened/app-b/App.svelte similarity index 100% rename from site/content/tutorial/09-motion/01-tweened/app-b/App.svelte rename to site-content/tutorial/09-motion/01-tweened/app-b/App.svelte diff --git a/site/content/tutorial/09-motion/01-tweened/text.md b/site-content/tutorial/09-motion/01-tweened/text.md similarity index 100% rename from site/content/tutorial/09-motion/01-tweened/text.md rename to site-content/tutorial/09-motion/01-tweened/text.md diff --git a/site/content/tutorial/09-motion/02-spring/app-a/App.svelte b/site-content/tutorial/09-motion/02-spring/app-a/App.svelte similarity index 100% rename from site/content/tutorial/09-motion/02-spring/app-a/App.svelte rename to site-content/tutorial/09-motion/02-spring/app-a/App.svelte diff --git a/site/content/tutorial/09-motion/02-spring/app-b/App.svelte b/site-content/tutorial/09-motion/02-spring/app-b/App.svelte similarity index 100% rename from site/content/tutorial/09-motion/02-spring/app-b/App.svelte rename to site-content/tutorial/09-motion/02-spring/app-b/App.svelte diff --git a/site/content/tutorial/09-motion/02-spring/text.md b/site-content/tutorial/09-motion/02-spring/text.md similarity index 100% rename from site/content/tutorial/09-motion/02-spring/text.md rename to site-content/tutorial/09-motion/02-spring/text.md diff --git a/site/content/tutorial/09-motion/meta.json b/site-content/tutorial/09-motion/meta.json similarity index 100% rename from site/content/tutorial/09-motion/meta.json rename to site-content/tutorial/09-motion/meta.json diff --git a/site/content/tutorial/10-transitions/01-transition/app-a/App.svelte b/site-content/tutorial/10-transitions/01-transition/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/01-transition/app-a/App.svelte rename to site-content/tutorial/10-transitions/01-transition/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/01-transition/app-b/App.svelte b/site-content/tutorial/10-transitions/01-transition/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/01-transition/app-b/App.svelte rename to site-content/tutorial/10-transitions/01-transition/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/01-transition/text.md b/site-content/tutorial/10-transitions/01-transition/text.md similarity index 100% rename from site/content/tutorial/10-transitions/01-transition/text.md rename to site-content/tutorial/10-transitions/01-transition/text.md diff --git a/site/content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-a/App.svelte b/site-content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-a/App.svelte rename to site-content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-b/App.svelte b/site-content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-b/App.svelte rename to site-content/tutorial/10-transitions/02-adding-parameters-to-transitions/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/02-adding-parameters-to-transitions/text.md b/site-content/tutorial/10-transitions/02-adding-parameters-to-transitions/text.md similarity index 100% rename from site/content/tutorial/10-transitions/02-adding-parameters-to-transitions/text.md rename to site-content/tutorial/10-transitions/02-adding-parameters-to-transitions/text.md diff --git a/site/content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte b/site-content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte rename to site-content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/03-in-and-out/app-b/App.svelte b/site-content/tutorial/10-transitions/03-in-and-out/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/03-in-and-out/app-b/App.svelte rename to site-content/tutorial/10-transitions/03-in-and-out/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/03-in-and-out/text.md b/site-content/tutorial/10-transitions/03-in-and-out/text.md similarity index 100% rename from site/content/tutorial/10-transitions/03-in-and-out/text.md rename to site-content/tutorial/10-transitions/03-in-and-out/text.md diff --git a/site/content/tutorial/10-transitions/04-custom-css-transitions/app-a/App.svelte b/site-content/tutorial/10-transitions/04-custom-css-transitions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/04-custom-css-transitions/app-a/App.svelte rename to site-content/tutorial/10-transitions/04-custom-css-transitions/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/04-custom-css-transitions/app-b/App.svelte b/site-content/tutorial/10-transitions/04-custom-css-transitions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/04-custom-css-transitions/app-b/App.svelte rename to site-content/tutorial/10-transitions/04-custom-css-transitions/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/04-custom-css-transitions/text.md b/site-content/tutorial/10-transitions/04-custom-css-transitions/text.md similarity index 100% rename from site/content/tutorial/10-transitions/04-custom-css-transitions/text.md rename to site-content/tutorial/10-transitions/04-custom-css-transitions/text.md diff --git a/site/content/tutorial/10-transitions/05-custom-js-transitions/app-a/App.svelte b/site-content/tutorial/10-transitions/05-custom-js-transitions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/05-custom-js-transitions/app-a/App.svelte rename to site-content/tutorial/10-transitions/05-custom-js-transitions/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/05-custom-js-transitions/app-b/App.svelte b/site-content/tutorial/10-transitions/05-custom-js-transitions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/05-custom-js-transitions/app-b/App.svelte rename to site-content/tutorial/10-transitions/05-custom-js-transitions/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/05-custom-js-transitions/text.md b/site-content/tutorial/10-transitions/05-custom-js-transitions/text.md similarity index 100% rename from site/content/tutorial/10-transitions/05-custom-js-transitions/text.md rename to site-content/tutorial/10-transitions/05-custom-js-transitions/text.md diff --git a/site/content/tutorial/10-transitions/06-transition-events/app-a/App.svelte b/site-content/tutorial/10-transitions/06-transition-events/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/06-transition-events/app-a/App.svelte rename to site-content/tutorial/10-transitions/06-transition-events/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/06-transition-events/app-b/App.svelte b/site-content/tutorial/10-transitions/06-transition-events/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/06-transition-events/app-b/App.svelte rename to site-content/tutorial/10-transitions/06-transition-events/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/06-transition-events/text.md b/site-content/tutorial/10-transitions/06-transition-events/text.md similarity index 100% rename from site/content/tutorial/10-transitions/06-transition-events/text.md rename to site-content/tutorial/10-transitions/06-transition-events/text.md diff --git a/site/content/tutorial/10-transitions/07-local-transitions/app-a/App.svelte b/site-content/tutorial/10-transitions/07-local-transitions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/07-local-transitions/app-a/App.svelte rename to site-content/tutorial/10-transitions/07-local-transitions/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/07-local-transitions/app-b/App.svelte b/site-content/tutorial/10-transitions/07-local-transitions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/07-local-transitions/app-b/App.svelte rename to site-content/tutorial/10-transitions/07-local-transitions/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/07-local-transitions/text.md b/site-content/tutorial/10-transitions/07-local-transitions/text.md similarity index 100% rename from site/content/tutorial/10-transitions/07-local-transitions/text.md rename to site-content/tutorial/10-transitions/07-local-transitions/text.md diff --git a/site/content/tutorial/10-transitions/08-deferred-transitions/app-a/App.svelte b/site-content/tutorial/10-transitions/08-deferred-transitions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/08-deferred-transitions/app-a/App.svelte rename to site-content/tutorial/10-transitions/08-deferred-transitions/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/08-deferred-transitions/app-b/App.svelte b/site-content/tutorial/10-transitions/08-deferred-transitions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/08-deferred-transitions/app-b/App.svelte rename to site-content/tutorial/10-transitions/08-deferred-transitions/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/08-deferred-transitions/text.md b/site-content/tutorial/10-transitions/08-deferred-transitions/text.md similarity index 100% rename from site/content/tutorial/10-transitions/08-deferred-transitions/text.md rename to site-content/tutorial/10-transitions/08-deferred-transitions/text.md diff --git a/site/content/tutorial/10-transitions/09-key-blocks/app-a/App.svelte b/site-content/tutorial/10-transitions/09-key-blocks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/09-key-blocks/app-a/App.svelte rename to site-content/tutorial/10-transitions/09-key-blocks/app-a/App.svelte diff --git a/site/content/tutorial/10-transitions/09-key-blocks/app-b/App.svelte b/site-content/tutorial/10-transitions/09-key-blocks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/10-transitions/09-key-blocks/app-b/App.svelte rename to site-content/tutorial/10-transitions/09-key-blocks/app-b/App.svelte diff --git a/site/content/tutorial/10-transitions/09-key-blocks/text.md b/site-content/tutorial/10-transitions/09-key-blocks/text.md similarity index 100% rename from site/content/tutorial/10-transitions/09-key-blocks/text.md rename to site-content/tutorial/10-transitions/09-key-blocks/text.md diff --git a/site/content/tutorial/10-transitions/meta.json b/site-content/tutorial/10-transitions/meta.json similarity index 100% rename from site/content/tutorial/10-transitions/meta.json rename to site-content/tutorial/10-transitions/meta.json diff --git a/site/content/tutorial/11-animations/01-animate/app-a/App.svelte b/site-content/tutorial/11-animations/01-animate/app-a/App.svelte similarity index 100% rename from site/content/tutorial/11-animations/01-animate/app-a/App.svelte rename to site-content/tutorial/11-animations/01-animate/app-a/App.svelte diff --git a/site/content/tutorial/11-animations/01-animate/app-b/App.svelte b/site-content/tutorial/11-animations/01-animate/app-b/App.svelte similarity index 100% rename from site/content/tutorial/11-animations/01-animate/app-b/App.svelte rename to site-content/tutorial/11-animations/01-animate/app-b/App.svelte diff --git a/site/content/tutorial/11-animations/01-animate/text.md b/site-content/tutorial/11-animations/01-animate/text.md similarity index 100% rename from site/content/tutorial/11-animations/01-animate/text.md rename to site-content/tutorial/11-animations/01-animate/text.md diff --git a/site/content/tutorial/11-animations/meta.json b/site-content/tutorial/11-animations/meta.json similarity index 100% rename from site/content/tutorial/11-animations/meta.json rename to site-content/tutorial/11-animations/meta.json diff --git a/site/content/tutorial/12-actions/01-actions/app-a/App.svelte b/site-content/tutorial/12-actions/01-actions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/12-actions/01-actions/app-a/App.svelte rename to site-content/tutorial/12-actions/01-actions/app-a/App.svelte diff --git a/site/content/tutorial/12-actions/01-actions/app-a/click_outside.js b/site-content/tutorial/12-actions/01-actions/app-a/click_outside.js similarity index 100% rename from site/content/tutorial/12-actions/01-actions/app-a/click_outside.js rename to site-content/tutorial/12-actions/01-actions/app-a/click_outside.js diff --git a/site/content/tutorial/12-actions/01-actions/app-b/App.svelte b/site-content/tutorial/12-actions/01-actions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/12-actions/01-actions/app-b/App.svelte rename to site-content/tutorial/12-actions/01-actions/app-b/App.svelte diff --git a/site/content/tutorial/12-actions/01-actions/app-b/click_outside.js b/site-content/tutorial/12-actions/01-actions/app-b/click_outside.js similarity index 100% rename from site/content/tutorial/12-actions/01-actions/app-b/click_outside.js rename to site-content/tutorial/12-actions/01-actions/app-b/click_outside.js diff --git a/site/content/tutorial/12-actions/01-actions/text.md b/site-content/tutorial/12-actions/01-actions/text.md similarity index 100% rename from site/content/tutorial/12-actions/01-actions/text.md rename to site-content/tutorial/12-actions/01-actions/text.md diff --git a/site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/App.svelte b/site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/App.svelte similarity index 100% rename from site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/App.svelte rename to site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/App.svelte diff --git a/site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/longpress.js b/site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/longpress.js similarity index 100% rename from site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/longpress.js rename to site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-a/longpress.js diff --git a/site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/App.svelte b/site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/App.svelte similarity index 100% rename from site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/App.svelte rename to site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/App.svelte diff --git a/site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/longpress.js b/site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/longpress.js similarity index 100% rename from site/content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/longpress.js rename to site-content/tutorial/12-actions/02-adding-parameters-to-actions/app-b/longpress.js diff --git a/site/content/tutorial/12-actions/02-adding-parameters-to-actions/text.md b/site-content/tutorial/12-actions/02-adding-parameters-to-actions/text.md similarity index 100% rename from site/content/tutorial/12-actions/02-adding-parameters-to-actions/text.md rename to site-content/tutorial/12-actions/02-adding-parameters-to-actions/text.md diff --git a/site/content/tutorial/12-actions/meta.json b/site-content/tutorial/12-actions/meta.json similarity index 100% rename from site/content/tutorial/12-actions/meta.json rename to site-content/tutorial/12-actions/meta.json diff --git a/site/content/tutorial/13-classes/01-classes/app-a/App.svelte b/site-content/tutorial/13-classes/01-classes/app-a/App.svelte similarity index 100% rename from site/content/tutorial/13-classes/01-classes/app-a/App.svelte rename to site-content/tutorial/13-classes/01-classes/app-a/App.svelte diff --git a/site/content/tutorial/13-classes/01-classes/app-b/App.svelte b/site-content/tutorial/13-classes/01-classes/app-b/App.svelte similarity index 100% rename from site/content/tutorial/13-classes/01-classes/app-b/App.svelte rename to site-content/tutorial/13-classes/01-classes/app-b/App.svelte diff --git a/site/content/tutorial/13-classes/01-classes/text.md b/site-content/tutorial/13-classes/01-classes/text.md similarity index 100% rename from site/content/tutorial/13-classes/01-classes/text.md rename to site-content/tutorial/13-classes/01-classes/text.md diff --git a/site/content/tutorial/13-classes/02-class-shorthand/app-a/App.svelte b/site-content/tutorial/13-classes/02-class-shorthand/app-a/App.svelte similarity index 100% rename from site/content/tutorial/13-classes/02-class-shorthand/app-a/App.svelte rename to site-content/tutorial/13-classes/02-class-shorthand/app-a/App.svelte diff --git a/site/content/tutorial/13-classes/02-class-shorthand/app-b/App.svelte b/site-content/tutorial/13-classes/02-class-shorthand/app-b/App.svelte similarity index 100% rename from site/content/tutorial/13-classes/02-class-shorthand/app-b/App.svelte rename to site-content/tutorial/13-classes/02-class-shorthand/app-b/App.svelte diff --git a/site/content/tutorial/13-classes/02-class-shorthand/text.md b/site-content/tutorial/13-classes/02-class-shorthand/text.md similarity index 100% rename from site/content/tutorial/13-classes/02-class-shorthand/text.md rename to site-content/tutorial/13-classes/02-class-shorthand/text.md diff --git a/site/content/tutorial/13-classes/meta.json b/site-content/tutorial/13-classes/meta.json similarity index 100% rename from site/content/tutorial/13-classes/meta.json rename to site-content/tutorial/13-classes/meta.json diff --git a/site/content/tutorial/14-composition/01-slots/app-a/App.svelte b/site-content/tutorial/14-composition/01-slots/app-a/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/01-slots/app-a/App.svelte rename to site-content/tutorial/14-composition/01-slots/app-a/App.svelte diff --git a/site/content/tutorial/14-composition/01-slots/app-a/Box.svelte b/site-content/tutorial/14-composition/01-slots/app-a/Box.svelte similarity index 100% rename from site/content/tutorial/14-composition/01-slots/app-a/Box.svelte rename to site-content/tutorial/14-composition/01-slots/app-a/Box.svelte diff --git a/site/content/tutorial/14-composition/01-slots/app-b/App.svelte b/site-content/tutorial/14-composition/01-slots/app-b/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/01-slots/app-b/App.svelte rename to site-content/tutorial/14-composition/01-slots/app-b/App.svelte diff --git a/site/content/tutorial/14-composition/01-slots/app-b/Box.svelte b/site-content/tutorial/14-composition/01-slots/app-b/Box.svelte similarity index 100% rename from site/content/tutorial/14-composition/01-slots/app-b/Box.svelte rename to site-content/tutorial/14-composition/01-slots/app-b/Box.svelte diff --git a/site/content/tutorial/14-composition/01-slots/text.md b/site-content/tutorial/14-composition/01-slots/text.md similarity index 100% rename from site/content/tutorial/14-composition/01-slots/text.md rename to site-content/tutorial/14-composition/01-slots/text.md diff --git a/site/content/tutorial/14-composition/02-slot-fallbacks/app-a/App.svelte b/site-content/tutorial/14-composition/02-slot-fallbacks/app-a/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/02-slot-fallbacks/app-a/App.svelte rename to site-content/tutorial/14-composition/02-slot-fallbacks/app-a/App.svelte diff --git a/site/content/tutorial/14-composition/02-slot-fallbacks/app-a/Box.svelte b/site-content/tutorial/14-composition/02-slot-fallbacks/app-a/Box.svelte similarity index 100% rename from site/content/tutorial/14-composition/02-slot-fallbacks/app-a/Box.svelte rename to site-content/tutorial/14-composition/02-slot-fallbacks/app-a/Box.svelte diff --git a/site/content/tutorial/14-composition/02-slot-fallbacks/app-b/App.svelte b/site-content/tutorial/14-composition/02-slot-fallbacks/app-b/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/02-slot-fallbacks/app-b/App.svelte rename to site-content/tutorial/14-composition/02-slot-fallbacks/app-b/App.svelte diff --git a/site/content/tutorial/14-composition/02-slot-fallbacks/app-b/Box.svelte b/site-content/tutorial/14-composition/02-slot-fallbacks/app-b/Box.svelte similarity index 100% rename from site/content/tutorial/14-composition/02-slot-fallbacks/app-b/Box.svelte rename to site-content/tutorial/14-composition/02-slot-fallbacks/app-b/Box.svelte diff --git a/site/content/tutorial/14-composition/02-slot-fallbacks/text.md b/site-content/tutorial/14-composition/02-slot-fallbacks/text.md similarity index 100% rename from site/content/tutorial/14-composition/02-slot-fallbacks/text.md rename to site-content/tutorial/14-composition/02-slot-fallbacks/text.md diff --git a/site/content/tutorial/14-composition/03-named-slots/app-a/App.svelte b/site-content/tutorial/14-composition/03-named-slots/app-a/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/03-named-slots/app-a/App.svelte rename to site-content/tutorial/14-composition/03-named-slots/app-a/App.svelte diff --git a/site/content/tutorial/14-composition/03-named-slots/app-a/ContactCard.svelte b/site-content/tutorial/14-composition/03-named-slots/app-a/ContactCard.svelte similarity index 100% rename from site/content/tutorial/14-composition/03-named-slots/app-a/ContactCard.svelte rename to site-content/tutorial/14-composition/03-named-slots/app-a/ContactCard.svelte diff --git a/site/content/tutorial/14-composition/03-named-slots/app-b/App.svelte b/site-content/tutorial/14-composition/03-named-slots/app-b/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/03-named-slots/app-b/App.svelte rename to site-content/tutorial/14-composition/03-named-slots/app-b/App.svelte diff --git a/site/content/tutorial/14-composition/03-named-slots/app-b/ContactCard.svelte b/site-content/tutorial/14-composition/03-named-slots/app-b/ContactCard.svelte similarity index 100% rename from site/content/tutorial/14-composition/03-named-slots/app-b/ContactCard.svelte rename to site-content/tutorial/14-composition/03-named-slots/app-b/ContactCard.svelte diff --git a/site/content/tutorial/14-composition/03-named-slots/text.md b/site-content/tutorial/14-composition/03-named-slots/text.md similarity index 100% rename from site/content/tutorial/14-composition/03-named-slots/text.md rename to site-content/tutorial/14-composition/03-named-slots/text.md diff --git a/site/content/tutorial/14-composition/04-optional-slots/app-a/App.svelte b/site-content/tutorial/14-composition/04-optional-slots/app-a/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/04-optional-slots/app-a/App.svelte rename to site-content/tutorial/14-composition/04-optional-slots/app-a/App.svelte diff --git a/site/content/tutorial/14-composition/04-optional-slots/app-a/Comment.svelte b/site-content/tutorial/14-composition/04-optional-slots/app-a/Comment.svelte similarity index 100% rename from site/content/tutorial/14-composition/04-optional-slots/app-a/Comment.svelte rename to site-content/tutorial/14-composition/04-optional-slots/app-a/Comment.svelte diff --git a/site/content/tutorial/14-composition/04-optional-slots/app-a/Project.svelte b/site-content/tutorial/14-composition/04-optional-slots/app-a/Project.svelte similarity index 100% rename from site/content/tutorial/14-composition/04-optional-slots/app-a/Project.svelte rename to site-content/tutorial/14-composition/04-optional-slots/app-a/Project.svelte diff --git a/site/content/tutorial/14-composition/04-optional-slots/app-b/App.svelte b/site-content/tutorial/14-composition/04-optional-slots/app-b/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/04-optional-slots/app-b/App.svelte rename to site-content/tutorial/14-composition/04-optional-slots/app-b/App.svelte diff --git a/site/content/tutorial/14-composition/04-optional-slots/app-b/Comment.svelte b/site-content/tutorial/14-composition/04-optional-slots/app-b/Comment.svelte similarity index 100% rename from site/content/tutorial/14-composition/04-optional-slots/app-b/Comment.svelte rename to site-content/tutorial/14-composition/04-optional-slots/app-b/Comment.svelte diff --git a/site/content/tutorial/14-composition/04-optional-slots/app-b/Project.svelte b/site-content/tutorial/14-composition/04-optional-slots/app-b/Project.svelte similarity index 100% rename from site/content/tutorial/14-composition/04-optional-slots/app-b/Project.svelte rename to site-content/tutorial/14-composition/04-optional-slots/app-b/Project.svelte diff --git a/site/content/tutorial/14-composition/04-optional-slots/text.md b/site-content/tutorial/14-composition/04-optional-slots/text.md similarity index 100% rename from site/content/tutorial/14-composition/04-optional-slots/text.md rename to site-content/tutorial/14-composition/04-optional-slots/text.md diff --git a/site/content/tutorial/14-composition/05-slot-props/app-a/App.svelte b/site-content/tutorial/14-composition/05-slot-props/app-a/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/05-slot-props/app-a/App.svelte rename to site-content/tutorial/14-composition/05-slot-props/app-a/App.svelte diff --git a/site/content/tutorial/14-composition/05-slot-props/app-a/Hoverable.svelte b/site-content/tutorial/14-composition/05-slot-props/app-a/Hoverable.svelte similarity index 100% rename from site/content/tutorial/14-composition/05-slot-props/app-a/Hoverable.svelte rename to site-content/tutorial/14-composition/05-slot-props/app-a/Hoverable.svelte diff --git a/site/content/tutorial/14-composition/05-slot-props/app-b/App.svelte b/site-content/tutorial/14-composition/05-slot-props/app-b/App.svelte similarity index 100% rename from site/content/tutorial/14-composition/05-slot-props/app-b/App.svelte rename to site-content/tutorial/14-composition/05-slot-props/app-b/App.svelte diff --git a/site/content/tutorial/14-composition/05-slot-props/app-b/Hoverable.svelte b/site-content/tutorial/14-composition/05-slot-props/app-b/Hoverable.svelte similarity index 100% rename from site/content/tutorial/14-composition/05-slot-props/app-b/Hoverable.svelte rename to site-content/tutorial/14-composition/05-slot-props/app-b/Hoverable.svelte diff --git a/site/content/tutorial/14-composition/05-slot-props/text.md b/site-content/tutorial/14-composition/05-slot-props/text.md similarity index 100% rename from site/content/tutorial/14-composition/05-slot-props/text.md rename to site-content/tutorial/14-composition/05-slot-props/text.md diff --git a/site/content/tutorial/14-composition/meta.json b/site-content/tutorial/14-composition/meta.json similarity index 100% rename from site/content/tutorial/14-composition/meta.json rename to site-content/tutorial/14-composition/meta.json diff --git a/site/content/tutorial/15-context/01-context-api/app-a/App.svelte b/site-content/tutorial/15-context/01-context-api/app-a/App.svelte similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-a/App.svelte rename to site-content/tutorial/15-context/01-context-api/app-a/App.svelte diff --git a/site/content/tutorial/15-context/01-context-api/app-a/Map.svelte b/site-content/tutorial/15-context/01-context-api/app-a/Map.svelte similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-a/Map.svelte rename to site-content/tutorial/15-context/01-context-api/app-a/Map.svelte diff --git a/site/content/tutorial/15-context/01-context-api/app-a/MapMarker.svelte b/site-content/tutorial/15-context/01-context-api/app-a/MapMarker.svelte similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-a/MapMarker.svelte rename to site-content/tutorial/15-context/01-context-api/app-a/MapMarker.svelte diff --git a/site/content/tutorial/15-context/01-context-api/app-a/mapbox.js b/site-content/tutorial/15-context/01-context-api/app-a/mapbox.js similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-a/mapbox.js rename to site-content/tutorial/15-context/01-context-api/app-a/mapbox.js diff --git a/site/content/tutorial/15-context/01-context-api/app-b/App.svelte b/site-content/tutorial/15-context/01-context-api/app-b/App.svelte similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-b/App.svelte rename to site-content/tutorial/15-context/01-context-api/app-b/App.svelte diff --git a/site/content/tutorial/15-context/01-context-api/app-b/Map.svelte b/site-content/tutorial/15-context/01-context-api/app-b/Map.svelte similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-b/Map.svelte rename to site-content/tutorial/15-context/01-context-api/app-b/Map.svelte diff --git a/site/content/tutorial/15-context/01-context-api/app-b/MapMarker.svelte b/site-content/tutorial/15-context/01-context-api/app-b/MapMarker.svelte similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-b/MapMarker.svelte rename to site-content/tutorial/15-context/01-context-api/app-b/MapMarker.svelte diff --git a/site/content/tutorial/15-context/01-context-api/app-b/mapbox.js b/site-content/tutorial/15-context/01-context-api/app-b/mapbox.js similarity index 100% rename from site/content/tutorial/15-context/01-context-api/app-b/mapbox.js rename to site-content/tutorial/15-context/01-context-api/app-b/mapbox.js diff --git a/site/content/tutorial/15-context/01-context-api/text.md b/site-content/tutorial/15-context/01-context-api/text.md similarity index 100% rename from site/content/tutorial/15-context/01-context-api/text.md rename to site-content/tutorial/15-context/01-context-api/text.md diff --git a/site/content/tutorial/15-context/meta.json b/site-content/tutorial/15-context/meta.json similarity index 100% rename from site/content/tutorial/15-context/meta.json rename to site-content/tutorial/15-context/meta.json diff --git a/site/content/tutorial/16-special-elements/01-svelte-self/app-a/App.svelte b/site-content/tutorial/16-special-elements/01-svelte-self/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/01-svelte-self/app-a/App.svelte rename to site-content/tutorial/16-special-elements/01-svelte-self/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/01-svelte-self/app-a/File.svelte b/site-content/tutorial/16-special-elements/01-svelte-self/app-a/File.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/01-svelte-self/app-a/File.svelte rename to site-content/tutorial/16-special-elements/01-svelte-self/app-a/File.svelte diff --git a/site/content/tutorial/16-special-elements/01-svelte-self/app-a/Folder.svelte b/site-content/tutorial/16-special-elements/01-svelte-self/app-a/Folder.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/01-svelte-self/app-a/Folder.svelte rename to site-content/tutorial/16-special-elements/01-svelte-self/app-a/Folder.svelte diff --git a/site/content/tutorial/16-special-elements/01-svelte-self/app-b/App.svelte b/site-content/tutorial/16-special-elements/01-svelte-self/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/01-svelte-self/app-b/App.svelte rename to site-content/tutorial/16-special-elements/01-svelte-self/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/01-svelte-self/app-b/File.svelte b/site-content/tutorial/16-special-elements/01-svelte-self/app-b/File.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/01-svelte-self/app-b/File.svelte rename to site-content/tutorial/16-special-elements/01-svelte-self/app-b/File.svelte diff --git a/site/content/tutorial/16-special-elements/01-svelte-self/app-b/Folder.svelte b/site-content/tutorial/16-special-elements/01-svelte-self/app-b/Folder.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/01-svelte-self/app-b/Folder.svelte rename to site-content/tutorial/16-special-elements/01-svelte-self/app-b/Folder.svelte diff --git a/site/content/tutorial/16-special-elements/01-svelte-self/text.md b/site-content/tutorial/16-special-elements/01-svelte-self/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/01-svelte-self/text.md rename to site-content/tutorial/16-special-elements/01-svelte-self/text.md diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-a/App.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-a/App.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-a/BlueThing.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-a/BlueThing.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-a/BlueThing.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-a/BlueThing.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-a/GreenThing.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-a/GreenThing.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-a/GreenThing.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-a/GreenThing.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-a/RedThing.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-a/RedThing.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-a/RedThing.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-a/RedThing.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-b/App.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-b/App.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-b/BlueThing.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-b/BlueThing.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-b/BlueThing.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-b/BlueThing.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-b/GreenThing.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-b/GreenThing.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-b/GreenThing.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-b/GreenThing.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/app-b/RedThing.svelte b/site-content/tutorial/16-special-elements/02-svelte-component/app-b/RedThing.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/app-b/RedThing.svelte rename to site-content/tutorial/16-special-elements/02-svelte-component/app-b/RedThing.svelte diff --git a/site/content/tutorial/16-special-elements/02-svelte-component/text.md b/site-content/tutorial/16-special-elements/02-svelte-component/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/02-svelte-component/text.md rename to site-content/tutorial/16-special-elements/02-svelte-component/text.md diff --git a/site/content/tutorial/16-special-elements/03-svelte-window/app-a/App.svelte b/site-content/tutorial/16-special-elements/03-svelte-window/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/03-svelte-window/app-a/App.svelte rename to site-content/tutorial/16-special-elements/03-svelte-window/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/03-svelte-window/app-b/App.svelte b/site-content/tutorial/16-special-elements/03-svelte-window/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/03-svelte-window/app-b/App.svelte rename to site-content/tutorial/16-special-elements/03-svelte-window/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/03-svelte-window/text.md b/site-content/tutorial/16-special-elements/03-svelte-window/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/03-svelte-window/text.md rename to site-content/tutorial/16-special-elements/03-svelte-window/text.md diff --git a/site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte b/site-content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte rename to site-content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-b/App.svelte b/site-content/tutorial/16-special-elements/04-svelte-window-bindings/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-b/App.svelte rename to site-content/tutorial/16-special-elements/04-svelte-window-bindings/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/04-svelte-window-bindings/text.md b/site-content/tutorial/16-special-elements/04-svelte-window-bindings/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/04-svelte-window-bindings/text.md rename to site-content/tutorial/16-special-elements/04-svelte-window-bindings/text.md diff --git a/site/content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte b/site-content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte rename to site-content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/05-svelte-body/app-b/App.svelte b/site-content/tutorial/16-special-elements/05-svelte-body/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/05-svelte-body/app-b/App.svelte rename to site-content/tutorial/16-special-elements/05-svelte-body/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/05-svelte-body/text.md b/site-content/tutorial/16-special-elements/05-svelte-body/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/05-svelte-body/text.md rename to site-content/tutorial/16-special-elements/05-svelte-body/text.md diff --git a/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte b/site-content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte rename to site-content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte b/site-content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte rename to site-content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/06-svelte-head/text.md b/site-content/tutorial/16-special-elements/06-svelte-head/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/06-svelte-head/text.md rename to site-content/tutorial/16-special-elements/06-svelte-head/text.md diff --git a/site/content/tutorial/16-special-elements/07-svelte-options/app-a/App.svelte b/site-content/tutorial/16-special-elements/07-svelte-options/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/07-svelte-options/app-a/App.svelte rename to site-content/tutorial/16-special-elements/07-svelte-options/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/07-svelte-options/app-a/Todo.svelte b/site-content/tutorial/16-special-elements/07-svelte-options/app-a/Todo.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/07-svelte-options/app-a/Todo.svelte rename to site-content/tutorial/16-special-elements/07-svelte-options/app-a/Todo.svelte diff --git a/site/content/tutorial/16-special-elements/07-svelte-options/app-a/flash.js b/site-content/tutorial/16-special-elements/07-svelte-options/app-a/flash.js similarity index 100% rename from site/content/tutorial/16-special-elements/07-svelte-options/app-a/flash.js rename to site-content/tutorial/16-special-elements/07-svelte-options/app-a/flash.js diff --git a/site/content/tutorial/16-special-elements/07-svelte-options/app-b/App.svelte b/site-content/tutorial/16-special-elements/07-svelte-options/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/07-svelte-options/app-b/App.svelte rename to site-content/tutorial/16-special-elements/07-svelte-options/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/07-svelte-options/app-b/Todo.svelte b/site-content/tutorial/16-special-elements/07-svelte-options/app-b/Todo.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/07-svelte-options/app-b/Todo.svelte rename to site-content/tutorial/16-special-elements/07-svelte-options/app-b/Todo.svelte diff --git a/site/content/tutorial/16-special-elements/07-svelte-options/app-b/flash.js b/site-content/tutorial/16-special-elements/07-svelte-options/app-b/flash.js similarity index 100% rename from site/content/tutorial/16-special-elements/07-svelte-options/app-b/flash.js rename to site-content/tutorial/16-special-elements/07-svelte-options/app-b/flash.js diff --git a/site/content/tutorial/16-special-elements/07-svelte-options/text.md b/site-content/tutorial/16-special-elements/07-svelte-options/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/07-svelte-options/text.md rename to site-content/tutorial/16-special-elements/07-svelte-options/text.md diff --git a/site/content/tutorial/16-special-elements/08-svelte-fragment/app-a/App.svelte b/site-content/tutorial/16-special-elements/08-svelte-fragment/app-a/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/08-svelte-fragment/app-a/App.svelte rename to site-content/tutorial/16-special-elements/08-svelte-fragment/app-a/App.svelte diff --git a/site/content/tutorial/16-special-elements/08-svelte-fragment/app-a/Box.svelte b/site-content/tutorial/16-special-elements/08-svelte-fragment/app-a/Box.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/08-svelte-fragment/app-a/Box.svelte rename to site-content/tutorial/16-special-elements/08-svelte-fragment/app-a/Box.svelte diff --git a/site/content/tutorial/16-special-elements/08-svelte-fragment/app-b/App.svelte b/site-content/tutorial/16-special-elements/08-svelte-fragment/app-b/App.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/08-svelte-fragment/app-b/App.svelte rename to site-content/tutorial/16-special-elements/08-svelte-fragment/app-b/App.svelte diff --git a/site/content/tutorial/16-special-elements/08-svelte-fragment/app-b/Box.svelte b/site-content/tutorial/16-special-elements/08-svelte-fragment/app-b/Box.svelte similarity index 100% rename from site/content/tutorial/16-special-elements/08-svelte-fragment/app-b/Box.svelte rename to site-content/tutorial/16-special-elements/08-svelte-fragment/app-b/Box.svelte diff --git a/site/content/tutorial/16-special-elements/08-svelte-fragment/text.md b/site-content/tutorial/16-special-elements/08-svelte-fragment/text.md similarity index 100% rename from site/content/tutorial/16-special-elements/08-svelte-fragment/text.md rename to site-content/tutorial/16-special-elements/08-svelte-fragment/text.md diff --git a/site/content/tutorial/16-special-elements/meta.json b/site-content/tutorial/16-special-elements/meta.json similarity index 100% rename from site/content/tutorial/16-special-elements/meta.json rename to site-content/tutorial/16-special-elements/meta.json diff --git a/site/content/tutorial/17-module-context/01-sharing-code/app-a/App.svelte b/site-content/tutorial/17-module-context/01-sharing-code/app-a/App.svelte similarity index 100% rename from site/content/tutorial/17-module-context/01-sharing-code/app-a/App.svelte rename to site-content/tutorial/17-module-context/01-sharing-code/app-a/App.svelte diff --git a/site/content/tutorial/17-module-context/01-sharing-code/app-a/AudioPlayer.svelte b/site-content/tutorial/17-module-context/01-sharing-code/app-a/AudioPlayer.svelte similarity index 100% rename from site/content/tutorial/17-module-context/01-sharing-code/app-a/AudioPlayer.svelte rename to site-content/tutorial/17-module-context/01-sharing-code/app-a/AudioPlayer.svelte diff --git a/site/content/tutorial/17-module-context/01-sharing-code/app-b/App.svelte b/site-content/tutorial/17-module-context/01-sharing-code/app-b/App.svelte similarity index 100% rename from site/content/tutorial/17-module-context/01-sharing-code/app-b/App.svelte rename to site-content/tutorial/17-module-context/01-sharing-code/app-b/App.svelte diff --git a/site/content/tutorial/17-module-context/01-sharing-code/app-b/AudioPlayer.svelte b/site-content/tutorial/17-module-context/01-sharing-code/app-b/AudioPlayer.svelte similarity index 100% rename from site/content/tutorial/17-module-context/01-sharing-code/app-b/AudioPlayer.svelte rename to site-content/tutorial/17-module-context/01-sharing-code/app-b/AudioPlayer.svelte diff --git a/site/content/tutorial/17-module-context/01-sharing-code/text.md b/site-content/tutorial/17-module-context/01-sharing-code/text.md similarity index 100% rename from site/content/tutorial/17-module-context/01-sharing-code/text.md rename to site-content/tutorial/17-module-context/01-sharing-code/text.md diff --git a/site/content/tutorial/17-module-context/02-module-exports/app-a/App.svelte b/site-content/tutorial/17-module-context/02-module-exports/app-a/App.svelte similarity index 100% rename from site/content/tutorial/17-module-context/02-module-exports/app-a/App.svelte rename to site-content/tutorial/17-module-context/02-module-exports/app-a/App.svelte diff --git a/site/content/tutorial/17-module-context/02-module-exports/app-a/AudioPlayer.svelte b/site-content/tutorial/17-module-context/02-module-exports/app-a/AudioPlayer.svelte similarity index 100% rename from site/content/tutorial/17-module-context/02-module-exports/app-a/AudioPlayer.svelte rename to site-content/tutorial/17-module-context/02-module-exports/app-a/AudioPlayer.svelte diff --git a/site/content/tutorial/17-module-context/02-module-exports/app-b/App.svelte b/site-content/tutorial/17-module-context/02-module-exports/app-b/App.svelte similarity index 100% rename from site/content/tutorial/17-module-context/02-module-exports/app-b/App.svelte rename to site-content/tutorial/17-module-context/02-module-exports/app-b/App.svelte diff --git a/site/content/tutorial/17-module-context/02-module-exports/app-b/AudioPlayer.svelte b/site-content/tutorial/17-module-context/02-module-exports/app-b/AudioPlayer.svelte similarity index 100% rename from site/content/tutorial/17-module-context/02-module-exports/app-b/AudioPlayer.svelte rename to site-content/tutorial/17-module-context/02-module-exports/app-b/AudioPlayer.svelte diff --git a/site/content/tutorial/17-module-context/02-module-exports/text.md b/site-content/tutorial/17-module-context/02-module-exports/text.md similarity index 100% rename from site/content/tutorial/17-module-context/02-module-exports/text.md rename to site-content/tutorial/17-module-context/02-module-exports/text.md diff --git a/site/content/tutorial/17-module-context/meta.json b/site-content/tutorial/17-module-context/meta.json similarity index 100% rename from site/content/tutorial/17-module-context/meta.json rename to site-content/tutorial/17-module-context/meta.json diff --git a/site/content/tutorial/18-debugging/01-debug/app-a/App.svelte b/site-content/tutorial/18-debugging/01-debug/app-a/App.svelte similarity index 100% rename from site/content/tutorial/18-debugging/01-debug/app-a/App.svelte rename to site-content/tutorial/18-debugging/01-debug/app-a/App.svelte diff --git a/site/content/tutorial/18-debugging/01-debug/app-b/App.svelte b/site-content/tutorial/18-debugging/01-debug/app-b/App.svelte similarity index 100% rename from site/content/tutorial/18-debugging/01-debug/app-b/App.svelte rename to site-content/tutorial/18-debugging/01-debug/app-b/App.svelte diff --git a/site/content/tutorial/18-debugging/01-debug/text.md b/site-content/tutorial/18-debugging/01-debug/text.md similarity index 100% rename from site/content/tutorial/18-debugging/01-debug/text.md rename to site-content/tutorial/18-debugging/01-debug/text.md diff --git a/site/content/tutorial/18-debugging/meta.json b/site-content/tutorial/18-debugging/meta.json similarity index 100% rename from site/content/tutorial/18-debugging/meta.json rename to site-content/tutorial/18-debugging/meta.json diff --git a/site/content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte b/site-content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte similarity index 100% rename from site/content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte rename to site-content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte diff --git a/site/content/tutorial/19-next-steps/01-congratulations/text.md b/site-content/tutorial/19-next-steps/01-congratulations/text.md similarity index 100% rename from site/content/tutorial/19-next-steps/01-congratulations/text.md rename to site-content/tutorial/19-next-steps/01-congratulations/text.md diff --git a/site/content/tutorial/19-next-steps/meta.json b/site-content/tutorial/19-next-steps/meta.json similarity index 100% rename from site/content/tutorial/19-next-steps/meta.json rename to site-content/tutorial/19-next-steps/meta.json