Convert jekyll markdown files to Hugo markdown files with this easy and simple to use Python script
https://blog.nuculabs.dev
.idea | ||
app | ||
.gitignore | ||
config.yaml | ||
LICENSE | ||
main.py | ||
Makefile | ||
readme.md | ||
requirements-dev.txt | ||
requirements-test.txt | ||
requirements.txt |
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>
Made with ❤️ by NucuLabs.dev