Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-12 | Fixed title of page as well | Matt Traudt | |
2014-02-12 | Possible fix for extra brackets | Matt Traudt | |
2014-02-11 | Merge branch 'master' of github.com:carlesfe/bashblog | Carlos Fenollosa | |
2014-02-11 | Removed echo | Carlos Fenollosa | |
2014-02-04 | Merge pull request #21 from Datyedyeguy/SkipFooterHeaderDuringRebuild | Carlos Fenollosa | |
Don't process header/footer files as blog entries | |||
2014-02-04 | Merge pull request #20 from Datyedyeguy/master | Carlos Fenollosa | |
Stop Disqus "Comemnts?" link with no username | |||
2014-02-03 | Don't process header/footer files as blog entries | Hans Brigman | |
rebuild_all_entries wasn't checking if the file in question being processed was a header or footer file that could be specified in the configuration. Now it checks and skips them if they exist [like the index and archive file(s)]. | |||
2014-02-03 | Stop Disqus "Comemnts?" link with no username | Hans Brigman | |
The twitter() method wasn't checking for an empty string for global_disqus_username, so it would always generate the anchor tag for the Disqus comments, even if global_disqus_username was an empty string. Now the '-z' flag has been added to check for the empty string correctly. | |||
2014-01-17 | Update README.md | Carlos Fenollosa | |
2014-01-17 | Fixed bug when $body_begin_file was empty | Carles Fenollosa | |
Added extra line in the footer linking to the github project | |||
2014-01-10 | Update README.md | Carlos Fenollosa | |
2014-01-10 | Update README.md | Carlos Fenollosa | |
2014-01-10 | Update README.md | Carlos Fenollosa | |
2014-01-09 | Fixed bug in BSD date | Carlos Fenollosa | |
2014-01-09 | Allow personalized header/footer files | Carlos Fenollosa | |
2014-01-09 | Allow personalized header/footer files | Carlos Fenollosa | |
2013-12-27 | Merge pull request #19 from djura-san/upstream | Carlos Fenollosa | |
added check for "diff" | |||
2013-12-24 | added check for "diff" since that tool is not part of the core utils ↵ | djura-san | |
therefore it may not be present on all machines | |||
2013-12-23 | Fixed bug in markdown detection | Carlos Fenollosa | |
2013-12-23 | Extended the Markdown support info | Carlos Fenollosa | |
2013-12-23 | Added markdown support, full support for BSD 'date' (i.e. OSX) | Carlos Fenollosa | |
2013-12-14 | Removed duplicate license | Carlos Fenollosa | |
2013-12-11 | Licensed by GPL v3. Closes #18 | Carlos Fenollosa | |
2013-09-26 | Fixed bug in Twitter localization | Carles Fenollosa | |
2013-09-26 | Forgot to change version number | Carles Fenollosa | |
2013-09-26 | Fixed a bug in localized dates | Carles Fenollosa | |
2013-07-30 | Update README.md | Carlos Fenollosa | |
2013-07-08 | Update README.md | Carlos Fenollosa | |
2013-06-12 | Now supporting BSD date | Carlos Fenollosa | |
2013-06-12 | Merge pull request #15 from subtleq/master | Carlos Fenollosa | |
Potential Fix For Issue #3 | |||
2013-06-12 | Merge pull request #16 from djura-san/master | Carlos Fenollosa | |
Corrected contributor name | |||
2013-06-11 | Corrected contributor name | djura-san | |
2013-06-06 | Fix For "BSD 'date' does not have the -R option" | subtleq | |
modified date calls on lines 514, 515, 531, and 628 to use +"%a, %d %b %Y %H:%M:%S %z" in place of -R for compatibility with BSD systems. This commit has not been tested, but should work. | |||
2013-06-05 | Update README.md | Carlos Fenollosa | |
2013-06-05 | Updated contributors | Carles Fenollosa | |
2013-06-05 | Updated README | Carles Fenollosa | |
2013-06-05 | Modified some functions to adjust to the default code style | Carles Fenollosa | |
Configuration in bb.sh is loaded and then overriden by .config | |||
2013-06-05 | Merge pull request #13 from carlosbm/master | Carlos Fenollosa | |
Disqus and other enhancements | |||
2013-04-09 | Updated comments | Carlos Bautista | |
2013-04-09 | date: changed %k switch to %H. | Carlos Bautista | |
The former inserts padding spaces when hour is under 10 | |||
2013-04-09 | Fixed use of date() function | Carlos Bautista | |
2013-04-09 | Fixed detection of GNU date so it works on Linux | Carlos Bautista | |
2013-04-02 | Configuration settings for disqus variables | Carlos Bautista | |
2013-04-02 | Added disqus support | Carlos Bautista | |
2013-04-02 | Reverted date commands to GNU Date commands | Carlos Bautista | |
Added detection of date version. Tries to use gdate | |||
2013-04-02 | Merge branch 'master' of github.com:carlosbm/bashblog | Carlos Bautista | |
2013-04-02 | Merge remote-tracking branch 'cfenollosa/master' | Carlos Bautista | |
2013-04-02 | Merge pull request #11 from dasistdaniel/patch-1 | Carlos Fenollosa | |
New Twitter Comment Template "View more Posts" Template Fix | |||
2013-03-29 | bugfixes | dasistdaniel | |
New Twitter Comment Template "View more Posts" Template Fix | |||
2013-03-13 | Merge branch 'master' of git://github.com/carlesfe/bashblog | Carlos Bautista | |