Skip to content

Commit 432deef

Browse files
add blog and privacy plugins
1 parent b4066a3 commit 432deef

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
public/
22
site/
3+
.cache/

docs/blog/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Blog

docs/blog/posts/hello_world.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
draft: true
3+
date: 2025-04-21
4+
---
5+
# Hello world!
6+
Just playing with mkdocs-material's `blog` plugin.

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
site_name: Matthew Grossman
22
site_description: Personal Website
33
site_url: https://mrgrossman.com
4-
plugins: []
4+
plugins:
5+
- blog
6+
- privacy
57
theme:
68
name: material
79
custom_dir: overrides

0 commit comments

Comments
 (0)