Skip to content

MartinPeverelli/jigsaw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v1.0

Simple static sites with Laravel's Blade, brought to you by the fine folks at Tighten Co.

For documentation, visit http://jigsaw.tighten.co/docs/installation/


Upgrading from an earlier version?

Version 1.0 includes a change to the way site variables are referenced in your templates.

Site variables defined in config.php, as well as any variables defined in the YAML front matter of a page, are now accessible under the $page object, rather than by referencing the variable name itself. Blade templates that include variables will need to be updated so that all variables are prefixed with $page->.

Check out http://jigsaw.tighten.co/docs/upgrading/ for an example.

About

Simple static sites with Laravel's Blade

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.5%
  • JavaScript 1.8%
  • HTML 0.7%