From 35404255b0a49f5c6fed8ca26bb59579787ec322 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Wed, 2 Nov 2022 16:46:59 +0530 Subject: [PATCH] src/site.hs: update subdomains Signed-off-by: Amneesh Singh --- images/logos/ci.svg | 2 +- images/logos/concourse.svg | 1 + images/logos/f.svg | 1 + images/logos/trollface.svg | 50 ++++++++++++++++++++++++++++++++++++++ src/site.hs | 2 +- 5 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 images/logos/concourse.svg create mode 120000 images/logos/f.svg create mode 100644 images/logos/trollface.svg diff --git a/images/logos/ci.svg b/images/logos/ci.svg index 97d08ea..125d1be 120000 --- a/images/logos/ci.svg +++ b/images/logos/ci.svg @@ -1 +1 @@ -woodpecker.svg \ No newline at end of file +concourse.svg \ No newline at end of file diff --git a/images/logos/concourse.svg b/images/logos/concourse.svg new file mode 100644 index 0000000..f472acd --- /dev/null +++ b/images/logos/concourse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/logos/f.svg b/images/logos/f.svg new file mode 120000 index 0000000..01691d0 --- /dev/null +++ b/images/logos/f.svg @@ -0,0 +1 @@ +trollface.svg \ No newline at end of file diff --git a/images/logos/trollface.svg b/images/logos/trollface.svg new file mode 100644 index 0000000..2d274c7 --- /dev/null +++ b/images/logos/trollface.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/site.hs b/src/site.hs index 8e668d0..f5d262b 100644 --- a/src/site.hs +++ b/src/site.hs @@ -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}