главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-25Merge pull request #28 from Lex-2008/relative-urlsCarlos Fenollosa
Use relative URLs for links between pages
2014-02-24Use relative URLs for links between pagesAleksei 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-24Merge pull request #27 from Lex-2008/masterCarlos Fenollosa
use template for all_posts.html page title
2014-02-24use template for all_posts.html page titleAleksei Shpakovskii
2014-02-18Merge branch 'master' of github.com:cfenollosa/bashblogCarlos Fenollosa
2014-02-18Support for other Analytics codeCarlos Fenollosa
2014-02-13Merge pull request #23 from pointychimp/masterCarlos Fenollosa
Fix for <> in title when using markdown
2014-02-12Added a commentMatt Traudt
2014-02-12Fixed title of page as wellMatt Traudt
2014-02-12Possible fix for extra bracketsMatt Traudt
2014-02-11Merge branch 'master' of github.com:carlesfe/bashblogCarlos Fenollosa
2014-02-11Removed echoCarlos Fenollosa
2014-02-04Merge pull request #21 from Datyedyeguy/SkipFooterHeaderDuringRebuildCarlos Fenollosa
Don't process header/footer files as blog entries
2014-02-04Merge pull request #20 from Datyedyeguy/masterCarlos Fenollosa
Stop Disqus "Comemnts?" link with no username
2014-02-03Don't process header/footer files as blog entriesHans 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-03Stop Disqus "Comemnts?" link with no usernameHans 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-17Update README.mdCarlos Fenollosa
2014-01-17Fixed bug when $body_begin_file was emptyCarles Fenollosa
Added extra line in the footer linking to the github project
2014-01-10Update README.mdCarlos Fenollosa
2014-01-10Update README.mdCarlos Fenollosa
2014-01-10Update README.mdCarlos Fenollosa
2014-01-09Fixed bug in BSD dateCarlos Fenollosa
2014-01-09Allow personalized header/footer filesCarlos Fenollosa
2014-01-09Allow personalized header/footer filesCarlos Fenollosa
2013-12-27Merge pull request #19 from djura-san/upstreamCarlos Fenollosa
added check for "diff"
2013-12-24added 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-23Fixed bug in markdown detectionCarlos Fenollosa
2013-12-23Extended the Markdown support infoCarlos Fenollosa
2013-12-23Added markdown support, full support for BSD 'date' (i.e. OSX)Carlos Fenollosa
2013-12-14Removed duplicate licenseCarlos Fenollosa
2013-12-11Licensed by GPL v3. Closes #18Carlos Fenollosa
2013-09-26Fixed bug in Twitter localizationCarles Fenollosa
2013-09-26Forgot to change version numberCarles Fenollosa
2013-09-26Fixed a bug in localized datesCarles Fenollosa
2013-07-30Update README.mdCarlos Fenollosa
2013-07-08Update README.mdCarlos Fenollosa
2013-06-12Now supporting BSD dateCarlos Fenollosa
2013-06-12Merge pull request #15 from subtleq/masterCarlos Fenollosa
Potential Fix For Issue #3
2013-06-12Merge pull request #16 from djura-san/masterCarlos Fenollosa
Corrected contributor name
2013-06-11Corrected contributor namedjura-san
2013-06-06Fix 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-05Update README.mdCarlos Fenollosa
2013-06-05Updated contributorsCarles Fenollosa
2013-06-05Updated READMECarles Fenollosa
2013-06-05Modified some functions to adjust to the default code styleCarles Fenollosa
Configuration in bb.sh is loaded and then overriden by .config
2013-06-05Merge pull request #13 from carlosbm/masterCarlos Fenollosa
Disqus and other enhancements
2013-04-09Updated commentsCarlos Bautista
2013-04-09date: changed %k switch to %H.Carlos Bautista
The former inserts padding spaces when hour is under 10
2013-04-09Fixed use of date() functionCarlos Bautista
2013-04-09Fixed detection of GNU date so it works on LinuxCarlos Bautista