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 bfbfcd3..7a9db54 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -18,11 +18,17 @@ markup: startLevel: 1 params: + description: > + ansible-later is a fast and extensible best practice scanner and linting tool for Ansible resources + to enforce a coding or best practice guideline. + images: + - "socialmedia2.png" + geekdocMenuBundle: true geekdocToC: 3 geekdocRepo: https://github.com/thegeeklab/ansible-later - 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..814a1b3 Binary files /dev/null and b/docs/static/socialmedia2.png differ