Resolving Hugo Layout Errors
Yesterday, someone I know forked my blog and was trying to generate a static blog site using the Hugo Framework. But when he forked my repository and tried to run it to modify my blog locally, he saw a few things missing, and it failed to run. The reason is that when you clone a repository with submodules, you’re essentially getting a reference to the submodule’s repository, not the actual code. ...