-
困ったこと
Hugo + Netlifyで独自ブログ開設を試みたが、ビルドでエラーが発生する -
エラー内容
11:54:55 PM: │ Netlify Build │
11:54:55 PM: └─────────────────────────────┘
11:54:55 PM:
11:54:55 PM: ❯ Version
11:54:55 PM: @netlify/build 3.3.0
11:54:55 PM:
11:54:55 PM: ❯ Flags
11:54:55 PM: deployId: 5f42833354270439486cd0f5
11:54:55 PM: mode: buildbot
11:54:55 PM:
11:54:55 PM: ❯ Current directory
11:54:55 PM: /opt/build/repo
11:54:55 PM:
11:54:55 PM: ❯ Config file
11:54:55 PM: /opt/build/repo/netlify.toml
11:54:55 PM:
11:54:55 PM: ❯ Context
11:54:55 PM: production
11:54:55 PM:
11:54:55 PM: ┌────────────────────────────────────┐
11:54:55 PM: │ 1. build.command from netlify.toml │
11:54:55 PM: └────────────────────────────────────┘
11:54:55 PM:
11:54:55 PM: $ hugo --theme=zzo --buildDrafts --gc --minify
11:55:00 PM: Building sites … ERROR 2020/08/23 14:55:00 JSON parse error: unexpected comma character on line 9 and column 20
11:55:00 PM: 9: “description”: ,
11:55:00 PM: ^
11:55:00 PM: ERROR 2020/08/23 14:55:00 JSON parse error: unexpected comma character on line 9 and column 20
11:55:00 PM: 9: “description”: ,
11:55:00 PM: ^
11:55:00 PM: Total in 5033 ms
11:55:00 PM: Error: Error building site: failed to render pages: JSON parse error: unexpected comma character on line 9 and column 20
11:55:00 PM: 9: “description”: ,
11:55:00 PM: ^
11:55:00 PM:
11:55:00 PM: ┌─────────────────────────────┐
11:55:00 PM: │ “build.command” failed │
11:55:00 PM: └─────────────────────────────┘
11:55:00 PM:
11:55:00 PM: Error message
11:55:00 PM: Command failed with exit code 255: hugo --theme=zzo --buildDrafts --gc --minify
11:55:00 PM:
11:55:00 PM: Error location
11:55:00 PM: In build.command from netlify.toml:
11:55:00 PM: hugo --theme=zzo --buildDrafts --gc --minify
11:55:00 PM:
11:55:00 PM: Resolved config
11:55:00 PM: build:
11:55:00 PM: command: hugo --theme=zzo --buildDrafts --gc --minify
11:55:00 PM: commandOrigin: config
11:55:00 PM: environment:
11:55:00 PM: - HUGO_VERSION
11:55:00 PM: - HUGO_ENV
11:55:00 PM: - HUGO_ENABLEGITINFO
11:55:00 PM: publish: /opt/build/repo/public
11:55:00 PM: Caching artifacts
11:55:00 PM: Started saving build plugins
11:55:00 PM: Finished saving build plugins
11:55:00 PM: Started saving pip cache
11:55:00 PM: Finished saving pip cache
11:55:00 PM: Started saving emacs cask dependencies
11:55:00 PM: Finished saving emacs cask dependencies
11:55:00 PM: Started saving maven dependencies
11:55:00 PM: Finished saving maven dependencies
11:55:00 PM: Started saving boot dependencies
11:55:01 PM: Finished saving boot dependencies
11:55:01 PM: Started saving go dependencies
11:55:01 PM: Finished saving go dependencies
11:55:03 PM: Error running command: Build script returned non-zero exit code: 1
11:55:03 PM: Failing build: Failed to build site
11:55:03 PM: Failed during stage ‘building site’: Build script returned non-zero exit code: 1
11:55:03 PM: Finished processing build request in 18.205461886s
3.独自ブログのGitHubリポジトリ
- その他情報
使用テーマ:Zzo