cncf / cncf.io

☁️♮🏛🚧 The CNCF.io WordPress website
https://cncf.io
MIT License
84 stars 38 forks source link

Theme tidying (WP 6.1) #615

Closed thetwopct closed 1 year ago

thetwopct commented 1 year ago

Some theme tidying and changes I'd like to make:

add_filter( 'should_load_separate_core_block_assets', '__return_true' );

thetwopct commented 1 year ago

@cjyabraham I've pushed to dev the following:

I need more time to fix the ACF block stylesheets loading on each page - with adding the reports as blocks this is causing a big overhead on every page. This is all related to theme.json and theme defaults, so a slightly bigger tasks than predicted, but should make CSS generally more performant. I think better to do that as a PR.

cjyabraham commented 1 year ago

Looks good. Tested and deployed.

thetwopct commented 1 year ago

Closing this as majority is done, and tracking the block assets issue as a separate issue - https://github.com/cncf/cncf.io/issues/619