Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • haslwantem99-master-patch-41307
  • fritzm97-master-patch-31221
  • 03-2025
4 results

mkdocs.yml

Blame
  • mkdocs.yml 1.69 KiB
    site_name: Computer Resources @ IMGW
    # default is ./site/
    # could change this to /var/www/html/docs
    site_url: "https://wolke.img.univie.ac.at/documentation/general/"
    site_dir: "./site/"
    # site_dir: "/var/www/html/documentation/general/"
    docs_dir: "."
    repo_url: https://gitlab.phaidra.org/imgw/computer-resources
    repo_name: IMGW/Computer-Resources
    # this makes relative links  valid
    use_directory_urls: false
    # this adds the feature to directly edit the file on gitlab
    edit_uri: edit/master/
    copyright: Copyright © 2022 - 2022 Michael Blaschek
    
    theme:
      name: material
      palette:
        scheme: uniwien
      features:
        - navigation.indexes 
        - navigation.top
      logo: mkdocs/img/logo_img2_color.png
      favicon: mkdocs/img/favicon.ico
      custom_dir: mkdocs/overrides
    plugins:
      - same-dir
      - search
      - mkdocs-jupyter:
          include_source: True
      - git-revision-date-localized:
          enable_creation_date: true
      - awesome-pages
      #    collapse_single_pages: true
      - tags
      - exclude:
          glob:
            - testing/*
            - site/*
    
    extra:
      social:
        - icon: fontawesome/solid/compass
          link: https://univie.ac.at
          name: Universität Wien
        - icon: fontawesome/solid/cloud
          link: https://img.univie.ac.at
          name: Institut für Meteorologie und Geophysik
    
    
    extra_css:
      - mkdocs/stylesheets/extra.css
    
    markdown_extensions:
      - pymdownx.highlight:
          use_pygments: true
          linenums: true
          pygments_style: xcode
      - pymdownx.inlinehilite
      - pymdownx.snippets:
          check_paths: true
      - pymdownx.superfences
      - pymdownx.tasklist
      - pymdownx.details
      - pymdownx.emoji
      - mkdocs_graphviz
    
    #extra_javascript:
    #  - https://cdn.jsdelivr.net/gh/rod2ik/cdn@main/mkdocs/javascripts/mkdocs-graphviz.js