Commit Graph

293 Commits

Author SHA1 Message Date
Carlos Fenollosa fbc9d355de Merge pull request #28 from Lex-2008/relative-urls
Use relative URLs for links between pages
2014-02-25 08:27:00 +01:00
Aleksei Shpakovskii 0c2c0dca7c Use relative URLs for links between pages
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 20:46:54 +01:00
Carlos Fenollosa 75eeeba4bc Merge pull request #27 from Lex-2008/master
use template for all_posts.html page title
2014-02-24 18:19:36 +01:00
Aleksei Shpakovskii 1c4469005b use template for all_posts.html page title 2014-02-24 18:05:55 +01:00
Carlos Fenollosa 549805d9e3 Merge branch 'master' of github.com:cfenollosa/bashblog 2014-02-18 17:35:31 +01:00
Carlos Fenollosa 6da22dcf21 Support for other Analytics code 2014-02-18 17:34:41 +01:00
Carlos Fenollosa eeb8c057d9 Merge pull request #23 from pointychimp/master
Fix for <> in title when using markdown
2014-02-13 08:26:05 +01:00
Matt Traudt b2b87e584c Added a comment 2014-02-12 20:45:39 -06:00
Matt Traudt c1a400a368 Fixed title of page as well 2014-02-12 20:37:45 -06:00
Matt Traudt 64825ef6f7 Possible fix for extra brackets 2014-02-12 20:25:47 -06:00
Carlos Fenollosa 72b32a918f Merge branch 'master' of github.com:carlesfe/bashblog 2014-02-11 11:14:40 +01:00
Carlos Fenollosa 04bba75ce5 Removed echo 2014-02-11 11:14:31 +01:00
Carlos Fenollosa 4aaae26e92 Merge pull request #21 from Datyedyeguy/SkipFooterHeaderDuringRebuild
Don't process header/footer files as blog entries
2014-02-04 05:54:04 -08:00
Carlos Fenollosa 5b72b2ec4c Merge pull request #20 from Datyedyeguy/master
Stop Disqus "Comemnts?" link with no username
2014-02-04 05:52:54 -08:00
Hans Brigman f05f1e8340 Don't process header/footer files as blog entries
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 21:59:36 -05:00
Hans Brigman 96e26b5aa0 Stop Disqus "Comemnts?" link with no username
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-02-03 20:10:00 -05:00
Carlos Fenollosa 135a983166 Update README.md 2014-01-17 10:08:53 +01:00
Carles Fenollosa b004cdbcd8 Fixed bug when $body_begin_file was empty
Added extra line in the footer linking to the github project
2014-01-17 10:03:07 +01:00
Carlos Fenollosa ef3e350f29 Update README.md 2014-01-10 11:04:46 +01:00
Carlos Fenollosa fe518c5fce Update README.md 2014-01-10 11:02:07 +01:00
Carlos Fenollosa fda069c428 Update README.md 2014-01-10 10:51:48 +01:00
Carlos Fenollosa 57f5ef7694 Fixed bug in BSD date 2014-01-09 20:19:46 +01:00
Carlos Fenollosa 6c0dc4de48 Allow personalized header/footer files 2014-01-09 20:02:54 +01:00
Carlos Fenollosa 8285873bc7 Allow personalized header/footer files 2014-01-09 19:50:27 +01:00
Carlos Fenollosa 15d2393031 Merge pull request #19 from djura-san/upstream
added check for "diff"
2013-12-27 14:32:59 -08:00
djura-san 4bf7871d79 added check for "diff" since that tool is not part of the core utils therefore it may not be present on all machines 2013-12-24 15:12:58 +01:00
Carlos Fenollosa 5e14442cc7 Fixed bug in markdown detection 2013-12-23 21:09:22 +01:00
Carlos Fenollosa 9f07bdbc3d Extended the Markdown support info 2013-12-23 21:01:01 +01:00
Carlos Fenollosa 2559651d6e Added markdown support, full support for BSD 'date' (i.e. OSX) 2013-12-23 20:49:31 +01:00
Carlos Fenollosa fcfb23626e Removed duplicate license 2013-12-14 18:41:26 +01:00
Carlos Fenollosa 70e59269ce Licensed by GPL v3. Closes #18 2013-12-11 10:37:33 +01:00
Carles Fenollosa ea176b82b7 Fixed bug in Twitter localization 2013-09-26 11:42:03 +02:00
Carles Fenollosa 9e0b255201 Forgot to change version number 2013-09-26 11:38:55 +02:00
Carles Fenollosa f06d299749 Fixed a bug in localized dates 2013-09-26 11:29:03 +02:00
Carlos Fenollosa 0749d22835 Update README.md 2013-07-30 15:09:27 +02:00
Carlos Fenollosa 57469bbd5e Update README.md 2013-07-08 11:32:13 +02:00
Carlos Fenollosa 251e968314 Now supporting BSD date 2013-06-12 23:18:58 +02:00
Carlos Fenollosa dee648833e Merge pull request #15 from subtleq/master
Potential Fix For Issue #3
2013-06-12 14:17:07 -07:00
Carlos Fenollosa 773310a40c Merge pull request #16 from djura-san/master
Corrected contributor name
2013-06-12 14:15:39 -07:00
djura-san 84168e24d4 Corrected contributor name 2013-06-11 02:55:12 +02:00
subtleq 4ea22be412 Fix For "BSD 'date' does not have the -R option"
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-06 18:01:22 -06:00
Carlos Fenollosa a628d074fc Update README.md 2013-06-05 12:43:16 +02:00
Carles Fenollosa 68b7f58a3a Updated contributors 2013-06-05 12:39:52 +02:00
Carles Fenollosa 331100a980 Updated README 2013-06-05 12:38:49 +02:00
Carles Fenollosa 2b8b2cce89 Modified some functions to adjust to the default code style
Configuration in bb.sh is loaded and then overriden by .config
2013-06-05 12:36:47 +02:00
Carlos Fenollosa 1f1ca64990 Merge pull request #13 from carlosbm/master
Disqus and other enhancements
2013-06-05 03:05:13 -07:00
Carlos Bautista 5e4215eecf Updated comments 2013-04-09 19:48:57 +02:00
Carlos Bautista 35e5843273 date: changed %k switch to %H.
The former inserts padding spaces when hour is under 10
2013-04-09 17:53:38 +02:00
Carlos Bautista 5ff62fefe9 Fixed use of date() function 2013-04-09 17:25:35 +02:00
Carlos Bautista 7c9d9c655f Fixed detection of GNU date so it works on Linux 2013-04-09 17:09:23 +02:00