Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-10 | add options to bring back old behavior and keep old filename | Alexey Shpakovsky | |
2014-03-10 | show only text content in the editor | Alexey Shpakovsky | |
2014-03-10 | move tag parsing to parse_file | Alexey Shpakovsky | |
2014-03-09 | Merge pull request #33 from Lex-2008/cut-line-2 | Carlos Fenollosa | |
Cut line 2 | |||
2014-03-01 | make cutting optional | Alexey Shpakovsky | |
2014-03-01 | make cut_line confugurable | Alexey Shpakovsky | |
2014-03-01 | get_post_title in make_rss(), too | Alexey Shpakovsky | |
2014-03-01 | "Read more..." link for articles which were cut | Alexey Shpakovsky | |
2014-03-01 | cut text (leave up to "<!-- text cut -->") in index and RSS | Alexey Shpakovsky | |
note that when requested to cut entry, it keeps stuff between text end and entry end, so twitter button will still find its way into RSS feed also fix indentation | |||
2014-03-01 | use get_html_file_content while building index and RSS | Alexey Shpakovsky | |
2014-03-01 | Move text and title extraction to separate functions | Alexey Shpakovsky | |
2014-02-28 | Merge pull request #32 from Lex-2008/master | Carlos Fenollosa | |
Make tags more international | |||
2014-02-27 | Make tags more international | Alexey Shpakovsky | |
2014-02-27 | Rewording of usage() | Carlos Fenollosa | |
2014-02-27 | all_tags needs to be called after rebuild_tags | Carlos Fenollosa | |
2014-02-27 | Merge branch 'master' of github.com:cfenollosa/bashblog | Carlos Fenollosa | |
2014-02-27 | New "all tags" index page | Carlos Fenollosa | |
2014-02-27 | link to blog | Carlos Fenollosa | |
2014-02-27 | Added tag support | Carlos Fenollosa | |
2014-02-27 | Added tag support | Carlos Fenollosa | |
2014-02-27 | Refactored get_post_title and is_boilerplate_file | Carlos Fenollosa | |
2014-02-27 | update author name | Carlos Fenollosa | |
2014-02-27 | changed author email | Carlos Fenollosa | |
2014-02-27 | Merge pull request #30 from Lex-2008/master | Carlos Fenollosa | |
small fixes | |||
2014-02-26 | fix date format in output of "bb.sh list" | Alexey Shpakovsky | |
2014-02-26 | Update copyright year | Alexey Shpakovsky | |
2014-02-25 | Merge pull request #28 from Lex-2008/relative-urls | Carlos Fenollosa | |
Use relative URLs for links between pages | |||
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 | Merge pull request #27 from Lex-2008/master | Carlos Fenollosa | |
use template for all_posts.html page title | |||
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-13 | Merge pull request #23 from pointychimp/master | Carlos Fenollosa | |
Fix for <> in title when using markdown | |||
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-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 | |