главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-13Update README.mdCarlos Fenollosa
2015-09-23Shellcheck. Fix #78Carlos
2015-09-23Merge pull request #80 from damateos/adaptativeCarlos Fenollosa
little changes in css to adapt width to screen
2015-09-02little changes in css to adapt width to screenDavid Mateos
width in px changed by percentage in main.css and meta tag viewport added.
2015-07-11fixed bug where drafts were appended a random postfix after re-editingCarlos
2015-05-13Update README.mdCarlos Fenollosa
2015-05-13Update README.mdCarlos Fenollosa
2015-05-13Merge pull request #77 from vielmetti/patch-1Carlos Fenollosa
Update the "not abandoned by" date
2015-05-13Update the "not abandoned by" dateEdward Vielmetti
2015-05-12Merge pull request #75 from Enneka/masterCarlos Fenollosa
Fixes #70
2015-05-09Fixes #70Enneka
2015-03-09Close #72Carlos Fenollosa
2015-02-19Fix #71Carlos Fenollosa
2014-10-05fix #59Carlos Fenollosa
2014-09-15properly quote twitter cardsCarlos Fenollosa
2014-09-15Twitter cards. Fixes #36Carlos Fenollosa
2014-09-12changed hardcoded /bin/ pathsCarlos Fenollosa
2014-09-01Close #61 #57Carlos Fenollosa
2014-09-01Added sections from bb.shCarlos Fenollosa
2014-08-19fix #65Carlos Fenollosa
2014-08-19Update README.mdCarlos Fenollosa
2014-08-19contributing codeCarlos Fenollosa
2014-07-18updated twitter count apiCarlos Fenollosa
2014-07-17Now the tweet count links to TopsyCarlos Fenollosa
2014-07-11Fix for #60Carlos Fenollosa
2014-07-07Twitter count now links to search resultsCarlos Fenollosa
2014-07-07Update README for cookieless twitterCarlos Fenollosa
2014-07-07Cookieless twitter optionCarlos Fenollosa
2014-07-03Hide warning message in sedCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Fixed #56Carlos Fenollosa
2014-06-30Manual fix for #54Carlos Fenollosa
2014-06-30Merge pull request #55 from Lex-2008/small-fixes/5Carlos Fenollosa
Fixes for blogs without tags
2014-06-30Merge pull request #56 from cfenollosa/revert-54-masterCarlos Fenollosa
Revert "Fixed hardcoded tag filename prefix"
2014-06-30Revert "Fixed hardcoded tag filename prefix"Carlos Fenollosa
2014-06-30Merge pull request #54 from Puuhinen/masterCarlos Fenollosa
Fixed hardcoded tag filename prefix
2014-06-28suppress error messages and don't enter for loop when no tag files existAlexey Shpakovsky
2014-06-28don't invoke sed when no tag givenAlexey Shpakovsky
the bug was that sed was expecting file content on stdin when didn't receive any filename, and script was "frozen" when someone tried to edit a post without any tags.
2014-06-28Fixed hardcoded tag filename prefixPuuhinen
posts_with_tags() invoked sed with a hardcoded `tag_&.html`. Changed to `$prefix_tags&.html`.
2014-06-27Merge branch 'master' of github.com:cfenollosa/bashblogCarlos Fenollosa
2014-06-27Updated version and contributorsCarlos Fenollosa
2014-06-27Updated README with markdown referencesCarlos Fenollosa
2014-06-27Merge pull request #53 from Lex-2008/small-fixes/4Carlos Fenollosa
Small fixes/4
2014-06-27Merge pull request #52 from Lex-2008/rebuild-less-tagsCarlos Fenollosa
Rebuild less tags
2014-06-26help textAlexey Shpakovsky
2014-06-26use file extension when posting with `bb.sh post file.ext`Alexey Shpakovsky
but let users override it with `bb.sh post -html file.md`