diff --git a/Makefile b/Makefile index 269eda6..84a3e15 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 := . THEMEDIR := $(BASEDIR)/themes diff --git a/config.yaml b/config.yaml index dd40eea..c681a56 100644 --- a/config.yaml +++ b/config.yaml @@ -20,6 +20,11 @@ markup: endLevel: 9 params: + description: > + Custom Ansible Galaxy that provies an overview and documenation for all Ansible resources of the Geeklab project. + images: + - "socialmedia2.png" + geekdocToC: 3 geekdocDateFormat: "Jan 2, 2006" diff --git a/static/socialmedia2.png b/static/socialmedia2.png new file mode 100644 index 0000000..1398e13 Binary files /dev/null and b/static/socialmedia2.png differ