Modern Theme using UIKit 3 with good support for Gutenberg block styling. Based on gutenbergtheme https://github.com/WordPress/gutenberg-starter-theme.
Work in progress.
If something isn't a block yet, this theme will not have it. As each block happens, the theme will gain that functionality.
The idea of the default look for this theme is to as closely replicate that of the Gutenberg editor output as possible. As a result the focus is on that styling not creating a new look.. yet. As things grow, we may have styles and go further into what the theme can have... who knows.
This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
After WordPress setup follow these steps:
- Install plugin: Query Monitor by Jogn Blackbourn
- Install test data: WP Test
- Clone inside theme folder: /wp-content/themes
git clone --recursive https://github.com/wpugph/themewpugph.git
- Install dependencies
composer install
- Compile stylesheet site.scss
- Activate the theme
- UIKit 3 - A lightweight and modular front-end framework for developing fast and powerful web interfaces
- Carbon Fields - A developer-oriented library for WordPress custom fields for all types of WordPress content.
Roadmap (See v1)
- Integrate UIKit 3
- Basic Gutenblocks for UIKit 3 components
- WP UIkit Customizer
- A11y ready
- Time is precious commodity
- Lean and DRY, minimum dependencies
- Simple but readable code
- Made for Child Theme developers and hackers
- Always take advantage of modern WordPress core