1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【途中】タスクランナーを使ってWordPressテーマをつくりたい!Sageを使ってみよう

Posted at

フロントエンド初心者の私が、Sageを使ってみましたが…ちょろっとやって途中で止まってます・・・

導入の仕方

公式のドキュメントを見るのが一番わかりやすい
https://roots.io/sage/docs/theme-installation/

構成

SVGの使用

カスタムフィールドの作成

https://roots.io/guides/using-acf-builder-with-sage/
https://github.com/StoutLogic/acf-builder/wiki
Log1x/sage-directivesをインストールする必要あり

Bootstrapの軽量化

#blade
https://qiita.com/teru0x1/items/6813948aa6c40980a9b0

使った構文

@hasfieldはカスタムフィールドに値が入っているかどうかを判定してくれる。

@hasfield('main-visual')
  <img src="example.jpg">
@endfield

追加するかも

https://getuikit.com/docs/installation
https://next.tailwindcss.com/docs/installation/

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?