フロントエンド初心者の私が、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/