From 33ef53de2dd2905b99120c5a1463e8401b60856f Mon Sep 17 00:00:00 2001 From: Pathum Date: Fri, 10 Apr 2026 12:30:59 +0800 Subject: [PATCH] Update hostname in site configuration Changed the hostname from 'github.com' to 'pathum2583@gmail.com'. --- docs/site.github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site.github.md b/docs/site.github.md index 8074065..ae09130 100644 --- a/docs/site.github.md +++ b/docs/site.github.md @@ -39,7 +39,7 @@ The following sample information is exposed to Jekyll templates in the `site.git "github-pages": , "ruby": " }, - "hostname": "github.com", + "hostname": "pathum2583@gmail.com", "pages_hostname": "github.io", "api_url": "https://api.github.com", "help_url": "https://docs.github.com",