Skip to content

Instantly share code, notes, and snippets.

@funwarioisii
Last active April 7, 2018 17:46
Show Gist options
  • Save funwarioisii/3dd92e69fd7943bfe65b3c8d0fa115b8 to your computer and use it in GitHub Desktop.
Save funwarioisii/3dd92e69fd7943bfe65b3c8d0fa115b8 to your computer and use it in GitHub Desktop.
Docusaurusで困った点とほんの一部解決

Docusaurusについてはこちら公式ページ

GitHub Pagesへの公開

公式のここに様々書かれています

特に赤いところは注意して読まないと失敗します

で,現在うまく行っていない点は一回アップロードすると書き直しがうまくいかない

そのため一回リポジトリを消して再度上げるなど面倒な手順を踏んでいます

DocusaurusのGAEでのHosting

Mediumのここを参考にしました

app.yamlとbuildフォルダをストレージに上げておき,gcloud rsync gs://hoge .などでやる→ここまでOK

gcloud app deploy→ここで$ docusaurus-startが裏で回ってコケる

DocusaurusのFirebaseでのHosting

ここを参考にcreate-react-appなどを使って公開するまでは良かったですが Docusaurusはうまくいかなかった

$ yarn run buildで静的ファイルを生成してそれを置いてるんだが何故…?

open build/projectName/index.htmlcd build$ open projectName/index.htmlしたりして開くと

相対指定されていると思われるCSSや画像も読み込まれないのでその辺も関係するのかなって感じでした

$ yarn startすると普通にみられるのですが

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment