www/mkdocs.yml

41 lines
810 B
YAML
Raw Normal View History

2024-12-06 21:43:24 +00:00
site_name: www.tek.govt.hu
nav:
- Home: index.md
- Projects: /projects
- Blog: /blog
- Tags: tags.md
- Links: links.md
- About: /about
theme:
name: material
features:
- navigation.indexes
favicon: img/favicon.ico
markdown_extensions:
- meta
- toc
- extra
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
linenums: true
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- js/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- blog:
draft: false
draft_on_serve: false
draft_if_future_date: true
- blog:
blog_dir: projects
draft: false
draft_on_serve: false
draft_if_future_date: true
- social
- tags:
tags_file: tags.md