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
- run fedora 26 as VM
- clone repo and
git checkout setup/hugo branch
- run
npm install
- run
npm install hugo-bin --save-dev
- edit package.json
- replace script
"build": "run-s build:*" with "build": "run-s build:* && hugo"
- add
"serve": "hugo server --watch" to scripts
- run
npm run build
- run
npm run serve
- open new command prompt and run
npm run watch
- visit http://localhost:1313/ in chrome browser