drupal2hugo
drupal2hugo copied to clipboard
Convert a Drupal site to hugo.
The function is missing a parameter.
I don't undestand why this ever worked before, but this fix seems to work for me. Also it is a nice thing to be able to select port via argument...
There are times when a node has more than one alias. This shouldn't break the export, instead we should use the latest alias and drop a message in the output.
Some services run mysql on a port other than 3306. Users shouldn't have to hack the code to use a non standard port.
Dear, When Trying to import a drupal 7 site, I'm getting the following: Error executing CCKFields select. Error 1146: Table 'drpl.content_node_field' doesn't exist select vid,name from vocabulary Error 1146: Table...
Disclaimer: I am completely new to go and compiling When following instructions on `readme` file on how to compile `drupal2hugo` I got the following error: ``` $ go get github.com/fale/drupal2hugo...
Hello, I'm trying to use this tool to migrate my drupal 7 instance to Hugo. I ran into the following problem. Is there any help you can give. ``` rrs@learner:/var/tmp/$...
I guess signature has changed. I don't understand the details, I don't speak the go language and did not dig very deep to understand what is happening here, but it...