From df34b4f69c6a3b6301e7bd4f6236325dfe1a9e4b Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 4 Sep 2024 00:34:49 -0400 Subject: [PATCH] Moving everything onto the primary domain --- .drone.yml | 12 ++++++------ config/_default/hugo.toml | 2 +- config/_default/params.toml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 171adbe..3110dcf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,9 +20,9 @@ steps: user: blog delete: true recursive: true - hosts: ["blog.ndumas.com"] + hosts: ["ndumas.com"] source: /drone/src/public/ - target: /var/www/blog.ndumas.com/ + target: /var/www/ndumas.com/ include: ["*"] when: branch: @@ -38,9 +38,9 @@ steps: user: blog delete: true recursive: true - hosts: ["blog.ndumas.com"] + hosts: ["ndumas.com"] source: /drone/src/public/ - target: /var/www/dev.blog.ndumas.com/ + target: /var/www/dev.ndumas.com/ include: ["*"] when: branch: @@ -56,9 +56,9 @@ steps: user: blog delete: true recursive: true - hosts: ["blog.ndumas.com"] + hosts: ["ndumas.com"] source: /drone/src/public/ - target: /var/www/drafts.blog.ndumas.com/ + target: /var/www/drafts.ndumas.com/ include: ["*"] when: branch: diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index adb3f3a..b8bf101 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -3,7 +3,7 @@ # https://blowfish.page/docs/getting-started/ # theme = "blowfish" # UNCOMMENT THIS LINE -baseURL = "https://blog.ndumas.com/" +baseURL = "https://ndumas.com/" defaultContentLanguage = "en" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles diff --git a/config/_default/params.toml b/config/_default/params.toml index d4cf2db..68664cf 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -149,6 +149,6 @@ smartTOC = true # yandex = "" [AnalyticsURL] - "https://blog.ndumas.com" = "blog.ndumas.com" - "https://drafts.blog.ndumas.com" = "drafts.blog.ndumas.com" - "https://dev.blog.ndumas.com" = "dev.blog.ndumas.com" + "https://ndumas.com" = "blog.ndumas.com" + "https://drafts.ndumas.com" = "drafts.blog.ndumas.com" + "https://dev.ndumas.com" = "dev.blog.ndumas.com"