-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Learning Path] Create personal website #18616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2c75398
Create new partials
dcpena df81e0b
Added lines to reference new partials
dcpena 698fad9
Added files and content for learning path
dcpena 48b7195
Edit styling on partials
maxvp 2c3be69
Implementing suggestions
dcpena 7a53cef
Additional feedback edits
dcpena File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
src/content/docs/learning-paths/personal-website/concepts/create-account.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| title: Create an account | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 1 | ||
|
|
||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="create-account" product="fundamentals" /> | ||
|
|
||
| ## Best practices | ||
|
|
||
| <Render file="create-account-best-practices" product="fundamentals" /> | ||
17 changes: 17 additions & 0 deletions
17
src/content/docs/learning-paths/personal-website/concepts/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| title: Cloudflare account setup | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| label: Cloudflare account setup | ||
| order: 1 | ||
| --- | ||
|
|
||
| Before you can create your website, you will need to create and set up your Cloudflare account. | ||
|
|
||
| ## Objectives | ||
|
|
||
| By the end of this module, you will: | ||
|
|
||
| - Sign up for an account with Cloudflare | ||
| - Verify your email address | ||
| - Log into your Cloudflare account | ||
dcpena marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
12 changes: 12 additions & 0 deletions
12
src/content/docs/learning-paths/personal-website/concepts/login-cloudflare.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| title: Log in to Cloudflare | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 3 | ||
|
|
||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="create-account" product="fundamentals" /> | ||
|
|
||
dcpena marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
12 changes: 12 additions & 0 deletions
12
src/content/docs/learning-paths/personal-website/concepts/verify-email-address.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| title: Verify email address | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 2 | ||
|
|
||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="verify-email-address" product="fundamentals" /> | ||
|
|
11 changes: 11 additions & 0 deletions
11
src/content/docs/learning-paths/personal-website/domain-setup/add-domain.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: Add a domain | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 1 | ||
|
|
||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="add-site" product="fundamentals" /> |
16 changes: 16 additions & 0 deletions
16
src/content/docs/learning-paths/personal-website/domain-setup/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| title: Add a domain | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 2 | ||
| --- | ||
|
|
||
| Add your domain to Cloudflare to start receiving the benefits of the platform. | ||
|
|
||
| ## Objectives | ||
|
|
||
| By the end of this module, you will: | ||
|
|
||
| - Add your domain as a new site to Cloudflare | ||
| - Update your nameservers | ||
| - Minimize downtime for your site |
11 changes: 11 additions & 0 deletions
11
...content/docs/learning-paths/personal-website/domain-setup/minimize-downtime.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: Minimize downtime | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 3 | ||
|
|
||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="minimize-downtime" product="fundamentals" /> |
11 changes: 11 additions & 0 deletions
11
...ontent/docs/learning-paths/personal-website/domain-setup/update-nameservers.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: Update your nameservers | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 2 | ||
|
|
||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="update-nameservers" product="fundamentals" /> |
15 changes: 15 additions & 0 deletions
15
src/content/docs/learning-paths/personal-website/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| title: Build a personal website | ||
| type: developers-site | ||
| new_learning_path: true | ||
| pcx_content_type: learning-path | ||
| head: | ||
| - tag: title | ||
| content: Build a personal website | ||
| description: Utilize the Developer Platform to build a personal website for your portfolio or blog. | ||
|
|
||
| --- | ||
|
|
||
| import { LearningPath } from "~/components" | ||
|
|
||
| <LearningPath file="personal-website" /> |
10 changes: 10 additions & 0 deletions
10
src/content/docs/learning-paths/personal-website/pages-setup/connect-git-pages.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: Connect your Git provider to Pages | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 1 | ||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="get-started-git-connect-pages" product="pages" /> |
10 changes: 10 additions & 0 deletions
10
...t/docs/learning-paths/personal-website/pages-setup/git-configure-deployment.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: Configure your deployment | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 2 | ||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="get-started-git-configure-deployment" product="pages" /> |
10 changes: 10 additions & 0 deletions
10
src/content/docs/learning-paths/personal-website/pages-setup/git-manage-site.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: Manage your site | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 3 | ||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| <Render file="get-started-git-manage-site" product="pages" /> |
14 changes: 14 additions & 0 deletions
14
src/content/docs/learning-paths/personal-website/pages-setup/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| title: Connect Git and Pages | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 3 | ||
| --- | ||
|
|
||
dcpena marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## Objectives | ||
|
|
||
| By the end of this module, you will: | ||
|
|
||
| - Connect your Git provider to Pages | ||
| - Configure the deployment for your site | ||
| - Learn how to manage your site | ||
10 changes: 10 additions & 0 deletions
10
src/content/docs/learning-paths/personal-website/select-themes/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: Website themes | ||
| pcx_content_type: overview | ||
| sidebar: | ||
| order: 4 | ||
| --- | ||
|
|
||
| If you are new to modifying the look and feel of a website, you can find a variety of free website themes online. | ||
|
|
||
| For example, [Astro](https://astro.build/), used by Cloudflare's Developer Documentation, has a list of free and paid [themes](https://astro.build/themes/) you can use to customize your website. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.