Hugo Notes
Hugo Notes #
Git Ignore #
.hugo_build.lock
node_modules/
public/
resources/Add comment
Theme Switch #
To reuse a theme as a sub-module, when seeing following error: fatal: A git directory for ’themes/hugo-book’ is found locally with remote(s): origin https://github.com/alex-shpak/hugo-book If you want to reuse this local git directory instead of cloning again from https://github.com/alex-shpak/hugo-book use the ‘–force’ option. If the local git directory is not the correct repo or you are unsure what this means choose another name with the ‘–name’ option.