главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-04-04Rebuild tagsIvan Davydov
2025-03-20Allow published articles and drafts to show in the Git repoIvan Davydov
2025-03-20Add Git support from a PR in the upstream and customize for my websiteIvan Davydov
2024-11-18Fix author attribution.TessaLation
2024-11-03Merge remote-tracking branch 'trash/option_trash_post'TessaLation
2024-11-03Setting executable bit.TessaLation
While this doesn't matter on filesystems without the capability to restrict shell execution, it seems odd that the end user is expected to `chmod` the file before using.
2024-11-03Merge remote-tracking branch 'sitemap/sitemap'Tessa L.
2024-11-03Merge remote-tracking branch 'keep-timestamp-patch/rm_extension_list_tags'Tessa L.
2024-11-03Merge remote-tracking branch ↵Tessa L.
'keep-timestamp-patch/keep-original-timestamp-when-regenerating-blog'
2023-02-26Keeps post original timestamp when regeneration all_posts and index page.Guilherme Garcia
2023-01-03Merge branch 'master' into masterDmitri Smirnov
2022-08-24escape double quotes for attributes parametersferbass
2022-08-09generate sitemapferbass
2022-03-26Link to wiki in the READMECarlos Fenollosa
2022-01-28Remove .html extension from list of tags in terminalGuilherme Garcia
2021-11-04Bumped version to 2.10Carlos Fenollosa
2021-11-04Added support for configuring a Twitter Card default imageCarlos Fenollosa
2020-05-10New feature: provides specific content ONLY on the index fileCarlos Fenollosa
2019-09-01fixed head before sedCarlos Fenollosa
2018-07-14Add missing quoteDknight
2018-07-13Make HTML5 compatibleDknight
2018-05-21add option to trash postuniporn
2017-01-03Merge pull request #124 from thalios1973/feat/pandoc-test-fixCarlos Fenollosa
feat/pandoc-test-fix
2017-01-03Merge pull request #125 from thalios1973/feat/body-end-fileCarlos Fenollosa
Added ability to include custom code just before the </body> tag.
2016-12-29Added ability to include custom code just before the </body> tag. ↵Mike Gauthier
body_end_file global config variable added.
2016-12-29Added additional check that will allow the use of pandoc without the ↵Mike Gauthier
--strict flag or 'hsmarkdown' hack.
2016-10-24README formattingCarlos Fenollosa
2016-10-24Support for static, not managed by bashblog html files. Close #92Carlos Fenollosa
2016-10-24Deleted the now defunct Twitter JSON API for share count. Fix #117Carlos Fenollosa
2016-10-24bump version to 2.8Carlos Fenollosa
2016-10-24Revert changes in #116Carlos Fenollosa
2016-10-24Merge branch 'master' of github.com:cfenollosa/bashblogCarlos Fenollosa
2016-10-24Better error message for vim. Close #112Carlos Fenollosa
2016-10-24support Markdown.pl in bashblog folder. Close #113Carlos Fenollosa
2016-10-24Slavic language support, thanks to Tomasz JadowskiCarlos Fenollosa
2016-10-24Revert tag management from #116Carlos Fenollosa
2016-10-24Better error message for $EDITOR. Close #112Carlos Fenollosa
2016-10-24support Markdown.pl in bashblog folder. Close #113Carlos Fenollosa
2016-10-24Merge pull request #116 from McDutchie/masterCarlos Fenollosa
More code refactoring. Limit word splitting and disable globbing by default.
2016-10-24Slavic language support, thanks to Tomasz JadowskiCarlos Fenollosa
2016-09-07tags_in_post(): bugfix for non-GNU 'sed'Martijn Dekker
The 'sed' script in tags_in_post() used a GNU-specific feature, `\+`. This became unnecessary anyway after previous edits, so remove it. Also replace whitespace-comma-whitespace by newline directly instead of doing an intermediary replace.
2016-09-06Fix renaming using 'bb.sh edit -n'. Suppress 'which' errmsg.Martijn Dekker
edit(): The -n functionality (to rename files according to new title) was broken. After renaming, files were accessed by the old name and not found, or empty files were recreated under the old name, or both. Fixes: - Move 'touch' commands for restoring time stamps to more opportune places. - When renaming, save old file name to exclude it from $relevant_posts. global_variables(): suppress GNU 'which' error message on setting markdown_bin.