Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

executable file
·
17 lines (10 loc) · 771 Bytes

Simpul Framework

By Alex Wigmore of @guwii

A simple and very effective starter framework.

gulp4 is at the core to power the sass/css, babel and minification of JS—as well as create a simple PHP server and live-reloading with browsersync.

By default it has the header/footer/menu includes that 99% of most websites will utilise as well as some basic styling to help you get your project/site/app off the ground very quickly.

It features both flex AND grid for CSS structuring.

Important things to change when you start:

  • src/sass/_vars.scss : Change the variables here to suit your needs. Eg: update the font-families, $brand colour etc
  • inc/config.php : Change the variables here.
  • Optional: Add Google Analytics ID into the inc/header.php section.