Skip to content

Commit 227fa1f

Browse files
committed
Update site URLs in AGENTS.md, .authors.yml, and mkdocs.yml
1 parent 67894a7 commit 227fa1f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ This is the **Weekly Dev Chat** website, a static site built with MkDocs Materia
5757

5858
### Site Information
5959
- **Site Name**: Weekly Dev Chat
60-
- **Site URL**: https://weeklydevchat.github.io
60+
- **Site URL**: https://weeklydevchat.com
61+
- **GitHub Pages URL**: https://weeklydevchat.github.io
6162
- **Description**: Every Tuesday at 12pm Mountain Time
6263

6364
### Theme Configuration
@@ -276,7 +277,7 @@ The following are ignored:
276277
author_id:
277278
name: Full Name
278279
description: Role
279-
avatar: https://weeklydevchat.github.io/path/to/avatar.png
280+
avatar: https://weeklydevchat/path/to/avatar.png
280281
```
281282
3. **Ensure avatar image** exists in the repository
282283
4. **Test** by creating a post with the new author

docs/.authors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ authors:
22
chris:
33
name: Chris Cumming
44
description: Host
5-
avatar: https://weeklydevchat.github.io/hosts/chris.jpeg
5+
avatar: https://weeklydevchat.com/hosts/chris.jpeg
66
norm:
77
name: Norman Lorrain
88
description: Host
9-
avatar: https://weeklydevchat.github.io/hosts/norm.png
9+
avatar: https://weeklydevchat.com/hosts/norm.png
1010
omar:
1111
name: Omar Ashour
1212
description: Host
13-
avatar: https://weeklydevchat.github.io/hosts/omar.png
13+
avatar: https://weeklydevchat.com/hosts/omar.png

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Weekly Dev Chat
22
site_description: Every Tuesday at 12pm Mountain Time
33

4-
site_url: https://weeklydevchat.github.io
4+
site_url: https://weeklydevchat.com
55

66
theme:
77
name: material

0 commit comments

Comments
 (0)