You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+22-26
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,15 @@
5
5
6
6
Sage is a WordPress starter theme with a modern development workflow.
7
7
8
-
**Sage 9 is in active development and is currently in beta. The `master` branch tracks Sage 9 development. If you want a stable version, use the [latest Sage 8 release](https://github.com/roots/sage/releases/latest).**
9
-
10
8
## Features
11
9
12
10
* Sass for stylesheets
13
-
*ES6 for JavaScript
11
+
*Modern JavaScript
14
12
*[Webpack](https://webpack.github.io/) for compiling assets, optimizing images, and concatenating and minifying files
15
13
*[Browsersync](http://www.browsersync.io/) for synchronized browser testing
16
-
*[Laravel Blade](https://laravel.com/docs/5.3/blade) as a templating engine
14
+
*[Blade](https://laravel.com/docs/5.5/blade) as a templating engine
17
15
*[Controller](https://github.com/soberwp/controller) for passing data to Blade templates
* Select a CSS framework (Bootstrap, Bulma, Foundation, Tachyons, none)
51
-
* Add Font Awesome
52
-
* Configure Browsersync (path to theme, local development URL)
45
+
During theme installation you will have options to update `style.css` theme headers, select a CSS framework, and configure Browsersync.
53
46
54
47
## Theme structure
55
48
@@ -97,22 +90,25 @@ Edit `app/setup.php` to enable or disable theme features, setup navigation menus
97
90
98
91
### Build commands
99
92
100
-
*`yarn run start` — Compile assets when file changes are made, start Browsersync session
101
-
*`yarn run build` — Compile and optimize the files in your assets directory
102
-
*`yarn run build:production` — Compile assets for production
93
+
*`yarn start` — Compile assets when file changes are made, start Browsersync session
94
+
*`yarn build` — Compile and optimize the files in your assets directory
95
+
*`yarn build:production` — Compile assets for production
103
96
104
97
## Documentation
105
98
106
-
Sage 8 documentation is available at [https://roots.io/sage/docs/](https://roots.io/sage/docs/).
107
-
108
-
Sage 9 documentation is currently in progress and can be viewed at [https://github.com/roots/docs/tree/sage-9/sage](https://github.com/roots/docs/tree/sage-9/sage).
109
-
110
-
Controller documentation is available at [https://github.com/soberwp/controller#usage](https://github.com/soberwp/controller#usage).
Contributions are welcome from everyone. We have [contributing guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started.
115
105
106
+
## Gold sponsors
107
+
108
+
Help support our open-source development efforts by [contributing to Sage on OpenCollective](https://opencollective.com/sage).
0 commit comments