You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/tutorials/overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,25 @@ description: >-
10
10
11
11
These tutorials will take you through the process of building different types of websites using Umbraco CMS.
12
12
13
-
<tabledata-card-size="large"data-view="cards"><thead><tr><th></th><th></th><thdata-hiddendata-card-targetdata-type="content-ref"></th><thdata-hiddendata-card-coverdata-type="files"></th></tr></thead><tbody><tr><td><strong>Creating a basic website</strong></td><td>This guide takes you all the way from installing Umbraco CMS to having a ready-to-publish website.</td><td><ahref="creating-a-basic-website">creating-a-basic-website</a></td><td><ahref="../.gitbook/assets/create-website-image.png">create-website-image.png</a></td></tr><tr><td><strong>Creating a multilingual site</strong></td><td>Learn how to build an Umbraco CMS website fit for being translated into multiple languages.</td><td><ahref="multilanguage-setup.md">multilanguage-setup.md</a></td><td><ahref="../.gitbook/assets/multilingual-site.png">multilingual-site.png</a></td></tr></tbody></table>
13
+
<tabledata-card-size="large"data-view="cards"><thead><tr><th></th><th></th><thdata-hiddendata-card-targetdata-type="content-ref"></th><thdata-hiddendata-card-coverdata-type="files"></th></tr></thead><tbody><tr><td><strong>Creating a basic website</strong></td><td>This guide takes you all the way from installing Umbraco CMS to having a ready-to-publish website.</td><td><ahref="creating-a-basic-website/">creating-a-basic-website</a></td><td><ahref="../.gitbook/assets/create-website-image.png">create-website-image.png</a></td></tr><tr><td><strong>Creating a multilingual site</strong></td><td>Learn how to build an Umbraco CMS website fit for being translated into multiple languages.</td><td><ahref="multilanguage-setup.md">multilanguage-setup.md</a></td><td><ahref="../.gitbook/assets/multilingual-site.png">multilingual-site.png</a></td></tr></tbody></table>
14
14
15
15
## Customize the editing experience
16
16
17
17
These tutorials will show you how you can extend the Umbraco backoffice to create a fluid and intuitive editing experience for your content editors.
18
18
19
-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Creating a custom Dashboard</strong></td><td>Go through the steps of setting up and building a custom dashboard for the Umbraco CMS backoffice.</td><td><a href="creating-a-custom-dashboard">creating-a-custom-dashboard</a></td><td><a href="../.gitbook/assets/dashboards-image.png">dashboards-image.png</a></td></tr><tr><td><strong>Creating a custom Property Editor</strong></td><td>Learn how to build custom Property Editors to increase the options for adding content.</td><td><a href="creating-a-property-editor">creating-a-property-editor</a></td><td><a href="../.gitbook/assets/property-image.png">property-image.png</a></td></tr><tr><td><strong>Custom Views for Block Lists</strong></td><td>Build custom views to be displayed when building content with the Block List editor.</td><td><a href="creating-custom-views-for-blocklist.md">creating-custom-views-for-blocklist.md</a></td><td><a href="../.gitbook/assets/block-list-image.png">block-list-image.png</a></td></tr></tbody></table>
19
+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Creating a custom Dashboard</strong></td><td>Go through the steps of setting up and building a custom dashboard for the Umbraco CMS backoffice.</td><td><a href="creating-a-custom-dashboard/">creating-a-custom-dashboard</a></td><td><a href="../.gitbook/assets/dashboards-image.png">dashboards-image.png</a></td></tr><tr><td><strong>Creating a custom Property Editor</strong></td><td>Learn how to build custom Property Editors to increase the options for adding content.</td><td><a href="creating-a-property-editor/">creating-a-property-editor</a></td><td><a href="../.gitbook/assets/property-image.png">property-image.png</a></td></tr><tr><td><strong>Custom Views for Block Lists</strong></td><td>Build custom views to be displayed when building content with the Block List editor.</td><td><a href="creating-custom-views-for-blocklist.md">creating-custom-views-for-blocklist.md</a></td><td><a href="../.gitbook/assets/block-list-image.png">block-list-image.png</a></td></tr></tbody></table>
20
20
21
21
## Use and extend core Umbraco functionality
22
22
23
23
Umbraco CMS ships with a large amount of functionality, all of which you can extend to fit your website needs.
24
24
25
-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Member registration and login</strong></td><td>Learn how to build and configure a section for members on your Umbraco CMS website. </td><td><a href="members-registration-and-login.md">members-registration-and-login.md</a></td><td><a href="../.gitbook/assets/member-image.png">member-image.png</a></td></tr><tr><td><strong>Implement custom error pages</strong></td><td>This tutorial will show you how to customize and extend the default error pages.</td><td><a href="custom-error-page.md">custom-error-page.md</a></td><td><a href="../.gitbook/assets/error-pages-image.png">error-pages-image.png</a></td></tr><tr><td><strong>Multisite Setup</strong></td><td>Learn how you can create and manage multiple Umbraco CMS websites within the same Umbraco installation.</td><td><a href="multisite-setup.md">multisite-setup.md</a></td><td><a href="../.gitbook/assets/multisite-image.png">multisite-image.png</a></td></tr></tbody></table>
25
+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Member registration and login</strong></td><td>Learn how to build and configure a section for members on your Umbraco CMS website.</td><td><a href="members-registration-and-login.md">members-registration-and-login.md</a></td><td><a href="../.gitbook/assets/member-image.png">member-image.png</a></td></tr><tr><td><strong>Implement custom error pages</strong></td><td>This tutorial will show you how to customize and extend the default error pages.</td><td><a href="custom-error-page.md">custom-error-page.md</a></td><td><a href="../.gitbook/assets/error-pages-image.png">error-pages-image.png</a></td></tr><tr><td><strong>Multisite Setup</strong></td><td>Learn how you can create and manage multiple Umbraco CMS websites within the same Umbraco installation.</td><td><a href="multisite-setup.md">multisite-setup.md</a></td><td><a href="../.gitbook/assets/multisite-image.png">multisite-image.png</a></td></tr></tbody></table>
26
26
27
27
## Add additional functionality
28
28
29
-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Add Google Authentication</strong></td><td>Learn how to implement and setup Google Authentication on your Umbraco CMS website.</td><td><a href="add-google-authentication.md">add-google-authentication.md</a></td><td><a href="../.gitbook/assets/google-auth-image.png">google-auth-image.png</a></td></tr><tr><td><strong>Connect Umbraco Forms with Zapier</strong></td><td>This tutorial will show you how you can implement your Umbraco Forms installation with Zapier.</td><td><a href="connecting-umbraco-forms-and-zapier.md">connecting-umbraco-forms-and-zapier.md</a></td><td><a href="../.gitbook/assets/zapier-image.png">zapier-image.png</a></td></tr><tr><td><strong>The Starter Kit</strong></td><td>You can choose to start your Umbraco CMS website with a template site called "The Starter Kit".</td><td><a href="starter-kit">starter-kit</a></td><td><a href="../.gitbook/assets/starter-kit-image.png">starter-kit-image.png</a></td></tr></tbody></table>
29
+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Add Google Authentication</strong></td><td>Learn how to implement and setup Google Authentication on your Umbraco CMS website.</td><td><a href="add-google-authentication.md">add-google-authentication.md</a></td><td><a href="../.gitbook/assets/google-auth-image.png">google-auth-image.png</a></td></tr><tr><td><strong>Connect Umbraco Forms with Zapier</strong></td><td>This tutorial will show you how you can implement your Umbraco Forms installation with Zapier.</td><td><a href="connecting-umbraco-forms-and-zapier.md">connecting-umbraco-forms-and-zapier.md</a></td><td><a href="../.gitbook/assets/zapier-image.png">zapier-image.png</a></td></tr><tr><td><strong>The Starter Kit</strong></td><td>You can choose to start your Umbraco CMS website with a template site called "The Starter Kit".</td><td><a href="starter-kit/">starter-kit</a></td><td><a href="../.gitbook/assets/starter-kit-image.png">starter-kit-image.png</a></td></tr></tbody></table>
0 commit comments