diff --git a/assets/tools/pgadmin.ico b/assets/tools/pgadmin.ico new file mode 100644 index 0000000..7749e14 Binary files /dev/null and b/assets/tools/pgadmin.ico differ diff --git a/config.yml b/config.yml index 9d6042b..2a3a951 100644 --- a/config.yml +++ b/config.yml @@ -6,7 +6,7 @@ footer: false links: [] # Allows for navbar (dark mode, layout, and search) without any links services: - - name: "DevOps" + - name: "DevSecOps" icon: "fas fa-code-branch" items: - name: "Gitlab" @@ -14,6 +14,11 @@ services: tag: "CI" url: "https://gitlab.ducoterra.net/" target: '_blank' + - name: "pgAdmin" + logo: "assets/tools/pgadmin.ico" + tag: "CI" + url: "https://pgadmin.ducoterra.net/" + target: '_blank' - name: "Storage" icon: "fas fa-save" items: @@ -90,12 +95,4 @@ services: logo: assets/tools/pihole.svg tag: "Network" url: "https://pihole2.ducoterra.net/admin/" - target: '_blank' - - name: "Tools" - icon: "fas fa-wrench" - items: - - name: "SVG Editor" - icon: "fas fa-icons" - tag: "Tools" - url: "https://svg-edit.github.io/svgedit/editor/svg-editor.html" target: '_blank' \ No newline at end of file