@mdfriday/foundry 26.2.4 → 26.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -89,7 +89,7 @@ ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/showcase/content /User
89
89
 
90
90
  # Quartz
91
91
 
92
- ln -s /Users/weisun/github/mdfriday/foundry/example/ws/bk/quartz/content /Users/weisun/github/mdfriday/foundry/example/ws/proj/content
92
+ ln -s /Users/sunwei/github/mdfriday/foundry/example/ws/bk/quartz/content /Users/sunwei/github/mdfriday/foundry/example/ws/proj/content
93
93
 
94
94
  # Remove obsidian cache
95
95
 
package/dist/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
- export { processSSG, processSSGWithProgress } from './internal/application/ssg';
1
+ export { processSSG, processSSGWithProgress, generateStaticSite } from './internal/application/ssg';
2
+ export { processSSGParallel, ParallelSSGStats } from './internal/application/ssg-parallel';
2
3
  export { startIncrementalBuild, IncrementalBuildConfig, IncrementalBuildCoordinator } from './internal/application/incremental-ssg';
3
4
  export { MarkdownRenderer, AutoIDGenerator, ParsingResult, Header, TocFragments, Link, Paragraph } from './internal/domain/markdown';
5
+ export { PageTask } from './pkg/page-filter';