TLS challenge
This commit is contained in:
parent
54e14ea355
commit
8cd2b04ff1
6
site.hs
6
site.hs
@ -41,6 +41,12 @@ main = hakyllWith config $ do
|
|||||||
>>= loadAndApplyTemplate "templates/default.html" postCtx
|
>>= loadAndApplyTemplate "templates/default.html" postCtx
|
||||||
>>= relativizeUrls
|
>>= relativizeUrls
|
||||||
|
|
||||||
|
create [".well-known/acme-challenge/mtMheUT0zMvSNFFS2f1ynbvCmW0emGbHirwzGMO-7ZQ"] $ do
|
||||||
|
route $ idRoute
|
||||||
|
compile $ do
|
||||||
|
makeItem "mtMheUT0zMvSNFFS2f1ynbvCmW0emGbHirwzGMO-7ZQ.LYC29NIdgGg1ZFln2VXGupc3ur9Mh_tO6bGupcFDDT8"
|
||||||
|
>>= relativizeUrls
|
||||||
|
|
||||||
create ["archive.html"] $ do
|
create ["archive.html"] $ do
|
||||||
route idRoute
|
route idRoute
|
||||||
compile $ do
|
compile $ do
|
||||||
|
Loading…
Reference in New Issue
Block a user