Author: Kay Belardinelli
Version: 1.3
2016-2019
A custom WordPress theme, created for The Boston Hassle.
- Advanced Custom Fields
- Cookie Consent
- The Events Calendar Pro
- Better Recent Comments
- Total Donations
- clone the repo into your wp-content/themes folder
- run
npm install
- since the stylesheet is not tracked, you'll need to create one. make a directory under
library/
calledstylesheets/
, then runsass --watch sass:stylesheets
to track Sass changes and compile them into CSS
The CSS on this project was written in Sass. The CSS files are not tracked in this repo, so you will need to run the compiler to have the website not look terrible in your environment. Please do not edit the CSS files directly!
NOTE: If you make changes to the theme and are not using versioning such as Git for whatever reason, please log your changes below!