Project-bestanden van TI blok 3 gekopieerd
This commit is contained in:
47
mkdocs.yml
Normal file
47
mkdocs.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
site_name: TI Portfolio
|
||||
site_description: HBO-ICT Technische Informatica Portfolio
|
||||
site_author: HBO-ICT
|
||||
copyright: Copyright 2023 Hogeschool van Amsterdam
|
||||
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: mdocotion/
|
||||
logo: assets/office-building.svg
|
||||
favicon: assets/office-building.svg
|
||||
features:
|
||||
- navigation.sections
|
||||
- content.tabs.link
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- mermaid2
|
||||
- awesome-pages
|
||||
- mkdocs-video:
|
||||
css_style:
|
||||
is_video: True
|
||||
min-width: "640px"
|
||||
max-width: "900px"
|
||||
min-height: "360px"
|
||||
- section-index
|
||||
- autolinks
|
||||
- macros:
|
||||
modules: [mkdocs_macros_mdocotion]
|
||||
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- admonition
|
||||
- md_in_html
|
||||
- fenced_code
|
||||
- pymdownx.highlight:
|
||||
linenums: true
|
||||
use_pygments: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- toc:
|
||||
permalink: true
|
||||
- pymdownx.details
|
Reference in New Issue
Block a user