Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Merge remote-tracking branch 'origin/main' into style/herman | Caio Lente | 2023-10-17 | 1 |
|\ | ||||
| * | Create byline class | Caio Lente | 2023-10-17 | 1 |
| | | ||||
* | | Merge remote-tracking branch 'origin/main' into style/herman | Caio Lente | 2023-10-17 | 2 |
|\| | ||||
| * | 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 |
| | | ||||
* | | Merge origin/main into style/herman | 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 |
| | | ||||
* | | Add icon idicating external posts | Caio Lente | 2023-10-16 | 1 |
| | | ||||
* | | Adjust heading sizes | C. Lente | 2023-04-27 | 1 |
| | | ||||
* | | Add Herman style | C. Lente | 2023-04-25 | 2 |
|/ | ||||
* | 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 |