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"