From 974df47fb8eaf230ec53738a102a294b1d941561 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 11 Oct 2025 22:14:24 +0200 Subject: Add ads.txt, app-ads.txt --- ads.txt | 1 + app-ads.txt | 1 + site.hs | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ads.txt create mode 100644 app-ads.txt diff --git a/ads.txt b/ads.txt new file mode 100644 index 0000000..19ce4ca --- /dev/null +++ b/ads.txt @@ -0,0 +1 @@ +placeholder.example.com, placeholder, DIRECT, placeholder diff --git a/app-ads.txt b/app-ads.txt new file mode 100644 index 0000000..19ce4ca --- /dev/null +++ b/app-ads.txt @@ -0,0 +1 @@ +placeholder.example.com, placeholder, DIRECT, placeholder diff --git a/site.hs b/site.hs index 1833558..7d4b4b0 100644 --- a/site.hs +++ b/site.hs @@ -14,7 +14,7 @@ main :: IO () main = do Encoding.setLocaleEncoding Encoding.utf8 hakyllWith hakyllConfig $ do - match ("images/*" .||. "files/*" .||. "robots.txt" .||. "health") $ do + match ("images/*" .||. "files/*" .||. "robots.txt" .||. "ads.txt" .||. "app-ads.txt" .||. "health") $ do route idRoute compile copyFileCompiler -- cgit v1.2.3