We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1894a24 commit a895fbaCopy full SHA for a895fba
1 file changed
mkdocs.yml
@@ -7,19 +7,7 @@ repo_name: 'QualCoder-Org/qualcoder-org.github.io'
7
repo_url: 'https://github.com/QualCoder-Org/qualcoder-org.github.io'
8
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
-
+ - blog
23
nav:
24
- Home: index.md
25
- Blog: blog/index.md
0 commit comments