generator-chisel
generator-chisel copied to clipboard
Chisel is a development framework for creating easy to maintain and fast WordPress websites.
Add an option for a `front-page.twig` template in `page.php`. Code is very similar to what we have in `index.php` ```php
How about introducing a new option in the generator that's responsible for creating a text-domain? By default, it could be generated based on a project name. This way we could...
https://github.com/xfiveco/generator-chisel/blob/6ef0413a5f1774c253dc3109511238b08a6c9fa5/generators/wp/templates/chisel-starter-theme/templates/404.twig#L4
I have been doing this in my latest projects and it works really good. It makes it much more flexible and like it should be actually (using dependencies logic, etc)....
I like to keep my custom PHP templates in the `templates` directory for better file organization. How about we change the default templates directory into views? This shouldn't break old...
I'm using Customizer in every project. How about creating a template for it?
https://github.com/xfiveco/generator-chisel/blob/8a1f5de6157ae11f9ee643e5aa389519ebba0faa/generators/wp/templates/chisel-starter-theme/search.php#L11
How about extending the comment section in style.css to promote Chisel a little bit? I'm thinking about something like this: ``` /* * Theme Name: PROJECT_NAME * Theme URI: https://www.getchisel.co/...