From f8d75ddde9fb521a5df9452c4b35cfd730ed9d37 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Mon, 28 Oct 2024 08:08:48 -0400 Subject: style(content): :sparkles: Snippets, frontmatter, and nav section Added snippets, still working on navbar section, formatting cleanups --- .frontmatter/config/content/snippets/icon.json | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .frontmatter/config/content/snippets/icon.json (limited to '.frontmatter/config/content/snippets/icon.json') diff --git a/.frontmatter/config/content/snippets/icon.json b/.frontmatter/config/content/snippets/icon.json new file mode 100644 index 0000000..cf924ba --- /dev/null +++ b/.frontmatter/config/content/snippets/icon.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Icon", + "description": "Icon Shortcode for font-awesome", + "body": "{{< fas [[icon]] spacing [[size]] [[animation]] >}}", + "fields": [ + { + "title": "Icon", + "name": "icon", + "type": "string", + "single": true + }, + { + "title": "Size", + "name": "size", + "type": "string", + "single": true + }, + { + "title": "Animation", + "name": "animation", + "type": "string", + "single": true + } + ], + "isMediaSnippet": false +} \ No newline at end of file -- cgit v1.2.3