bash-hackers-wiki/mkdocs.yml
flokoe 68c9b61446
Add site url with sub dir from GH Pages
This fixes urls on GH Pages but still works locally.
2024-01-28 15:10:11 +01:00

63 lines
1.3 KiB
YAML

site_name: The Bash Hackers Wiki
site_url: https://flokoe.github.io/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
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- footnotes
- toc:
permalink: true
nav:
- Start: index.md
- ... | regex=^(?!need_love\.md|bash4\.md|wishes\.md|tags\.md)
- tags.md
watch:
- overrides