summaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)Author
2016-10-05fix Page build warningsrautenberg
2016-10-05add a post to QSAR-report gemrautenberg
2016-03-23update layout date and set link to istrautenberg
2015-06-02update year in page footerrautenberg
2015-06-02introduce code highlightinghrautenberg
2014-03-05change year to 2014rautenberg
2013-02-08architecture overview and development guidelines added, categories and tags ↵Christoph Helma
updated
2012-08-25Using related posts plugin from Lawrence WoodmanAndreas Maunz
2012-04-26theme addedChristoph Helma
2012-03-24Only list pages with a title. #69Martijn Pieters
This skips the page.html, default.html, what-have-you-not pages that should not be listed in this list anyway, which otherwise result in empty bullet points.
2012-03-24Show tagline only if set. credit to @sway as seen in pull #48Jade Dominguez
2012-03-01Merge remote-tracking branch 'philips/tagline-metadata' into jb-development. ↵Jade Dominguez
issue #31
2012-03-01Merge remote-tracking branch 'daz/master' into jb-development. issue #50Jade Dominguez
2012-03-01Merge pull request #49 from koomar/jb-developmentJade
Mixpanel as Analytics Provider for JB
2012-02-29Merge pull request #44 from sstarr/patch-1Jade
Resolved an issue preventing disabling comments for individual pages
2012-03-01Update to bootstrap 2.0.1Darren Jeacocke
2012-02-28Adding Mixpanel as analytics providerAbhijeet Kumar
2012-02-25Added the wordpress_id value in Disqus code if present in the postTommaso Visconti
Signed-off-by: Tommaso Visconti <tommaso.visconti@gmail.com>
2012-02-19Small fix to check the correct variable (page.comments instead of ↵Simon Starr
page.JB.comments) so that disabling comments works as documented.
2012-02-06Resolve incorrect HOME_PATH/BASE_PATH settingsJade Dominguez
JB/setup needs to account for being falsy. Also add better usage instructions for BASE_PATH. Fixes #30
2012-02-05index.md: add tagline metadataBrandon Philips
Instead of hard coding the tagline use some metadata
2012-02-04fix clicky tracking imageStephen Ball
If the visitor has JavaScript disabled, clicky still tracks the visit by having the browser load a gif that's specific to the site id in the tracking code.
2012-02-01Themes are tracked and installed via the packager.Jade Dominguez
Detach themes from core JB framework.
2012-01-30Adding Facebook CommentsJames Fleeting
2012-01-29Adding a site-wide configuration option for tagline. The twitter theme willMichael-Keith Bernard
still explicitly require a per-page tagline. Adding rvmrc to gitignore for those of us still using Ruby Version Manager.
2012-01-24'Provider' is more correct than 'engine'Jade Dominguez
2012-01-23Place paths to main pages in JB hashJade Dominguez
2012-01-23Provide custom overrides to all helpersJade Dominguez
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-23Remove all filename extenstions from JB filesJade Dominguez
2012-01-23Update helper callsJade Dominguez
Use 'JB/[HELPER]' format
2012-01-23Move helpers to namespaced systemJade Dominguez
Also do away with .html extension
2012-01-23rename HOME_URL to HOME_PATHJade Dominguez
2012-01-23Rename set_paths to more generic 'setup'Jade Dominguez
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-21Update themes and pages to new paths apiJade Dominguez
2012-01-21Need to provide theme name via settings.ymlJade Dominguez
2012-01-21Add ability to dynamically set url pathsJade Dominguez
This makes GitHub Pages for projects support possible as all urls will need to call on the project's subfolder. The other important piece is that urls should resolve to root locally but be able to change when in production. LLastly this gives themes clear integration points for working with paths. (the jbcache hack just makes it so there is not unnecessary whitespace output in the source.
2012-01-20Update themes to use new integration methodsJade Dominguez
2012-01-20Add new Integration points for themesJade Dominguez
The new system will try to namespace all framework integrations with 'JB'. Integration points added in this comment are 'analytics', 'comments', and 'sharing'.
2012-01-12add twitter bootstrap themeJade Dominguez
2012-01-12assign active class to liJade Dominguez
2012-01-12add little arrow to collated listJade Dominguez
2012-01-13Fixed minor issuesYuya Saito
2012-01-12the_minimum theme is readyYuya Saito
2012-01-11version 0.0.1Jade Dominguez