diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-02-16 09:16:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 09:16:39 +0000 |
| commit | b5290138e1f73a7a56578f9975ba3b50829ca8d4 (patch) | |
| tree | b4d2d0d4a5b10754f0d075248f97f63f74bbb9aa /.frontmatter | |
| parent | 5354e537b7e02b96cf0b842adfc5faaae5d1a862 (diff) | |
| parent | 5086a041c02412f1a5f811325d4798c49acd328b (diff) | |
Merge pull request #77 from anoduck/develop
Regardless of failed style linting pulling this shit.
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 |
