bash-hackers-wiki/mkdocs.yml
flokoe 2a6cdd2ae5 Enable convenience features in MkDocs Material
- better navigation
- search
- comments via GitHub Discussions
2023-07-04 15:41:45 +02:00

49 lines
951 B
YAML

site_name: The Bash Hackers Wiki
repo_url: https://github.com/flokoe/bash-hackers-wiki
repo_name: flokoe/bash-hackers-wiki
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- content.action.view
- content.action.edit
- search.suggest
- search.highlight
- content.code.copy
icon:
repo: fontawesome/brands/github
plugins:
- tags:
tags_file: tags.md
- git-revision-date-localized:
enable_creation_date: true
- search
- awesome-pages
- minify:
minify_html: true
minify_css: true
minify_js: true
htmlmin_opts:
remove_comments: true
cache_safe: true
markdown_extensions:
- admonition
nav:
- Start: index.md
- ... | regex=^(?!need_love\.md|bash4\.md|wishes\.md|tags\.md)
- tags.md
watch:
- overrides