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 dc2fde6..915775e 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -18,11 +18,17 @@ markup: startLevel: 1 params: + description: > + ansible-doctor is a simple annotation like documentation generator based on Jinja2 templates + to create documentation of Ansible roles in various formats. + images: + - "socialmedia2.png" + geekdocMenuBundle: true geekdocToC: 3 geekdocRepo: https://github.com/thegeeklab/ansible-doctor - 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..ebeb548 Binary files /dev/null and b/docs/static/socialmedia2.png differ