Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-04-04 | Rebuild tags | Ivan Davydov | |
2025-03-20 | Allow published articles and drafts to show in the Git repo | Ivan Davydov | |
2025-03-20 | Add Git support from a PR in the upstream and customize for my website | Ivan Davydov | |
2024-11-18 | Fix author attribution. | TessaLation | |
2024-11-03 | Merge remote-tracking branch 'trash/option_trash_post' | TessaLation | |
2024-11-03 | Setting 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-03 | Merge remote-tracking branch 'sitemap/sitemap' | Tessa L. | |
2024-11-03 | Merge remote-tracking branch 'keep-timestamp-patch/rm_extension_list_tags' | Tessa L. | |
2024-11-03 | Merge remote-tracking branch ↵ | Tessa L. | |
'keep-timestamp-patch/keep-original-timestamp-when-regenerating-blog' | |||
2023-02-26 | Keeps post original timestamp when regeneration all_posts and index page. | Guilherme Garcia | |
2023-01-03 | Merge branch 'master' into master | Dmitri Smirnov | |
2022-08-24 | escape double quotes for attributes parameters | ferbass | |
2022-08-09 | generate sitemap | ferbass | |
2022-03-26 | Link to wiki in the README | Carlos Fenollosa | |
2022-01-28 | Remove .html extension from list of tags in terminal | Guilherme Garcia | |
2021-11-04 | Bumped version to 2.10 | Carlos Fenollosa | |
2021-11-04 | Added support for configuring a Twitter Card default image | Carlos Fenollosa | |
2020-05-10 | New feature: provides specific content ONLY on the index file | Carlos Fenollosa | |
2019-09-01 | fixed head before sed | Carlos Fenollosa | |
2018-07-14 | Add missing quote | Dknight | |
2018-07-13 | Make HTML5 compatible | Dknight | |
2018-05-21 | add option to trash post | uniporn | |
2017-01-03 | Merge pull request #124 from thalios1973/feat/pandoc-test-fix | Carlos Fenollosa | |
feat/pandoc-test-fix | |||
2017-01-03 | Merge pull request #125 from thalios1973/feat/body-end-file | Carlos Fenollosa | |
Added ability to include custom code just before the </body> tag. | |||
2016-12-29 | Added ability to include custom code just before the </body> tag. ↵ | Mike Gauthier | |
body_end_file global config variable added. | |||
2016-12-29 | Added additional check that will allow the use of pandoc without the ↵ | Mike Gauthier | |
--strict flag or 'hsmarkdown' hack. | |||
2016-10-24 | README formatting | Carlos Fenollosa | |
2016-10-24 | Support for static, not managed by bashblog html files. Close #92 | Carlos Fenollosa | |
2016-10-24 | Deleted the now defunct Twitter JSON API for share count. Fix #117 | Carlos Fenollosa | |
2016-10-24 | bump version to 2.8 | Carlos Fenollosa | |
2016-10-24 | Revert changes in #116 | Carlos Fenollosa | |
2016-10-24 | Merge branch 'master' of github.com:cfenollosa/bashblog | Carlos Fenollosa | |
2016-10-24 | Better error message for vim. Close #112 | Carlos Fenollosa | |
2016-10-24 | support Markdown.pl in bashblog folder. Close #113 | Carlos Fenollosa | |
2016-10-24 | Slavic language support, thanks to Tomasz Jadowski | Carlos Fenollosa | |
2016-10-24 | Revert tag management from #116 | Carlos Fenollosa | |
2016-10-24 | Better error message for $EDITOR. Close #112 | Carlos Fenollosa | |
2016-10-24 | support Markdown.pl in bashblog folder. Close #113 | Carlos Fenollosa | |
2016-10-24 | Merge pull request #116 from McDutchie/master | Carlos Fenollosa | |
More code refactoring. Limit word splitting and disable globbing by default. | |||
2016-10-24 | Slavic language support, thanks to Tomasz Jadowski | Carlos Fenollosa | |
2016-09-07 | tags_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-06 | Fix 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. | |||
2016-09-06 | Merge remote-tracking branch 'upstream/master' | Martijn Dekker | |
Resolve minor editing 2.6-to-2.7 editing conflict in bb.sh |