You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing that you committed a fix, I decided to try again with a new hugo site with the new repo.
I have:
autoprefixer@10.4.4
npm@8.7.0
postcss-cli@9.1.0
postcss@8.4.12
all installed globally.
I did the git init from the new hugo site folder.
But trying the next step: git submodule add https://github.com/y1zhou/hugo-northeast.git themes/hugo-northeast
creates the themes/hugo-northeast folder but the only thing inside it is the .git file.
It hangs at that step.
???
The text was updated successfully, but these errors were encountered:
@darrenaddy I just tested setting up a new site using the commands listed in the readme file and had no problems. Could you check the content of the .gitmodules file in your newly-created hugo site folder? It should be:
Seeing that you committed a fix, I decided to try again with a new hugo site with the new repo.
I have:
autoprefixer@10.4.4
npm@8.7.0
postcss-cli@9.1.0
postcss@8.4.12
all installed globally.
I did the
git init
from the new hugo site folder.But trying the next step:
git submodule add https://github.com/y1zhou/hugo-northeast.git themes/hugo-northeast
creates the themes/hugo-northeast folder but the only thing inside it is the .git file.
It hangs at that step.
???
The text was updated successfully, but these errors were encountered: