Skip to content

Commit 9de0a4e

Browse files
authored
Merge pull request #90 from harys722/patch-1
Updating order in every file
2 parents b6d9036 + 5d743f1 commit 9de0a4e

File tree

14 files changed

+16
-2
lines changed

14 files changed

+16
-2
lines changed

src/guides/bsky-handle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 100
23
icon: /media/bluesky.svg
34
label: Bluesky Custom Handle
45
tags: guides
@@ -10,7 +11,7 @@ tags: guides
1011

1112
1. Open your Bluesky app and go to your profile **Settings**.
1213

13-
![](../media/discord/step_1.png)
14+
![](../media/bsky/step_1.png)
1415

1516
2. Open the **Accounts** page.
1617

src/guides/cloudflare-pages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 1900
23
label: Cloudflare Pages
34
icon: /media/cloudflare.svg
45
tags: guides

src/guides/codeberg-pages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 1700
23
label: Codeberg Pages
34
icon: /media/codeberg.svg
45
tags: guides

src/guides/dbh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 1400
23
label: DanBot Hosting
34
tags: guides
45
icon: /media/dbh.png

src/guides/discord-verification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 200
23
icon: /media/discord.svg
34
label: Discord Domain Connection
45
tags: guides

src/guides/github-pages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 2000
23
label: GitHub Pages
34
icon: mark-github
45
tags: guides
@@ -66,7 +67,7 @@ Create a JSON file inside the `domains/` directory called `domains/hostname.subd
6667
{
6768
"owner": {
6869
"username": "github-username",
69-
"email": "me@example.com"
70+
"email": "your-email@gmail.com"
7071
},
7172
"records": {
7273
"TXT": "github-verification-string"

src/guides/hashnode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 1300
23
icon: /media/hashnode.svg
34
label: Hashnode
45
tags: guides

src/guides/improvmx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 1500
23
label: ImprovMX
34
icon: /media/improvmx.svg
45
tags: guides

src/guides/netlify.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 1600
23
icon: /media/netlify.svg
34
label: Netlify
45
tags: guides

src/guides/other.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
order: 900
23
label: Other services
34
icon: server
45
tags: guides

0 commit comments

Comments
 (0)