SchumacherFM / wordpress-to-hugo-exporter

Hugo is static site generator written in golang. Wordpress is a tool for remote access to your server ;-) ❗️Contributions welcome!
https://gohugo.io
GNU General Public License v3.0
692 stars 95 forks source link

Should offer flag to toggle off zipping #78

Closed lanshunfang closed 4 years ago

lanshunfang commented 5 years ago

Requirement

I have a WordPress website with 10G+ size. I would like to publish the website to Github Pages. So here are the steps I've been doing:

In the step of Generating Markdown, I don't need to create a hugo-export zip file (time & energy consuming).

Proposal

Usage

php hugo-export-cli.php ~/hugo/tmp/ --disable-zip --static-folder-name=hugo-export-tmp

API

SchumacherFM commented 5 years ago

This sounds great and if it does not break backwards compatibility, then go for it from my side!

lanshunfang commented 5 years ago

Sure. Let me do it soon.

BTW, I have some other enhancements to go, say parallel processing, audio / image optimization, only proceed changes (incremental changes on posts / uploads). I will only have them in my git repo and will create PR if tested & ran well.

SchumacherFM commented 4 years ago

closing due to age. reopen if desired.