Browse Source

Changed base URL

master
Yigit Colakoglu 2 years ago
parent
commit
4f8561d5aa
2 changed files with 6 additions and 6 deletions
  1. +2
    -2
      .drone.yml
  2. +4
    -4
      config.toml

+ 2
- 2
.drone.yml View File

@ -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:


+ 4
- 4
config.toml View File

@ -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]


Loading…
Cancel
Save