From 4f8561d5aa5140fec76e176ba211da625ac5d371 Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Mon, 18 Jul 2022 10:07:53 +0300 Subject: [PATCH] Changed base URL --- .drone.yml | 4 ++-- config.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 921d493..36c358c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: plugins/hugo validate: false - url: https://fr1nge.xyz + url: https://yigit.run compress: image: alpine:latest commands: @@ -13,7 +13,7 @@ pipeline: image: drillster/drone-rsync hosts: [ "192.168.1.5" ] port: 3471 - target: /var/www/html/fr1nge.xyz + target: /var/www/html/yigit.run source: public/* delete: true key: diff --git a/config.toml b/config.toml index 2b4dcd2..cac5652 100644 --- a/config.toml +++ b/config.toml @@ -1,9 +1,9 @@ -baseURL = "http://fr1nge.xyz/" +baseURL = "https://yigit.run/" languageCode = "en-us" theme = "terminal" googleAnalytics = "G-JXGYSDK9HK" disqusShortname = "fr1nge-xyz" -title = "Fr1nge's Personal Blog" +title = "Yigit's Personal Blog" [params] contentTypeName = "posts" @@ -23,7 +23,7 @@ title = "Fr1nge's Personal Blog" enableGitInfo = true [params.twitter] - creator = "theFr1nge" + creator = "yigitclkl" site = "yigitcolakoglu.com" [languages] @@ -43,7 +43,7 @@ title = "Fr1nge's Personal Blog" missingBackButtonLabel = "Back to home page" [languages.en.params.logo] - logoText = "fr1nge.xyz" + logoText = "yigit.run" logoHomeLink = "/" [languages.en.menu]