Fix CNAME being deleted by new builds
This commit is contained in:
parent
0750b6deeb
commit
a77afd70ac
|
@ -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)
|
||||
|
|
1
content/CNAME
Normal file
1
content/CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
kaangenc.me
|
Loading…
Reference in a new issue