главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/bb.sh
AgeCommit message (Collapse)Author
2014-03-10keep .html extension when editingAlexey Shpakovsky
(to make synthax highlight work)
2014-03-10preserve date when editing postAlexey Shpakovsky
pass it through parse_file to create_html_page
2014-03-10add options to bring back old behavior and keep old filenameAlexey Shpakovsky
2014-03-10show only text content in the editorAlexey Shpakovsky
2014-03-10move tag parsing to parse_fileAlexey Shpakovsky
2014-03-01make cutting optionalAlexey Shpakovsky
2014-03-01make cut_line confugurableAlexey Shpakovsky
2014-03-01get_post_title in make_rss(), tooAlexey Shpakovsky
2014-03-01"Read more..." link for articles which were cutAlexey Shpakovsky
2014-03-01cut text (leave up to "<!-- text cut -->") in index and RSSAlexey 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-01use get_html_file_content while building index and RSSAlexey Shpakovsky
2014-03-01Move text and title extraction to separate functionsAlexey Shpakovsky
2014-02-27Make tags more internationalAlexey Shpakovsky
2014-02-27Rewording of usage()Carlos Fenollosa
2014-02-27all_tags needs to be called after rebuild_tagsCarlos Fenollosa
2014-02-27New "all tags" index pageCarlos Fenollosa
2014-02-27Added tag supportCarlos Fenollosa
2014-02-27Refactored get_post_title and is_boilerplate_fileCarlos Fenollosa
2014-02-27update author nameCarlos Fenollosa
2014-02-27changed author emailCarlos Fenollosa
2014-02-26fix date format in output of "bb.sh list"Alexey Shpakovsky
2014-02-26Update copyright yearAlexey Shpakovsky
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-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-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-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-17Fixed bug when $body_begin_file was emptyCarles Fenollosa
Added extra line in the footer linking to the github project
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-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-06-12Now supporting BSD dateCarlos Fenollosa
2013-06-12Merge pull request #15 from subtleq/masterCarlos Fenollosa
Potential Fix For Issue #3
2013-06-11Corrected contributor namedjura-san