This is a fork of the excellent Roots Sage theme with features I frequently use:
- linting already added
- Roots Acorn
- See Installing Acorn
- ACF Composer
- For creating fields, blocks, widgets and option pages using ACF Builder
- Extended CPTs
- To quickly build custom post types and taxonomies
- Blade icons
IMPORTANT
This fork may not be up-to-date with the official Roots Sage repository and each project based on Sage would likely be different and unique. Head over to (https://github.com/roots/sage) for the best possible start for your project.
- Clone this repo into your own theme folder
$ git clone [email protected]:metamezzo/sage.git my-sage-starter
- Install theme
$ cd my-sage-starter
$ composer install
$ yarn
-
Edit
bud.config.js
- app.setPublicPath - example:'/wp-content/themes/my-sage-starter/public/'
-
Edit
style.css
-
Replace text domain
'sage'
(optional) -
Replace
screenshot.png
(optional)
Continue with the Roots Sage README and the online documentation.