Skip to content

abradifcode/gallery3Bootstrap3Theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gallery3Bootstrap3Theme

A Gallery3 Theme using Bootstrap3, Grunt, and SCSS

Prerequisites for building

  • grunt-cli (installed globally)
  • node & npm

Install requirements

From the /src directory:

npm install
./node_modules/.bin/bower install
grunt build

Modify Bootstrap

Change scss/config/bootstrap-config/_bootstrap-config.scss to your needs

Modify Paths, Colors, and Variables

Change scss/config/{_colors, _paths, _variables}.scss to your needs

Building

grunt build

or

grunt watch

Once built, the /src directory can be omitted from your production area. It contains a .htaccess to prevent read access

Live Reload

Is configured, but no script is injected. This could be implemented in local.php

About

A Gallery3 Theme using Bootstrap3, Grunt, and SCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.2%
  • CSS 29.9%
  • JavaScript 17.9%