We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0368fe1 commit 3cf945bCopy full SHA for 3cf945b
2 files changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Install MkDocs and dependencies
21
run: |
22
- pip install mkdocs mkdocs-material
+ pip install mkdocs mkdocs-material mkdocs-blog-plugin
23
24
- name: Configure Git credentials
25
mkdocs.yml
@@ -7,7 +7,8 @@ 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
+ - blog:
11
+ blog_dir: news
12
13
nav:
14
- Home: index.md
0 commit comments