diff --git a/build.boot b/build.boot index 442befc..b855c17 100644 --- a/build.boot +++ b/build.boot @@ -17,6 +17,7 @@ (perun/pandoc :cmd-opts ["-f" "markdown" "-t" "html5"]) (sift :to-resource #{#"^img/(.*)"}) (sift :to-resource #{#"^extra/(.*)"}) + (sift :to-resource #{#"^CNAME"}) (garden :styles-var 'site.styles/base :output-to "main.css") (perun/ttr) ;; Time to read (perun/word-count) diff --git a/content/CNAME b/content/CNAME new file mode 100644 index 0000000..c5027af --- /dev/null +++ b/content/CNAME @@ -0,0 +1 @@ +kaangenc.me \ No newline at end of file