Remove the default date formatting
This commit is contained in:
@@ -1083,7 +1083,7 @@ Co-Authored-By: Claude"
|
||||
- Create: `src/publish.ts`, `src/publish.test.ts`
|
||||
|
||||
**Interfaces:**
|
||||
- Consumes: `parseNote`, `Pair` (frontmatter); `findImageRefs`, `planImages`, `Strategy` (images); `buildPost`; `postFilename` (slug); `GitClient`, `GitFile` (git); `JekyllPublishSettings`.
|
||||
- Consumes: `parseNote`, `Pair` (frontmatter); `findImageRefs`, `planImages`, `Strategy` (images); `buildPost`; `pageFilename` (slug); `GitClient`, `GitFile` (git); `JekyllPublishSettings`.
|
||||
- Produces:
|
||||
- `interface PublishInput { noteText: string; frontmatterPairs: Pair[]; slug: string; date: string; strategy: Strategy; commitMessage: string }`
|
||||
- `interface ImageResolver { (linktext: string): Promise<Buffer | null> }`
|
||||
|
||||
Reference in New Issue
Block a user