Skip to content

Commit 103551b

Browse files
committed
GITBOOK-33: Adding downloadable content to GitBook
1 parent 2a78405 commit 103551b

File tree

7 files changed

+51
-1
lines changed

7 files changed

+51
-1
lines changed
Binary file not shown.
1.63 MB
Binary file not shown.
Binary file not shown.

15/umbraco-cms/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@
416416

417417
## Tutorials
418418

419+
* [Downloadable content](tutorials/downloadable-content/README.md)
420+
* [YouTube: Create a simple Umbraco Website](tutorials/downloadable-content/youtube-create-a-simple-umbraco-website.md)
419421
* [Overview](tutorials/overview.md)
420422
* [Creating a Basic Website](tutorials/creating-a-basic-website/README.md)
421423
* [Getting Started](tutorials/creating-a-basic-website/getting-started.md)

15/umbraco-cms/tutorials/creating-a-basic-website/creating-master-template-part-2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ To create a content-only contact page in Umbraco, follow these steps:
3434
{% hint style="info" %}
3535
If you do not see the template, try refreshing the page.
3636
{% endhint %}
37-
3837
11. Open the _Simple Content Page_ template.
3938
12. Select `Master Template: No Master` and choose the **Master** template.
4039
13. Click **Choose**.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: Find downloadable content for our guides and tutorials.
3+
hidden: true
4+
noIndex: true
5+
---
6+
7+
# Downloadable content
8+
9+
{% content-ref url="youtube-create-a-simple-umbraco-website.md" %}
10+
[youtube-create-a-simple-umbraco-website.md](youtube-create-a-simple-umbraco-website.md)
11+
{% endcontent-ref %}
12+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
description: HTML files, templates and other resources for following the video tutorial.
3+
---
4+
5+
# YouTube: Create a simple Umbraco Website
6+
7+
`Version(s): Umbraco 15`
8+
9+
{% hint style="info" %}
10+
In this article, you can find downloadable content related to following the YouTube tutorial on how to [Create a Simple Umbraco Website](https://youtu.be/_Is_bk2xnKg).
11+
{% endhint %}
12+
13+
The video tutorial uses a static HTML template from [HTML5 Up](https://html5up.net/):
14+
15+
{% file src="../../.gitbook/assets/html5up-story.zip" %}
16+
Static HTML template incl. images, css and js files.
17+
{% endfile %}
18+
19+
The zip file includes some images, the relevant style scripts, and some Javascript files. The tutorial will cover how to use these on the website.
20+
21+
The following file packs hold template files for different steps of the tutorial.
22+
23+
### Static Template files
24+
25+
{% file src="../../.gitbook/assets/static-templates.zip" %}
26+
A zip file containing the template files used for the static version of the website.
27+
{% endfile %}
28+
29+
The Static Template files hold all the static HTML and structure code but do not have any information from the Umbraco content.
30+
31+
### Dynamic Template files
32+
33+
{% file src="../../.gitbook/assets/dynamic-templates.zip" %}
34+
A zip file containing the template files used for the dynamic version of the website.
35+
{% endfile %}
36+
37+
The Dynamic Template files add all the dynamic values to the HTML structure, enabling you to use the Umbraco content.

0 commit comments

Comments
 (0)