Agile育成ブログ
未来を変える喜びを
Gatsby

Gatsby


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490
npm install -g gatsby-cli
gatsby develop

gatsby developのコマンドを実行すると自動でキャッシュフォルダが作成される。
その中には起動時に生成されたデータが入っているため、コンフリクトを起こさないためにキャッシュフォルダを削除しておく。

gatsby clean
npm install gatsby-transformer-remark

3つのハイフンで挟まれた部分をFrontmatter

データをサイト内部に運ぶためのgatsby-source-filesystemと読み込んだマークダウンデータを処理するgatsby-transformer-remarkの2つのプラグインが必要

You cannot copy content of this page