add cloud.lila.network
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-10-03 18:11:10 +02:00
parent 13a415bc5b
commit 6e14aebfbb
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
4 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix
.hugo_build.lock

View file

@ -17,6 +17,7 @@ image = "img/purple-heart.png" # path relative to static directory
{ mastodon = { href = "https://social.lila.network", text = "Fediverse Mastodon Instance" } }, { mastodon = { href = "https://social.lila.network", text = "Fediverse Mastodon Instance" } },
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } }, { forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
{ custom-ci = { href = "https://ci.lila.network", text = "lila.network Continuous Integration" } }, { custom-ci = { href = "https://ci.lila.network", text = "lila.network Continuous Integration" } },
{ nextcloud = { href = "https://cloud.lila.network", text = "lila.network Nextcloud" } },
{ custom-status = { href = "https://status.lila.network", text = "lila.network Status Page" } }, { custom-status = { href = "https://status.lila.network", text = "lila.network Status Page" } },
] ]

View file

@ -7,4 +7,8 @@
.link-custom-ci { .link-custom-ci {
background: green; background: green;
}
.link-nextcloud {
background: #007bc0;
} }

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.3 KiB