Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Page dosen't load in browserΒ #39

@0scarB

Description

@0scarB

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions