Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Add `hideReply` functionality to pages (#18) | Christian Mutti | 2024-06-21 | 1 |
| | | | | | | Set the `hideReply` param on front matter to completely remove the "reply to" link present in the bottom of the pages. This is backwards-compatible given that any page that does not have the `hideReply` param will continue to work as before. | |||
* | Fix #13 | Caio Lente | 2024-03-05 | 2 |
| | ||||
* | Tags in lowercase | Caio Lente | 2024-03-04 | 2 |
| | ||||
* | Choose between original and herman styles | Caio Lente | 2024-03-04 | 1 |
| | ||||
* | Remove HTML spacing | Caio Lente | 2024-03-04 | 2 |
| | ||||
* | Fix #10 | Caio Lente | 2024-01-08 | 1 |
| | ||||
* | Update RSS template | Caio Lente | 2024-01-04 | 1 |
| | ||||
* | Update social card logic | Caio Lente | 2024-01-04 | 1 |
| | ||||
* | Conditional CSS | Caio Lente | 2023-10-27 | 2 |
| | ||||
* | Create byline class | Caio Lente | 2023-10-17 | 1 |
| | ||||
* | Show post author if provided | Caio Lente | 2023-10-17 | 1 |
| | ||||
* | Improved RSS template | Caio Lente | 2023-10-17 | 1 |
| | ||||
* | Move 'reply by email' button to the bottom of every post | Caio Lente | 2023-10-17 | 1 |
| | ||||
* | Add icon idicating external posts | Caio Lente | 2023-10-16 | 1 |
| | ||||
* | Add i18n to skiplink | Caio Lente | 2023-09-29 | 1 |
| | ||||
* | a11y: add skipnav link | 2kool4idkwhat | 2023-07-12 | 1 |
| | ||||
* | Open external links in another tab | C. Lente | 2023-02-27 | 1 |
| | ||||
* | Automatically fetch extra styles | C. Lente | 2023-02-13 | 1 |
| | ||||
* | Separate sintax from style | C. Lente | 2023-02-10 | 1 |
| | ||||
* | Translate no-post | C. Lente | 2023-02-10 | 1 |
| | ||||
* | Move to double quotes | C. Lente | 2023-02-09 | 1 |
| | ||||
* | Remove style= | C. Lente | 2023-02-09 | 1 |
| | ||||
* | Reproduce lente.dev setup | C. Lente | 2023-02-09 | 2 |
| | ||||
* | Bring files from personal blog | C. Lente | 2023-02-01 | 3 |
| | ||||
* | feat: enable optional custom date format | Akira Baruah | 2021-04-12 | 2 |
| | | | | | | | | Adds a .Site.Params.dateFormat setting to let users specify a Hugo-style date format string for content. Previously, the date format was hardcoded to "02 Jan, 2006", presumably to match the original BearBlog style. This format gets used by default if the new "dateFormat" setting is absent from the site config. | |||
* | fix: improve accessibility on mobile | Jan Raasch | 2020-10-02 | 1 |
| | | | | | | | | | | Fixes #6. To be honest I did not think about this at all. I simply copied the code from the original »Bear Blog« https://github.com/HermanMartinus/bearblog/blob/master/templates/base.html#L7 It seems like iOS ignores the declarations of user-scalable, minimum-scale, and maximum-scale, as of iOS 10, see https://sitebulb.com/hints/mobile-friendly/the-viewport-meta-tag-prevents-the-user-from-scaling/ so we might as well remove this. | |||
* | fix: styling of ul.blog-posts | Jan Raasch | 2020-10-01 | 1 |
| | | | | see 0c3efa6 | |||
* | chore: initial commit | Jan Raasch | 2020-09-03 | 3 |