diff --git a/Makefile b/Makefile index 927da6b..46c411f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=thegeeklab/hugo-geekdoc -THEME_VERSION := v0.26.3 +THEME_VERSION := v0.27.0 THEME := hugo-geekdoc BASEDIR := docs THEMEDIR := $(BASEDIR)/themes diff --git a/docs/config.yaml b/docs/config.yaml index 78332bf..9ce55a6 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -18,11 +18,17 @@ markup: startLevel: 1 params: + description: > + prometheus-pve-sd is a simple custom service discovery for Prometheus. It is using the Proxmox PVE API + to fetch Hosts and it's meta information to generate a Prometheus compatible file based service discovery. + images: + - "socialmedia2.png" + geekdocMenuBundle: true geekdocToC: 3 geekdocRepo: https://github.com/thegeeklab/prometheus-pve-sd - geekdocEditPath: edit/main/docs/content + geekdocEditPath: edit/main/docs geekdocDateFormat: "Jan 2, 2006" geekdocSearch: true diff --git a/docs/static/socialmedia2.png b/docs/static/socialmedia2.png new file mode 100644 index 0000000..96c6223 Binary files /dev/null and b/docs/static/socialmedia2.png differ