diff --git a/mkdocs.yml b/mkdocs.yml index 4bb3852..322c5af 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,10 @@ # [mkdocs](https://www.mkdocs.org/) # pip install --user -r docs/requirements.txt # mkdocs build +# mkdocs gh-deploy # mkdocs serve site_name: Samuel Larkin's Documenation -site_url: https://github.com/SamuelLarkin/config +site_url: https://SamuelLarkin.github.io repo_url: https://github.com/SamuelLarkin/config repo_name: SamuelLarkin/config theme: @@ -16,7 +17,7 @@ theme: toggle: icon: material/weather-night name: Switch to light mode - + # Palette toggle for light mode - accent: light blue scheme: default @@ -29,10 +30,11 @@ theme: - announce.dismiss highlightjs: true hljs_languages: - - yaml - - rust - bash + - go - python + - rust + - yaml shortcuts: help: 191 # ? next: 78 # n @@ -41,19 +43,12 @@ theme: plugins: - search - macros -# - mkdocstrings: -# default_handler: python -# handlers: -# python: -# paths: [everyvoice] extra: homepage: https://github.com/SamuelLarkin/config version: provider: mike default: stable markdown_extensions: -# - mkdocs-typer -# - mkdocs-click - admonition # - pymdownx.details # - pymdownx.superfences @@ -63,8 +58,10 @@ nav: - Home: README.md - Colors: color.md - Configuration File Explained: config_files.md - - Miscellaneous: doc.md + - Doc: doc.md - fzf: fzf.md + - Miscellaneous: doc.md + - nvim: nvim.md - rsync: rsync.md - SLURM: slurm.md - tmux: tmux.md