src/site.hs: update subdomains

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-02 16:46:59 +05:30
parent 8a6076c8b2
commit 35404255b0
5 changed files with 54 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ defaultCtx =
domainCtx :: Context String
domainCtx = constField "domain" domain
subdomains :: [Item String]
subdomains = map mkItem ["git", "nomad", "consul", "vault", "radio"]
subdomains = map mkItem ["git", "nomad", "consul", "vault", "radio", "f", "ci"]
where
mkItem :: a -> Item a
mkItem a = Item {itemIdentifier = "subdomain", itemBody = a}