podofcast

所属分类:建站系统
开发工具:PHP
文件大小:0KB
下载次数:0
上传日期:2023-11-12 03:08:12
上 传 者sh-1993
说明:  播客演示WordPress区块主题
(Pod Of Cast demo WordPress block theme)

文件列表:
.editorconfig (316, 2023-11-11)
.wp-env.json (70, 2023-11-11)
assets/ (0, 2023-11-11)
assets/.DS_Store (6148, 2023-11-11)
assets/css/ (0, 2023-11-11)
assets/css/blocks/ (0, 2023-11-11)
assets/css/blocks/core/ (0, 2023-11-11)
assets/css/blocks/core/wp-block-code.css (213, 2023-11-11)
assets/css/blocks/core/wp-block-comments.css (557, 2023-11-11)
assets/css/blocks/core/wp-block-navigation.css (1282, 2023-11-11)
assets/css/blocks/core/wp-block-pullquote.css (392, 2023-11-11)
assets/css/blocks/core/wp-block-separator.css (478, 2023-11-11)
assets/css/blocks/core/wp-block-table.css (832, 2023-11-11)
assets/css/blocks/custom/ (0, 2023-11-11)
assets/css/blocks/custom/testimonial-slider-quote.css (814, 2023-11-11)
assets/css/blocks/custom/testimonial-slider.css (1588, 2023-11-11)
assets/css/global.css (1696, 2023-11-11)
assets/css/main.css (254, 2023-11-11)
assets/css/patterns/ (0, 2023-11-11)
assets/css/patterns/benefits.css (717, 2023-11-11)
assets/css/patterns/heading-fifty-fifty-quote.css (955, 2023-11-11)
assets/css/patterns/hero.css (676, 2023-11-11)
assets/css/stylecss-header.css (596, 2023-11-11)
assets/fonts/ (0, 2023-11-11)
assets/fonts/MontserratAlternates-Bold.woff2 (73708, 2023-11-11)
assets/fonts/MontserratAlternates-Medium.woff2 (73800, 2023-11-11)
assets/fonts/OFL.txt (4392, 2023-11-11)
assets/images/ (0, 2023-11-11)
assets/images/benefits-face-1.png (1126, 2023-11-11)
assets/images/benefits-face-2.png (1997, 2023-11-11)
assets/images/benefits-fire.png (2613, 2023-11-11)
assets/images/benefits-scribble.png (1520, 2023-11-11)
assets/images/benefits-shining-stars.png (2101, 2023-11-11)
assets/images/benefits-star.png (1073, 2023-11-11)
assets/images/benefits-title-scribble.png (2392, 2023-11-11)
... ...

# Pod Of Cast demo WordPress block theme ## What is this? This is a demo block theme built from [a free figma mockup](https://www.figma.com/community/file/1093368153627239554) from the figma community site. ## Local Environment This theme includes a `.wp-env.json`. To spin up a WordPress environment with `wp-env` first make sure docker desktop is installed. Then run the following command to start the environment: ```bash npm run start ``` You can stop the environment with the stop command: ```bash npm run stop ``` See the [wp-env documentation](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/#installation) for more details. ## Building and Watching CSS To build the CSS using PostCSS, run the following command in your terminal: ```bash npm run build:css ``` This will take the assets/main.css file, run it and all imports through PostCSS, and output the result to style.css. To watch for changes to your CSS and automatically rebuild, run the following command in your terminal: ```bash npm run watch:css ``` This will start PostCSS in watch mode, which will watch for changes to your assets/main.css file. Whenever you save a change to the CSS, PostCSS will automatically rebuild and output the result to style.css. ## Building and Watching Custom Blocks ```bash npm run watch:blocks ``` This will use wp-scripts to watch for changes to your blocks inside `blocks/` and automatically rebuild them when necessary. The blocks are output to the `blocks-built/` directory. Make sure to enqueue the built blocks in the theme. ## Based On Powder Theme Powder WordPress Theme, (C) 2022-2023 Brian Gardner. Powder is distributed under the terms of the GNU GPL.

近期下载者

相关文件


收藏者