UNPKG

@thushan-wp/block-theme-starter

Version:

A simple CLI tool to scaffold a fresh WordPress Block Theme based on a boilerplate structure. Ideal for developers who want to speed up their workflow and follow best practices when building custom block themes for WordPress.

35 lines (34 loc) 678 B
{ "$schema": "https://schemas.wp.org/wp/6.8/theme.json", "settings": { "appearanceTools": true, "layout": { "contentSize": "620px", "wideSize": "1000px" }, "spacing": { "units": [ "%", "px", "em", "rem", "vh", "vw" ] }, "typography": { "fontFamilies": [ { "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", "name": "System Font", "slug": "system-font" } ] }, "useRootPaddingAwareAlignments": true }, "templateParts": [ { "area": "header", "name": "header" }, { "area": "footer", "name": "footer" } ], "version": 3 }