Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-27 | update author name | Carlos Fenollosa | |
2014-02-27 | changed author email | Carlos Fenollosa | |
2014-02-26 | fix date format in output of "bb.sh list" | Alexey Shpakovsky | |
2014-02-26 | Update copyright year | Alexey Shpakovsky | |
2014-02-24 | Use relative URLs for links between pages | Aleksei Shpakovskii | |
Since the blog is just a folder, and all entries are just files, we don't have to use $global_url when linking between them. | |||
2014-02-24 | use template for all_posts.html page title | Aleksei Shpakovskii | |
2014-02-18 | Merge branch 'master' of github.com:cfenollosa/bashblog | Carlos Fenollosa | |
2014-02-18 | Support for other Analytics code | Carlos Fenollosa | |
2014-02-12 | Added a comment | Matt Traudt | |
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-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 | Fixed bug when $body_begin_file was empty | Carles Fenollosa | |
Added extra line in the footer linking to the github project | |||
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-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-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-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 | Updated contributors | 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-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-03-29 | bugfixes | dasistdaniel | |
New Twitter Comment Template "View more Posts" Template Fix | |||
2013-03-13 | Added config file support and check for files existing prior to backup | Carlos Bautista | |
2013-03-13 | Merge branch 'master' of github.com:carlesfe/bashblog | Carlos Fenollosa | |
Conflicts: bb.sh | |||
2013-03-13 | Fixed functions which required the presence of any html files (tar, rm, | Carlos Fenollosa | |
etc). Closes #8, thanks to Newky for the report. | |||
2013-03-08 | Merge remote-tracking branch 'cfenollosa/master' | Carlos Bautista | |
2013-03-07 | Changed 'date' calls so they work now on BSD Systems | Carlos Bautista | |
(Lost locale date translation on the way :( ) |