Update to .eu
Alan Pearce alan@alanpearce.eu
Fri, 22 Jun 2018 15:06:38 +0200
3 files changed, 33 insertions(+), 9 deletions(-)
M config.toml → config.toml
@@ -1,5 +1,5 @@ languageCode = "en-gb" -baseurl = "https://www.alanpearce.uk" +baseurl = "https://www.alanpearce.eu" title = "Alan Pearce" theme = "hyde" pygmentsUseClasses = true
M netlify.toml → netlify.toml
@@ -11,32 +11,56 @@ [context.branch-deploy.environment] HUGO_ENABLEGITINFO = "true" [[redirects]] - from = "https://alanpearceuk.netlify.com/*" - to = "https://www.alanpearce.uk/:splat" + from = "https://alanpearceeu.netlify.com/*" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "https://www.alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "https://alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "http://www.alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "http://alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "https://www.alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "https://alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "http://www.alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "http://alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true
M static/robots.txt → static/robots.txt
@@ -1,4 +1,4 @@ User-agent: * Disallow: -Host: alanpearce.uk -Sitemap: https://alanpearce.uk/sitemap.xml +Host: alanpearce.eu +Sitemap: https://alanpearce.eu/sitemap.xml