Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page dosen't load in browser #39

Open
0scarB opened this issue Mar 1, 2018 · 1 comment
Open

Page dosen't load in browser #39

0scarB opened this issue Mar 1, 2018 · 1 comment

Comments

@0scarB
Copy link

0scarB commented Mar 1, 2018

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

  1. run fedora 26 as VM
  2. clone repo and git checkout setup/hugo branch
  3. run npm install
  4. run npm install hugo-bin --save-dev
  5. edit package.json
    • replace script "build": "run-s build:*" with "build": "run-s build:* && hugo"
    • add "serve": "hugo server --watch" to scripts
  6. run npm run build
  7. run npm run serve
  8. open new command prompt and run npm run watch
  9. visit http://localhost:1313/ in chrome browser
@gsambrotta
Copy link
Member

Thank you @0scarB for your feedback. I will try to reproduce in a fedora environment and generally test on different enviromnment

Anyone else able to test it, is more then welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants