9.0.2
This commit is contained in:
@@ -11,9 +11,9 @@ Sage is a WordPress starter theme with a modern development workflow.
|
||||
* Modern JavaScript
|
||||
* [Webpack](https://webpack.github.io/) for compiling assets, optimizing images, and concatenating and minifying files
|
||||
* [Browsersync](http://www.browsersync.io/) for synchronized browser testing
|
||||
* [Blade](https://laravel.com/docs/5.5/blade) as a templating engine
|
||||
* [Blade](https://laravel.com/docs/5.6/blade) as a templating engine
|
||||
* [Controller](https://github.com/soberwp/controller) for passing data to Blade templates
|
||||
* CSS framework (optional): [Bootstrap 4](https://getbootstrap.com/), [Bulma](https://bulma.io/), [Foundation](https://foundation.zurb.com/), [Tachyons](http://tachyons.io/)
|
||||
* CSS framework (optional): [Bootstrap 4](https://getbootstrap.com/), [Bulma](https://bulma.io/), [Foundation](https://foundation.zurb.com/), [Tachyons](http://tachyons.io/), [Tailwind](https://tailwindcss.com/)
|
||||
|
||||
See a working example at [roots-example-project.com](https://roots-example-project.com/).
|
||||
|
||||
@@ -49,7 +49,7 @@ During theme installation you will have options to update `style.css` theme head
|
||||
```shell
|
||||
themes/your-theme-name/ # → Root of your Sage based theme
|
||||
├── app/ # → Theme PHP
|
||||
│ ├── controllers/ # → Controller files
|
||||
│ ├── Controllers/ # → Controller files
|
||||
│ ├── admin.php # → Theme customizer setup
|
||||
│ ├── filters.php # → Theme filters
|
||||
│ ├── helpers.php # → Helper functions
|
||||
|
||||
Reference in New Issue
Block a user