chore: scaffold obsidian-jekyll-publish

Co-Authored-By: Claude
This commit is contained in:
2026-06-19 01:41:57 +00:00
parent 530a897f18
commit b321633421
8 changed files with 2409 additions and 0 deletions

4
src/_smoke.test.ts Normal file
View File

@@ -0,0 +1,4 @@
import { expect, test } from "vitest";
test("vitest harness works", () => {
expect(1 + 1).toBe(2);
});