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

What to do after generate .zip file #40

Closed sredxny closed 7 years ago

sredxny commented 7 years ago

Hi, am really confused about what to do after generates the .zip file, it was generated successfully. I have this directory structure:

What should I do then? I ran hugo but it says that content folder not found, so I changed the name of wp-content to content. Also I ran hugo server, started to listen in :1313 port but nothing is showed there.

I am not clear on what to do after generate the .zip file essentially

SchumacherFM commented 7 years ago

Hey! Now it's getting complicated and I can't help you much because I don't know too much of your project.

One start would be that you create a structure with hugo that really works. Go to the hugo documentation and start from scratch. After the basic site with your preferred theme runs you can add the content of your blog. Try first with one page and once you figured out how it works you can add the rest.

http://gohugo.io/overview/quickstart/