Skip to content

Commit 3cf945b

Browse files
committed
blog
1 parent 0368fe1 commit 3cf945b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install MkDocs and dependencies
2121
run: |
22-
pip install mkdocs mkdocs-material
22+
pip install mkdocs mkdocs-material mkdocs-blog-plugin
2323
2424
- name: Configure Git credentials
2525
run: |

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ repo_name: 'QualCoder-Org/qualcoder-org.github.io'
77
repo_url: 'https://github.com/QualCoder-Org/qualcoder-org.github.io'
88

99
plugins:
10-
- blog
10+
- blog:
11+
blog_dir: news
1112

1213
nav:
1314
- Home: index.md

0 commit comments

Comments
 (0)