@alvincrespo/hashnode-content-converter - v0.2.2
    Preparing search index...

    Interface ConversionOptions

    Configuration options for the conversion process

    interface ConversionOptions {
        downloadOptions?: ImageDownloadOptions;
        loggerConfig?: LoggerConfig;
        skipExisting?: boolean;
    }
    Index

    Properties

    downloadOptions?: ImageDownloadOptions

    Image download configuration options.

    loggerConfig?: LoggerConfig

    Logger configuration options.

    skipExisting?: boolean

    Skip posts that already exist in the output directory. When true, posts with existing directories are skipped. When false, conversion will attempt to overwrite.

    true