Go to file
Dan Coulthard f0198f659b Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
assets Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
img Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
includes Merged v3 into master 2019-01-08 11:10:57 +00:00
js Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
templates Merged v3 into master 2019-01-08 11:10:57 +00:00
.gitattributes Merged v3 into master 2019-01-08 11:10:57 +00:00
.gitignore Merged v3 into master 2019-01-08 11:10:57 +00:00
.gitmodules Merged v3 into master 2019-01-08 11:10:57 +00:00
CHANGELOG.md Merged v3 into master 2019-01-08 11:10:57 +00:00
LICENSE.txt Create LICENSE.txt 2021-02-25 11:28:04 +00:00
README.md Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
footer.php Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
functions.php Enqueue main stylesheet in wp_enqueue_scripts 2020-03-05 12:22:21 +00:00
gulpfile.babel.js Fixed gulpfile clean function 2020-04-27 16:18:59 +01:00
header.php Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
index.php Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
mix-manifest.json Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
package.json Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
page.php Merged v3 into master 2019-01-08 11:10:57 +00:00
screenshot.jpg Merged v3 into master 2019-01-08 11:10:57 +00:00
single.php Merged v3 into master 2019-01-08 11:10:57 +00:00
style.css Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
webpack.mix.js Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00

README.md

barebones

A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. There's lots of these out there but most themes include lots of bloat and files which you might not necessarily need, so we thought we would create our own which is great as a starting point with powerful features to encourage rapid development for most projects.

Features

  • Reset, normalisation and base font/form styles
  • Scss Boilerplate - semantically named files, organised by folders, all compiled into a single file
  • Semantic use of HTML5 elements, includes Google HTML5 shiv
  • WAI-ARIA role ready
  • jQuery plugin agnostic
  • Basic template files
  • Customised functions.php adding theme support for high customisation
  • Minimised HTTP requests for high Web Performance
  • Localised strings for multiple language support
  • Scss compiling and watching, css minification support
  • Image optimisation
  • Base mobile nav out of the box

Installation

Clone the barebones repositories into your WordPress /wp-content/themes/ directory:

git clone https://github.com/benchmarkstudios/barebones
cd barebones

Dependencies

Install Dependencies:

  npm install

### Using Gulp

Install Dependencies, you have haven't done yet:

    npm install

Then run:

| Tasks                     |                                                                    |
|---------------------------|--------------------------------------------------------------------|
| `npx mix watch`           | *watch assets for changes*                                         |
| `npx mix --production`    | *compile for production*                                           |