This commit is contained in:
parent
13a415bc5b
commit
6e14aebfbb
4 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@
|
|||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
.hugo_build.lock
|
||||
|
|
|
@ -17,6 +17,7 @@ image = "img/purple-heart.png" # path relative to static directory
|
|||
{ mastodon = { href = "https://social.lila.network", text = "Fediverse Mastodon Instance" } },
|
||||
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
|
||||
{ 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" } },
|
||||
]
|
||||
|
|
|
@ -7,4 +7,8 @@
|
|||
|
||||
.link-custom-ci {
|
||||
background: green;
|
||||
}
|
||||
|
||||
.link-nextcloud {
|
||||
background: #007bc0;
|
||||
}
|
1
themes/lynx/assets/icons/nextcloud.svg
Normal file
1
themes/lynx/assets/icons/nextcloud.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.3 KiB |
Loading…
Reference in a new issue