mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 04:51:53 +02:00
📝 Update Install dependencies
This commit is contained in:
parent
869bdde480
commit
be530db8b0
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ module.exports = {
|
||||||
|
|
||||||
この例の構造では、独自のカスタムレイアウトを持つ新しい `projects` コンテンツタイプと、カスタムショートコードと拡張パーシャルが追加されています。プロジェクトがこの構造に従っている場合、必要なのは `main.css` ファイルを再コンパイルすることだけです。
|
この例の構造では、独自のカスタムレイアウトを持つ新しい `projects` コンテンツタイプと、カスタムショートコードと拡張パーシャルが追加されています。プロジェクトがこの構造に従っている場合、必要なのは `main.css` ファイルを再コンパイルすることだけです。
|
||||||
|
|
||||||
### Install dependencies
|
### 依存関係のインストール
|
||||||
|
|
||||||
In order for this to work you'll need to change into the `themes/blowfish/` directory and install the project dependencies. You'll need [npm](https://docs.npmjs.com/cli/v7/configuring-npm/install) on your local machine for this step.
|
これが機能するには、`themes/blowfish/` ディレクトリに移動し、プロジェクトの依存関係をインストールする必要があります。この手順では、ローカルマシンに [npm](https://docs.npmjs.com/cli/v7/configuring-npm/install) が必要になります。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd themes/blowfish
|
cd themes/blowfish
|
||||||
|
|
Loading…
Add table
Reference in a new issue