From d43ab2e37e681e222da93226bcd5211e29e84438 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sat, 15 Feb 2025 02:33:34 -0500 Subject: =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Module=20additions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added created modules to the site along with more content. --- .frontmatter/config/custom/scripts/sync.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .frontmatter/config/custom/scripts/sync.json (limited to '.frontmatter/config/custom/scripts/sync.json') diff --git a/.frontmatter/config/custom/scripts/sync.json b/.frontmatter/config/custom/scripts/sync.json new file mode 100644 index 0000000..e4970b9 --- /dev/null +++ b/.frontmatter/config/custom/scripts/sync.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://frontmatter.codes/config/custom.scripts.schema.json", + "id": "sync", + "title": "Sync", + "command": "bash", + "script": "/sync.sh", + "type": "content" +} \ No newline at end of file -- cgit v1.2.3