попытка настроить время материала
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-07 11:06:53 +03:00
parent c2b3b77dcc
commit 145acf4128
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -59,6 +59,7 @@ export const CreatedModifiedDate: QuartzTransformerPlugin<Partial<Options>> = (u
// It's either the same as the workdir,
// or 1+ level higher in case of a submodule/subtree setup
repo = Repository.discover(file.cwd)
console.log(chalk.green(`Git repository found at: ${repo.path()}`));
}
try {