jekyll-to-hugo/readme.md

15 lines
379 B
Markdown
Raw Normal View History

2023-05-29 18:35:38 +00: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
```bash
pip install -r requirements.txt
python3 jekyll-to-hugo.py <jekyll_post_path> <hugo_post_path>
```
---
Made with ❤️ by [NucuLabs.dev](https://nuculabs.dev)