Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-14 | Update README.md | Carlos Fenollosa | |
updated original link | |||
2014-03-25 | Fixed bug with yesterday.tar.gz | Carlos Fenollosa | |
2014-03-25 | Merge pull request #39 from Lex-2008/save-md | Carlos Fenollosa | |
Save md | |||
2014-03-23 | use *.html file timestamp, even when editing *.md file | Alexey Shpakovsky | |
2014-03-22 | rename *.md file together with *.html | Alexey Shpakovsky | |
if called like this: bb.sh edit -n posted.md then editing title will rename posted.html to reflect new title. Now it will rename posted.md, too | |||
2014-03-22 | edit markdown posts | Alexey Shpakovsky | |
usage: bb.sh edit article.md to edit previously posted article (for which markdown source was saved), and repost it (under the same name or not) | |||
2014-03-22 | save markdown file | Alexey Shpakovsky | |
2014-03-20 | Merge pull request #37 from Lex-2008/small-fixes/2 | Carlos Fenollosa | |
Small fixes/2 | |||
2014-03-19 | preserve backslashes when posting/editing | Alexey Shpakovsky | |
ask "read" not to process backslash sequences when reading user-edited file and leave them as is, instead | |||
2014-03-19 | Clean up tag links only in "Tags:" line | Aleksei Shpakovskii | |
The bug was that if you decide, for some reason, insert links to tag pages into text of your article, then after editing this article, the links were gone. That happened because "tag links cleaning" was too agressive (it was cleaning tags not only on tag line, but in the whole text) | |||
2014-03-18 | use expr to clean tags RegExp way | Alexey Shpakovsky | |
2014-03-18 | delete generated HTML file before generating new one, not at the bottom | Alexey Shpakovsky | |
Bug was that when confirming "[E]dit again" by providing an empty string, the file wasn't deleted we could as well do if [ "$post_status" != "p" ] && [ "$post_status" != "P" ] but this way is IMO cleaner | |||
2014-03-18 | bugfix: keep old page filename in the page's title link to itself | Alexey Shpakovsky | |
pass proper filename through parse_file to create_html_page Bug was that when editing with "bb edit page.html" and changing title, regenerated page.html had <h3><a class="ablack"> linking to newtitle.html (non-existing file) | |||
2014-03-18 | add tabstop to vim modeline | Alexey Shpakovsky | |
2014-03-11 | Merge pull request #35 from Lex-2008/small-fixes/1 | Carlos Fenollosa | |
Small fixes/1 | |||
2014-03-10 | Preserve line indentation in HTML file while rebuilding it | Alexey Shpakovsky | |
2014-03-10 | cut on tag pages, too | Alexey Shpakovsky | |
2014-03-10 | Make filename generation routine play nice with Russian and Unix | Alexey Shpakovsky | |
2014-03-10 | Keep first backup of this day | Alexey Shpakovsky | |
it holds the version of the blog which was here "today in the morning". this is useful for those who, like me, first do "bb.sh rebuild" few times before realizing "oh damn I screwed up everything". Note: you are not expected to screw up on midnight. | |||
2014-03-10 | add vim modeline | Alexey Shpakovsky | |
2014-03-10 | make CSS generation optional | Alexey Shpakovsky | |
2014-03-10 | Make inclusion of CSS files configurable | Alexey Shpakovsky | |
2014-03-10 | fixed touch on BSD utils | Carlos Fenollosa | |
2014-03-10 | Merge pull request #34 from Lex-2008/better-editing | Carlos Fenollosa | |
Better editing | |||
2014-03-10 | add options to edit command | Alexey Shpakovsky | |
2014-03-10 | keep .html extension when editing | Alexey Shpakovsky | |
(to make synthax highlight work) | |||
2014-03-10 | preserve date when editing post | Alexey Shpakovsky | |
pass it through parse_file to create_html_page | |||
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 | |