前提・実現したいこと
hexoでlocalで動かしていたblogをnetlifyでgithubと連携させて公開したいです。
発生している問題・エラーメッセージ
local環境では動作するものの、
netlifyではURLに飛ぶと真っ白なページになってしまい、
index.htmlがうまく読み込まれていな状態です。
試したこと
・_config.ymlにおいて
URLとrootを今のように対応しました。
[hogehoge]は質問用の仮の値を入れてます。
# URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url: https://[hogehoge].netlify.com root: /
・netlifyのBuild settingsは以下の通りです。
Base directory Not set
Build command hexo generate
Publish directory public
補足情報(FW/ツールのバージョンなど)
・githubとの連携はnetlifyのページを見る限りエラーなどは起きておりません。
また、ファイルを編集し、githubにpushした際にも自動でnetlifyの更新はかかっている状態です。
・テーマはmaterialを使いました。
https://github.com/bolnh/hexo-theme-material/releases/tag/1.5.6
・参考にしたサイト
https://tech.qookie.jp/posts/hexo-deploy-netlify-github-backup-version/
https://noitalog.tokyo/hexo-theme-material/#toc_id_1_1
https://michael-ilcsy-blog.netlify.com/2019/02/netlify%E3%81%A7%E3%83%87%E3%83%97%E3%83%AD%E3%82%A4/
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/13 09:04
2020/04/13 10:42
2020/05/09 11:55