diff --git a/hugo.toml b/hugo.toml
index a1c09ff..6f7740a 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -11,10 +11,13 @@ disableKinds = [ "taxonomy", "term" ]
[author]
name = "lila.network"
headline = "A network of awesome people"
-# image = "img/author.jpg" # path relative to static directory
+image = "img/purple-heart.png" # path relative to static directory
links = [
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
+ { custom-ci = { href = "https://ci.lila.network", text = "lila.network Continuous Integration" } },
+
+ { custom-status = { href = "https://status.lila.network", text = "lila.network Status Page" } },
]
[module.hugoVersion]
diff --git a/static/img/purple-heart.png b/static/img/purple-heart.png
new file mode 100644
index 0000000..0e13191
Binary files /dev/null and b/static/img/purple-heart.png differ
diff --git a/themes/lynx/assets/css/custom.css b/themes/lynx/assets/css/custom.css
new file mode 100644
index 0000000..6f7cc34
--- /dev/null
+++ b/themes/lynx/assets/css/custom.css
@@ -0,0 +1,10 @@
+.link-custom-status {
+ background: linear-gradient(45deg,
+ rgba(131, 58, 180, 1) 25%,
+ rgb(253, 29, 29) 100%);
+}
+
+
+.link-custom-ci {
+ background: green;
+}
\ No newline at end of file
diff --git a/themes/lynx/assets/icons/lightning.svg b/themes/lynx/assets/icons/lightning.svg
new file mode 100644
index 0000000..6f7db1b
--- /dev/null
+++ b/themes/lynx/assets/icons/lightning.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/themes/lynx/assets/icons/status.svg b/themes/lynx/assets/icons/status.svg
new file mode 100644
index 0000000..589d588
--- /dev/null
+++ b/themes/lynx/assets/icons/status.svg
@@ -0,0 +1 @@
+
\ No newline at end of file