File tree Expand file tree Collapse file tree
categories/example-category Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ menu :
3+ main :
4+ name : Home
5+ weight : 1
6+ params :
7+ icon : home
8+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : Example Category
3+ description : A description of this category
4+ image :
5+
6+ # Badge style
7+ style :
8+ background : " #2a9d8f"
9+ color : " #fff"
10+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Archives"
3+ date : 2022-03-06
4+ layout : " archives"
5+ slug : " archives"
6+ menu :
7+ main :
8+ weight : 2
9+ params :
10+ icon : archives
11+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : Links
3+ links :
4+ - title : GitHub
5+ description : GitHub is the world's largest software development platform.
6+ website : https://github.com
7+ image : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
8+ menu :
9+ main :
10+ weight : 4
11+ params :
12+ icon : link
13+
14+ comments : false
15+ ---
16+
17+ To use this feature, add ` links ` section to frontmatter.
18+
19+ This page's frontmatter:
20+
21+ ``` yaml
22+ links :
23+ - title : GitHub
24+ description : GitHub is the world's largest software development platform.
25+ website : https://github.com
26+ image : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
27+ - title : TypeScript
28+ description : TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
29+ website : https://www.typescriptlang.org
30+ image : ts-logo-128.jpg
31+ ` ` `
32+
33+ ` image` field accepts both local and external images.
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Search"
3+ slug : " search"
4+ layout : " search"
5+ outputs :
6+ - html
7+ - json
8+ menu :
9+ main :
10+ weight : 3
11+ params :
12+ icon : search
13+ ---
You can’t perform that action at this time.
0 commit comments