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 859dc53..687c184 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -18,11 +18,16 @@ markup: startLevel: 1 params: + description: > + Keep docker hosts tidy. docker-tidy is a tool to remove outdated and unused docker resources based on filters. + images: + - "socialmedia2.png" + geekdocMenuBundle: true geekdocToC: 3 geekdocRepo: https://github.com/thegeeklab/docker-tidy - 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..fa2b092 Binary files /dev/null and b/docs/static/socialmedia2.png differ