Skip to content

Commit b8bc589

Browse files
committed
added slug to post url
1 parent d6318f4 commit b8bc589

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ plugins:
2525
- blog:
2626
blog_dir: .
2727
pagination_per_page: 3
28+
post_url_format: "{date}/{slug}"
2829
# more blog parameters here:
2930
# https://squidfunk.github.io/mkdocs-material/plugins/blog/
3031

@@ -42,4 +43,4 @@ markdown_extensions:
4243
- attr_list # This lets us specify image dimensions, etc.
4344

4445
extra_css:
45-
- stylesheets/extra.css
46+
- stylesheets/extra.css

0 commit comments

Comments
 (0)