Go to file
Marco Cavalli 6e8f0b0bb9 added deferred youtuibe video block 2024-01-11 18:09:03 +01:00
assets added .fullwidth class support 2024-01-11 18:04:33 +01:00
blocks/deferred-youtube-video added deferred youtuibe video block 2024-01-11 18:09:03 +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 Updated readme 2023-08-03 12:58:20 +01:00
footer.php Version 4 with Laravel Mix 2023-08-03 12:57:13 +01:00
functions.php added deferred youtuibe video block 2024-01-11 18:09:03 +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 Updated PurgeCSS safelist 2023-09-15 12:11:26 +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
  • 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

Using Laravel Mix

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