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-05-29 21:35:38 +03:00
.idea initial commit 2023-05-29 21:35:38 +03:00
app initial commit 2023-05-29 21:35:38 +03:00
.gitignore initial commit 2023-05-29 21:35:38 +03:00
LICENSE Initial commit 2023-05-29 20:54:20 +03:00
main.py initial commit 2023-05-29 21:35:38 +03:00
Makefile initial commit 2023-05-29 21:35:38 +03:00
readme.md initial commit 2023-05-29 21:35:38 +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 initial commit 2023-05-29 21:35:38 +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.

Usage

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

Made with ❤️ by NucuLabs.dev