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
Trying to set up the development on fedora 26 doesn't work. When I try to load the page in chrome it just displays a #blank page. When I open dev-tools it's also emty e.g. no requests etc. This may be an issue with hugo, chrome or my and possibly other linux distros
Trying to set up the development on fedora 26 doesn't work. When I try to load the page in chrome it just displays a #blank page. When I open dev-tools it's also emty e.g. no requests etc. This may be an issue with hugo, chrome or my and possibly other linux distros
steps to recreate
git checkout setup/hugo
branchnpm install
npm install hugo-bin --save-dev
"build": "run-s build:*"
with "build": "run-s build:* && hugo""serve": "hugo server --watch"
to scriptsnpm run build
npm run serve
npm run watch
The text was updated successfully, but these errors were encountered: