mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-01 06:53:05 +01:00
2a6cdd2ae5
- better navigation - search - comments via GitHub Discussions
49 lines
951 B
YAML
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
|