diff --git a/Makefile b/Makefile index a69026d..84a3e15 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=thegeeklab/hugo-geekdoc -THEME_VERSION := v0.21.2 +THEME_VERSION := v0.27.0 THEME := hugo-geekdoc BASEDIR := . THEMEDIR := $(BASEDIR)/themes diff --git a/config.yaml b/config.yaml index 6b543a6..e0c6755 100644 --- a/config.yaml +++ b/config.yaml @@ -20,6 +20,11 @@ markup: endLevel: 9 params: + description: > + Custom Drone CI Plugin Index that provies an overview and documenation for all Drone CI 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..a44274c Binary files /dev/null and b/static/socialmedia2.png differ