diff --git a/.gitignore b/.gitignore index 8c2b884..f5cc416 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ # Built Visual Studio Code Extensions *.vsix +.hugo_build.lock diff --git a/hugo.toml b/hugo.toml index 8be179f..04498db 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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" } }, ] diff --git a/themes/lynx/assets/css/custom.css b/themes/lynx/assets/css/custom.css index 6f7cc34..29b555a 100644 --- a/themes/lynx/assets/css/custom.css +++ b/themes/lynx/assets/css/custom.css @@ -7,4 +7,8 @@ .link-custom-ci { background: green; +} + +.link-nextcloud { + background: #007bc0; } \ No newline at end of file diff --git a/themes/lynx/assets/icons/nextcloud.svg b/themes/lynx/assets/icons/nextcloud.svg new file mode 100644 index 0000000..210274e --- /dev/null +++ b/themes/lynx/assets/icons/nextcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file