Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Understrap | 2,957 | 81 | 1 | 5 days ago | 37 | November 08, 2021 | 75 | gpl-3.0 | CSS | |
Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme. | ||||||||||
Foundationpress | 2,780 | 4 years ago | 35 | April 12, 2019 | 55 | mit | PHP | |||
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb | ||||||||||
Ustwo.com Frontend | 1,720 | 1 | 5 years ago | 1 | June 26, 2016 | 6 | other | JavaScript | ||
The New & Improved ustwo Website | ||||||||||
Wordpressify | 1,512 | 6 months ago | 79 | May 14, 2022 | 1 | mit | JavaScript | |||
🎈 Automate your WordPress development workflow. | ||||||||||
Wordless | 1,386 | 2 years ago | 3 | PHP | ||||||
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998. | ||||||||||
Air Light | 766 | a day ago | 3 | mit | PHP | |||||
💨 WordPress starter theme - designed to be minimal, ultra-lightweight (< 20 kB) and easy for all kinds of WordPress projects. 7+years/1000+hours of development and still updating daily! We prefer the original WordPress way of doing things so no strange templating languages or frameworks here. | ||||||||||
Aquila | 699 | 2 months ago | 23 | PHP | ||||||
🎨 An Advanced WordPress theme | ||||||||||
Wysiwyg.css | 676 | 109 | 3 | 2 years ago | 4 | September 15, 2021 | 1 | mit | Sass | |
A tiny CSS for generated HTML or Markdown content | ||||||||||
Wordpress Gulp Starter Kit | 675 | 6 years ago | 11 | JavaScript | ||||||
[NOT MAINTAINED] A starter kit for developing WordPress themes with Gulp. | ||||||||||
Uix Kit | 356 | 9 days ago | 345 | August 31, 2022 | mit | JavaScript | ||||
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v5. |
Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and Zurb Foundation for sites, that will help you make better themes.
Prerequisite | How to check | How to install |
---|---|---|
PHP >= 5.4.x | php -v |
php.net |
Node.js 0.12.x | node -v |
nodejs.org |
gulp >= 3.8.10 | gulp -v |
npm install -g gulp |
Bower >= 1.3.12 | bower -v |
npm install -g bower |
For more installation notes, refer to the Install gulp and Bower section in this document.
Install the Soil plugin to enable additional features:
wp_head
and enqueued assets/search/query/
)See a complete working example in the roots-example-project.com repo.
Clone the git repo - git clone https://github.com/roots/sage.git
and then rename the directory to the name of your theme or website.
Edit lib/setup.php
to enable or disable theme features, setup navigation menus, post thumbnail sizes, post formats, and sidebars.
Sage uses gulp as its build system and Bower to manage front-end packages.
Building the theme requires node.js. We recommend you update to the latest version of npm: npm install -g [email protected]
.
From the command line:
npm install -g gulp bower
npm install
bower install
You now have all the necessary dependencies to run the build process.
gulp
Compile and optimize the files in your assets directorygulp watch
Compile assets when file changes are madegulp --production
Compile assets for production (no source maps).To use BrowserSync during gulp watch
you need to update devUrl
at the bottom of assets/manifest.json
to reflect your local development hostname.
For example, if your local development URL is http://project-name.dev
you would update the file to read:
...
"config": {
"devUrl": "http://project-name.dev"
}
...
If your local development URL looks like http://localhost:8888/project-name/
you would update the file to read:
...
"config": {
"devUrl": "http://localhost:8888/project-name/"
}
...
Sage documentation is available at https://roots.io/sage/docs/.
Contributions are welcome from everyone. We have contributing guidelines to help you get started.
Keep track of development and community news.