16 lines
No EOL
565 B
YAML
16 lines
No EOL
565 B
YAML
logging_level: "INFO"
|
|
source_path: "/home/denis/PycharmProjects/jekyll-to-hugo/my_test_data/_posts"
|
|
output_path: "/home/denis/PycharmProjects/jekyll-to-hugo/my_test_data/quickstart/content/posts"
|
|
converter: "wordpress_markdown_converter"
|
|
converter_options:
|
|
author_rewrite: "NucuLabs.dev"
|
|
links_rewrite:
|
|
- source: "http://localhost/"
|
|
target: "/"
|
|
- source: "https://nuculabs.wordpress.com/"
|
|
target: "https://nuculabs.dev/posts/"
|
|
header_fields_drop:
|
|
- restapi_import_id
|
|
- original_post_id
|
|
- timeline_notification
|
|
- wordads_ufa |