Skip to content

Create new Genesis Framework child themes at a lightning fast pace and finish with incredibly small files

Notifications You must be signed in to change notification settings

coreyallen/bolt-pro

 
 

Repository files navigation

Bolt Pro Graphic

Create new Genesis Framework child themes at a lightning fast pace and finish with incredibly small files

Welcome to the Bolt Pro starter theme for the Genesis Framework. This is a developer theme meant to be a blank canvas for developing with the Genesis Framework. It utilizes the Foundation Framework for front-end development.

I have tried to leave the Genesis Framework as untouched as possible.

#Features

  • Foundation 6 (Grid, Menu, Breadcrumbs, Off-canvas)
  • Suggested Plugins (Accessibilty Plugins, etc.)
  • Browsersync
  • Compile Sass & Minify

##Getting Started with development To get started developing make sure you have npm installed and then run npm install after the install runs go into assets/gulp/tasks/browsersync.js and put your localhost address in then simply run gulp browsersync will take over from there!

##Browsersync Allows you view your site across your local network on actual devices.

##Production Gulp Task I'm aiming to provide all the tools that Foundation has developed but help you keep the filesizes very small. There are Gulptasks written to strip out unused code, and minimize the final files.

If you enter all the important pages into the production gulp task located in /assets/gulp/tasks/production.js the production task will compile all sass files rip out any css that isnt used on the pages listed and then minify the output file.

##Override Foundation Defaults Set Foundation settings in assets/scss/vendor/foundation-settings.scss. If you would like to not include foundation components comment them out in the foundation.scss in the same folder.

#Tutorial If you would like to get started using this theme and would like to see how it works check out this poorly narrated tutorial on getting started with the theme.

How to Get Started With Bolt Pro

About

Create new Genesis Framework child themes at a lightning fast pace and finish with incredibly small files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.6%
  • PHP 16.7%
  • JavaScript 0.7%