Skip to content

Commit

Permalink
docs: allow md in html
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 17, 2024
1 parent 7afa57b commit 5ac939b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -15,7 +15,7 @@ theme:
custom_dir: docs/overrides
palette:
primary: white
accent: '#FBFBFB'
accent: "#FBFBFB"
features:
- content.action.edit
- content.code.annotate
Expand Down Expand Up @@ -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
Expand All @@ -83,3 +83,5 @@ markdown_extensions:
alternate_style: true
- pymdownx.tasklist
- pymdownx.tilde
- md_in_html
- attr_list

0 comments on commit 5ac939b

Please sign in to comment.