Go to file
Marco Cavalli 9c5e18dd3f fix page 404 2024-04-24 18:30:18 +02:00
assets fix page 404 2024-04-24 18:30:18 +02: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.md 2024-01-11 18:09:32 +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 fix page 404 2024-04-24 18:30:18 +02: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 barebones fork by Congegni

We loved barebones, but we needed some adjustments for our projects.

Features

  • For standard barebones features, check out here. We just removed some functions that we don't need.
  • Custom index.php as 404 template.
  • Deferred YouTube Video custom block.
  • Added a css class and a standard block support:
    • cover block basic support (in /assets/styles/_main.scss)
    • .fullwidth for full width elements (in /assets/styles/_main.scss and /assets/scripts/scripts.js)

Installation

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

git clone https://git.congegni.net/Congegni/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