From 5ac939b2bb070a9196ca26f7ce481640fa2f0601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 17 Oct 2024 19:22:28 +0100 Subject: [PATCH] docs: allow md in html --- mkdocs.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ef8533eea..2377a9537 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,9 @@ site_name: devenv -site_description: 'Fast, Declarative, Reproducible, and Composable Developer Environments using Nix' -site_url: 'https://devenv.sh' -repo_name: 'cachix/devenv' -repo_url: 'https://github.com/cachix/devenv' -edit_uri: 'edit/main/docs' +site_description: "Fast, Declarative, Reproducible, and Composable Developer Environments using Nix" +site_url: "https://devenv.sh" +repo_name: "cachix/devenv" +repo_url: "https://github.com/cachix/devenv" +edit_uri: "edit/main/docs" extra_css: - assets/top-level.css theme: @@ -15,7 +15,7 @@ theme: custom_dir: docs/overrides palette: primary: white - accent: '#FBFBFB' + accent: "#FBFBFB" features: - content.action.edit - content.code.annotate @@ -56,11 +56,11 @@ plugins: background_color: "#FBFBFB" color: "#425C82" rss: - use_git: false - match_path: blog/posts/.* - date_from_meta: - as_creation: date - as_update: date + use_git: false + match_path: blog/posts/.* + date_from_meta: + as_creation: date + as_update: date extra: social: - icon: fontawesome/brands/twitter @@ -83,3 +83,5 @@ markdown_extensions: alternate_style: true - pymdownx.tasklist - pymdownx.tilde + - md_in_html + - attr_list