Skip to main content

19 篇文章已被標記 與 "Docusaurus" 標籤有關的文章

瀏覽所有標籤

Markdown 語法小抄

Docusaurus 支援基本的 Markdown 語法,要寫文章的話基本上得先大概知道 Markdown 怎麼用。

強化 SEO - 為所有文章加上 max-image-preview 中繼標記

依據 Google 搜尋中心的說明文件中所述,在內容中加入吸引人的高畫質圖片會有助於個人內容更有機會顯示在探索專區上,這篇文章就來分享在 Docusaurus 中可以怎麼允許爬蟲爬到高畫質圖片的方法。

排除使用 node-gyp 時出現的 gyp ERR! 相關錯誤訊息

之前為了讓 Docusaurus 具備本地搜尋功能的時候,使用了 @easyops-cn/docusaurus-search-local 這個套件,而它裡面又引用了 nodejieba 這個套件。有趣的是,要讓 nodejieba 乖乖運作好像不是那麼單純的一件事,而且可能會蠻吃人品的。我在公司就幫不少同事處理過鬼打牆的狀況,這篇就來分享一下解法。

排除執行 yarn 時出現 yarn.ps1 cannot be loaded 的問題

在 Windows 裡要透過 yarn 來完成某些動作(例如 `yarn install`)的時候可能會出現這個錯誤:yarn : File C:\Program Files\nodejs\yarn.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + yarn + ~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess 這篇就來分享一下這個問題的解法。