TT1 Skin - the_ID Brewing Styles
CSS styles for the_ID Brewing demo sites
by theidbrewing · github.com/theidbrewing/theidbrewing.github.io
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/theidbrewing/theidbrewing.github.io/archive/refs/heads/main.zipFrom the readme
TT1 skin plugin
Custom skin for WordPress Default theme TT1.
Required environment
composer, node, npm.
Install
npm install
wp-env global install
Use
env
Switch Skin
Set config file
1. For wp-env
edit .wp-env.override.json
2. For other local env
edit tt1skin.config.php
Init Skin
Convert the skin settings set in skin.json to SCSS.
Setup skin.json
You can setup your skin styles in skin.json.
color.palette, color.gradients can be set in the same format as theme.json.
fontSizes is also the same as typography.fontSizes.
googlefontsurl is the original setting in the skin.json. Fill in the URL of the Google font you want to set.
You can also setup your skin custom block pattern.
Add your block pattern json files in inc/skins/yourskinname/block-pattern, and patten name list in skin.json blockpattern.
Example:
Then, init the skin.json.
Build CSS (one each)
Build ALL(Skins)
$ npm run build:all
Skin List check
Dist Skin
Dist All (include Build Skins)
build skin (all), dist skin(all)