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}