jekyll-to-hugo/readme.md

23 lines
663 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.
2023-05-29 18:58:32 +00:00
Note:
- This tool is still under development.
2023-05-29 18:59:51 +00:00
- This tool is not perfect, it will not convert everything. If you find a bug, please open a PR.
2023-05-29 18:58:32 +00:00
2023-05-29 18:35:38 +00:00
## Usage
```bash
pip install -r requirements.txt
python3 jekyll-to-hugo.py <jekyll_post_path> <hugo_post_path>
```
2023-05-29 19:02:49 +00:00
To change the config, edit `config.yaml`.
The configuration file path can be configured with the `CONFIG_PATH` environment variable.
2023-05-29 18:35:38 +00:00
---
2023-05-31 15:30:13 +00:00
Made with ❤️ by [NucuLabs.dev](https://blog.nuculabs.dev)