File tree 3 files changed +20
-0
lines changed
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ sample :
2
+ name : John Doe
3
+ age : 30
4
+ city : New York
5
+ is_student : false
6
+ grades :
7
+ math : 95
8
+ science : 88
9
+ english : 92
10
+ hobbies :
11
+ - reading
12
+ - hiking
13
+ - coding
Original file line number Diff line number Diff line change @@ -82,6 +82,12 @@ plugins:
82
82
83
83
{{{ context(sample) | pretty }}}
84
84
85
+ ### Meta plugin
86
+
87
+ [🔗 Metadata for groups of pages](https://squidfunk.github.io/mkdocs-material/plugins/meta/)
88
+
89
+ {{{ context(page.meta.sample) | pretty }}}
90
+
85
91
### Open link in new tab
86
92
87
93
` ` ` md
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ markdown_extensions:
66
66
permalink : true
67
67
68
68
plugins :
69
+ - meta
69
70
- search
70
71
- git-revision-date-localized :
71
72
enabled : !ENV [CI, GITHUB_ACTIONS, False]
You can’t perform that action at this time.
0 commit comments