From fc4f2fd7a729bf7bd35e7e286de48f4526854522 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Wed, 31 May 2023 18:30:13 +0300 Subject: [PATCH] update readme.md --- config.yaml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index c931de4..fb4731d 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ 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/_posts_hugo" +output_path: "/home/denis/PycharmProjects/jekyll-to-hugo/my_test_data/quickstart/content/posts" converter: "wordpress_markdown_converter" converter_options: author_rewrite: "NucuLabs.dev" diff --git a/readme.md b/readme.md index 063cda2..4fbced9 100644 --- a/readme.md +++ b/readme.md @@ -20,4 +20,4 @@ To change the config, edit `config.yaml`. The configuration file path can be configured with the `CONFIG_PATH` environment variable. --- -Made with ❤️ by [NucuLabs.dev](https://nuculabs.dev) \ No newline at end of file +Made with ❤️ by [NucuLabs.dev](https://blog.nuculabs.dev) \ No newline at end of file