Convert jekyll markdown files to Hugo markdown files with this easy and simple to use Python script https://blog.nuculabs.dev
Find a file
2023-06-02 10:35:34 +03:00
.idea add fix for code blocks 2023-06-02 09:58:20 +03:00
app add more tests for fix pre content 2023-06-02 10:35:34 +03:00
.gitignore initial commit 2023-05-29 21:35:38 +03:00
config.yaml add tests for test_fix_html_tags_stripe_tag 2023-06-01 22:19:57 +03:00
LICENSE Initial commit 2023-05-29 20:54:20 +03:00
main.py re-format code 2023-05-31 18:32:42 +03:00
Makefile re-format code 2023-05-31 18:32:42 +03:00
readme.md update readme.md 2023-05-31 18:30:13 +03:00
requirements-dev.txt initial commit 2023-05-29 21:35:38 +03:00
requirements-test.txt initial commit 2023-05-29 21:35:38 +03:00
requirements.txt add config via yaml 2023-05-29 21:58:32 +03:00

Jekyll to Hugo Converter

Jekyll to Hugo Converter is a simple tool to convert Jekyll posts to Hugo posts.

You can also use it to convert your WordPress blog into a Hugo blog. Tutorial coming soon.

Note:

  • This tool is still under development.
  • This tool is not perfect, it will not convert everything. If you find a bug, please open a PR.

Usage

pip install -r requirements.txt
python3 jekyll-to-hugo.py <jekyll_post_path> <hugo_post_path>

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