WikiEducationFoundation / wikiedu.org-theme-2022

GNU General Public License v3.0
0 stars 1 forks source link

Custom WordPress Theme for the Wiki Education Website

This is a child theme of the Understrap Starter Theme => https://github.com/understrap/understrap

Basic Features


Installing dependencies

Running

To work and compile your Sass files on the fly start: npm run watch

Compiling

npm run dist will compile JS and CSS for production use.

Overriding Default Styles and Scripts

Add your own CSS styles to /src/sass/theme/_child_theme.scss or import your own files into /src/sass/theme/_child-theme.scss

To overwrite Bootstrap's or Understrap's base variables just add your own value to:/src/sass/theme/_child_theme_variables.scss

Plugin

This child theme is designed to work along with the included customizations plugin. Zip the php file in /plugins, then upload it via the Plugins page of the WordPress admin dashboard.