Commit graph

6 commits

Author SHA1 Message Date
groundh0g
35876ce06a Fixes issue #84. 2015-03-31 23:48:52 -04:00
Jade Dominguez
3a2df76133 Resolve incorrect HOME_PATH/BASE_PATH settings
JB/setup needs to account for  being falsy. Also add better usage instructions for BASE_PATH. Fixes #30
2012-02-06 13:32:44 -08:00
Jade Dominguez
065e6edbed 'Provider' is more correct than 'engine' 2012-01-24 03:26:18 -08:00
Jade Dominguez
6c0b6c1a1b Provide custom overrides to all helpers
Now all helpers can be overridden by custom implementations without editing JB source. Just define a helper's 'engine' as 'custom' in the _config.yml file and provide a helper file of the same name in _includes/custom/. This helps users cleanly upgrade JB versions since they no longer need to edit the files directly.
2012-01-23 04:18:22 -08:00
Jade Dominguez
0fec345989 rename HOME_URL to HOME_PATH 2012-01-23 01:00:58 -08:00
Jade Dominguez
7ef7288a33 Rename set_paths to more generic 'setup'
This is because 'setup' will need to be included in every post/page file if we want to have access to BASE_PATH. So I figure 'setup' will be a good access path for any future inclusions we need to make
2012-01-23 00:48:40 -08:00
Renamed from _includes/JB/set_paths (Browse further)