This is not a theme (although it can be used as is).
This is, however, a starting point for your theme.
- Theme boilerplate with pages, tags and categories.
- 217B (that's bytes) of CSS that you don't have to include. Purely for basic aesthetic reasons.
- Support for templates. If you set a template in bludit, the theme will try to include
inc/{template-name}.php. - Navigation, by default, includes ALL categories and all pages that have the
menutag. - Support for important posts. All you have to do is implement a custom
boolfor important in your Custom Fields i.e.
{
"important": {
"type": "bool",
"label": "Important",
"tip": "Is this an important article?"
}
}
- Download BLBP and extract to your
bl-themesfolder. - Change
nameanddescriptioninen.jsonto your theme's name. - Make changes and design YOUR theme.
I would much appreciate if you leave credit if you use this boilerplate and find it useful.
If there's anything you feel is broken, incorrect or if you feel like this project can be improved somehow, please open issues and/or pull-requests and I'll be glad to take a look.