Skip to content

campuspress/campuspress-flex

Repository files navigation

CampusPress Flex Theme

Website: https://campuspress.com/wordpress-theme-for-schools/

About

New, flexible theme from CampusPress for accessible, fast, and an easy-to-navigate site. Perfect for your new school, district, department or simple site.

License

CampusPress Flex WordPress Theme, Copyright 2020 CampusPress.

CampusPress Flex is distributed under the terms of the GNU GPL.

http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Changelog

See changelog

Using Dependencies

  • Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally
  • Then open your terminal and browse to the location of your CampusPress Flex copy
  • Run: $ npm install

Running

To work with and compile your Sass files on the fly start:

  • $ gulp watch

Or, to run with Browser-Sync:

  • First change the browser-sync options to reflect your environment in the file /gulpconfig.json in the beginning of the file:
{
    "browserSyncOptions" : {
        "proxy": "localhost/theme_test/", // <----- CHANGE HERE
        "notify": false
    },
    ...
};
  • then run: $ gulp watch-bs

Child Themes

Theme is still in active development and some child theme breaking changes can happen.

Licenses & Credits

About

New, flexible theme from CampusPress for accessible, fast, and an easy-to-navigate site. Perfect for your new school, district, or department.

Resources

License

Stars

Watchers

Forks

Packages

No packages published