Skip to content

Commit 698fad9

Browse files
committed
Added files and content for learning path
1 parent df81e0b commit 698fad9

File tree

15 files changed

+182
-0
lines changed

15 files changed

+182
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Create an account
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 1
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="create-account" product="fundamentals" />
12+
13+
## Best practices
14+
15+
<Render file="create-account-best-practices" product="fundamentals" />
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Cloudflare account setup
3+
pcx_content_type: overview
4+
sidebar:
5+
label: Cloudflare account setup
6+
order: 1
7+
---
8+
9+
Before you can create your website, you will need to create and set up your Cloudflare account.
10+
11+
## Objectives
12+
13+
By the end of this module, you will:
14+
15+
- Sign up for an account with Cloudflare
16+
- Verify your email address
17+
- Log into your Cloudflare account
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Log in to Cloudflare
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 3
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="create-account" product="fundamentals" />
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Verify email address
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 2
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="verify-email-address" product="fundamentals" />
12+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Add a domain
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 1
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="add-site" product="fundamentals" />
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Add a domain
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 2
6+
---
7+
8+
Add your domain to Cloudflare to start receiving the benefits of the platform.
9+
10+
## Objectives
11+
12+
By the end of this module, you will:
13+
14+
- Add your domain as a new site to Cloudflare
15+
- Update your nameservers
16+
- Minimize downtime for your site
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Minimize downtime
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 3
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="minimize-downtime" product="fundamentals" />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Update your nameservers
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 2
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="update-nameservers" product="fundamentals" />
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Build a personal website
3+
type: developers-site
4+
new_learning_path: true
5+
pcx_content_type: learning-path
6+
head:
7+
- tag: title
8+
content: Build a personal website
9+
description: Utilize the Developer Platform to build a personal website for your portfolio or blog.
10+
11+
---
12+
13+
import { LearningPath } from "~/components"
14+
15+
<LearningPath file="personal-website" />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Connect your Git provider to Pages
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 1
6+
---
7+
8+
import { Render } from "~/components"
9+
10+
<Render file="get-started-git-connect-pages" product="pages" />

0 commit comments

Comments
 (0)