Simple CLI tool to convert a Jekyll markdown posts to Zola markdown posts.
j2z --jekyllDir <path> --zolaDir <path> [--tz <timezone>] [--taxonomies <taxonomies>] [--aliases <true|false>]
--jekyllDir
(required): Specifies the path to the Jekyll directory containing the_config.yml
file.--zolaDir
(required): Specifies the path to the Zola directory containing thecontent
directory.--tz
(optional): Sets the timezone for the conversion. If not provided, the timezone will default to the local machine's timezone. Example:America/New_York
.--taxonomies
(optional): A comma-separated list of taxonomies to include in the conversion. Default istags,categories
.--aliases
(optional): Enables aliases in the front matter if set totrue
. Default isfalse
.