Skip to content

Commit b96184d

Browse files
committed
add summary snippet
1 parent beb9d31 commit b96184d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/docker.code-snippets

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,14 @@
5454
"body": ["{{< button url=\"$1\" text=\"$2\" >}}"],
5555
"description": "Insert a Hugo button",
5656
},
57+
"Insert a Summary Bar": {
58+
"prefix": ["summary-bar"],
59+
"body": [
60+
"{{< summary-bar feature_name=\"$1\" >}}",
61+
"",
62+
"$2",
63+
],
64+
"description": "Insert a Hugo summary bar with a feature name and content. Define your summary key in data/summary.yaml.",
65+
},
66+
5767
}

0 commit comments

Comments
 (0)