Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
40 lines (23 loc) · 2.21 KB

theme-README.md

File metadata and controls

executable file
·
40 lines (23 loc) · 2.21 KB

[ THEME NAME ]

🏗 Build & Deploy

[ SHORT THEME DESCRIPTION ]

This theme is made with love and brought to you by the folks of WP Munich and Luehrsen // Heinrich.

Paradigms

Mobile First

Designs and styles should be made first for the mobile version. This ensures a seamless experience for the majority of mobile users. Learn more

CSS Grid First

Contrasting our grid-system-history, this theme should not rely on a traditional grid-system like in Bootstrap. While such a 12-col grid is still useful in designing the theme and giving it structure, the resulting CSS code should be declarative and based on CSS Grid.

Alignfull First

This theme will be primarily build for the new block based editor in WordPress. This means, that the 'normal' state of the content is always the alignfull and smaller states should be restricted in width by a max-width setting.

Compatibility

With a huge blocks ecosystem on the horizon new themes should be compatible with a wide variety of blocks. This means that content styling has to be as abstract as possible and provide a well defined scaffolding to put content into. The goal is less, more elegant code.

No pixels

Using pixel values on the web makes sense. Until it doesn't. Using rem and em values is more accessible and reliable. So using a px value to determine the size of something should be the absolute exception and very well justified.

Documentation

Developer documentation is available in the Wiki.

Contributing

Every bit of help is highly appreciated. Even if you don't code you can file an issue and help us find bugs or shape new features. Please see the CONTRIBUTING.md on how to contribute.

License

This plugin is licensed under GNU General Public License v2 (or later).

Changelog

Please find the current changelog here.