diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-02-15 02:33:34 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-02-15 02:33:34 -0500 |
| commit | d43ab2e37e681e222da93226bcd5211e29e84438 (patch) | |
| tree | 9b46730f754a9a0fa46fb9d6582609068d714c57 /.frontmatter | |
| parent | f079abb5cbc39bf5356bc7349f47b9b5c3627a48 (diff) | |
feat: 🎸 Module additions
Added created modules to the site along with more content.
Diffstat (limited to '.frontmatter')
| -rw-r--r-- | .frontmatter/config/custom/scripts/sync.json | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
