summaryrefslogtreecommitdiffstats
path: root/website/mkdocs.yml
blob: e6354d34d7674f865136eade189b21cd2291fbe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: Broot
site_description: 'Broot, a new way to navigate directory trees on linux, made in rust'
site_url: https://dystroy.org/broot
repo_url: https://github.com/Canop/broot
edit_uri: ''

nav:
        - Why: index.md
        - Install: install.md
        - Documentation:
                - Usage: documentation/usage.md
                - Configuration: documentation/configuration.md
                - Tips & Tricks: documentation/tricks.md
        # - Screens: screens/screenshots.md
        - Community: community.md
        - Skins: skins.md

extra_css:
    - css/extra.css

theme:
        name: mkdocs
        custom_dir: custom_theme
        highlightjs: true
        hljs_languages:
                - yaml
                - rust

markdown_extensions:
        - admonition
        - def_list