From 7341d98471f2302e9a6c6fff98e8a2f41c0df501 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 20 Jul 2025 15:03:40 -0400 Subject: [PATCH] Update _config.yml --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1f73a50..2d61785 100644 --- a/_config.yml +++ b/_config.yml @@ -3,8 +3,11 @@ description: ESP32 IoT gadgets by Alexander B show_downloads: true google_analytics: theme: jekyll-theme-architect -baseurl: "/ESP32-C3_Breadboard-Adapter" # the subpath of your site, e.g. /blog +# GitHub hosted +#baseurl: "/ESP32-C3_Breadboard-Adapter" # the subpath of your site, e.g. /blog #url: "https://alexandrebobkov.github.io/" # the base hostname & protocol for your site +# Custom domain name +baseurl: "/" url: "https://projects.techquadbit.net/" # the base hostname & protocol for your site permalink: /:month-:day-:year/:title.html