We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251856d commit 179621bCopy full SHA for 179621b
1 file changed
mkdocs.yml
@@ -9,6 +9,16 @@ repo_url: 'https://github.com/QualCoder-Org/qualcoder-org.github.io'
9
plugins:
10
- blog:
11
blog_dir: blog
12
+ blog_toc: true
13
+ post_url_format: "{date}/{slug}"
14
+ post_date_format: "yyyy-MM-dd"
15
+ post_excerpt: required
16
+ post_excerpt_separator: "<!-- more -->"
17
+ archive: true
18
+ categories: true
19
+ tags: true
20
+ pagination: true
21
+ pagination_per_page: 5
22
23
nav:
24
- Home: index.md
0 commit comments