Skip to content

Commit 179621b

Browse files
committed
blog
1 parent 251856d commit 179621b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ repo_url: 'https://github.com/QualCoder-Org/qualcoder-org.github.io'
99
plugins:
1010
- blog:
1111
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
1222

1323
nav:
1424
- Home: index.md

0 commit comments

Comments
 (0)