Gatsby Theme Aoi のパッケージ紹介

2022-02-01

Gatsby Theme Aoi のパッケージ紹介

post by cieloazul310

Gatsby Theme Aoi は複数のパッケージのバンドルです。npm で @cieloazul310/gatsby-theme-aoi をインストールすると、以下のパッケージも同時にインストールされます。

ただしこれらのパッケージに含まれるレイアウトやコンポーネントは、全て @cieloazul310/gatsby-theme-aoi をエントリーポイントとして利用できます。したがって、これらのパッケージ名はテーマの設定やメニューの設定など Shadowing をする場合のみで目にすることになるでしょう。

また、これらのパッケージは個別にインストールが可能です。

npm install @cieloazul310/gatsby-theme-aoi-components
import { AppLink } from '@cieloazul310/gatsby-theme-aoi-components';

hupe1980/gatsby-theme-material-ui のパッケージ構成を参考にしています。

@cieloazul310/gatsby-theme-aoi-components

Gatsby Theme Aoi で使用される React コンポーネントのパッケージです。

@cieloazul310/gatsby-theme-aoi-components
github.com

@cieloazul310/gatsby-theme-aoi-layout

Shadowing 可能なパッケージです。

@cieloazul310/gatsby-theme-aoi-layout
github.com

@cieloazul310/gatsby-theme-aoi-top-layout

Shadowing 可能なパッケージです。

@cieloazul310/gatsby-theme-aoi-top-layout
github.com

@cieloazul310/gatsby-theme-aoi-utils

主に Gatsby Theme Aoi 内で使用しているフックを提供しています。

useAbsoluteUrl useBaseUrl useSiteMetadata useSocialShare usePathnameWithoutPrefix

@cieloazul310/gatsby-theme-aoi-utils
github.com
Gatsby Theme Aoi のパッケージ紹介

Date: 2022-02-01

Post by cieloazul310

Categories: Gatsby Theme Aoi

0

Gatsby Theme Aoi Blog

© 2023 @cieloazul310 All rights reserved. Built with Gatsby