liquidLiquidで特定のページ(URL)のみ表示させる方法[Shopify] theme.liquidに{%- if template == 'テンプレートファイル名' -%} を使う コードを挿入する場所 layout/theme.liquid の headタグの閉じタグ(</head>... 2021.04.17liquidShopify
liquid[Shopify] theme kit で公開テーマに直接デプロイする方法 公開テーマにローカルで編集したテーマを直接デプロイする場合 $ theme deploy --allow-live theme watch の場合も一緒 $ theme watch --allow-live ... 2021.04.19liquidShopifyShopify構築theme kit