From 6b12b62ddf5b19d1496e780e0d934d079cd1da83 Mon Sep 17 00:00:00 2001 From: Robert Pearce Date: Wed, 23 Sep 2020 06:58:47 -0400 Subject: [PATCH] local paths because can't be sure we're on a TLD --- generator/src/Main.hs | 2 +- src/CNAME | 2 +- src/index.html | 2 +- src/templates/post.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/generator/src/Main.hs b/generator/src/Main.hs index 5bbef81..d308c33 100644 --- a/generator/src/Main.hs +++ b/generator/src/Main.hs @@ -20,7 +20,7 @@ import Text.Pandoc root :: String root = - "https://mywebsite.com" + "https://rpearce.github.io/hakyll-nix-template" siteName :: String siteName = diff --git a/src/CNAME b/src/CNAME index 2534915..34bf8db 100644 --- a/src/CNAME +++ b/src/CNAME @@ -1 +1 @@ -mywebsite.com +mywebsite123456789123456789.io diff --git a/src/index.html b/src/index.html index fa52a22..37f39af 100644 --- a/src/index.html +++ b/src/index.html @@ -20,7 +20,7 @@ title: "Hello, world!"