aboutsummaryrefslogtreecommitdiff
path: root/layouts
Commit message (Collapse)AuthorAgeFiles
...
* feat: enable optional custom date formatAkira Baruah2021-04-122
| | | | | | | | 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 mobileJan Raasch2020-10-021
| | | | | | | | | | 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.
* chore: remove unused partial 🤷🏼‍♂️ 😇Jan Raasch2020-10-021
|
* fix: styling of ul.blog-postsJan Raasch2020-10-011
| | | | see 0c3efa6
* feat: add dark color scheme for dark modeJan Raasch2020-10-011
| | | | see https://github.com/HermanMartinus/bearblog/pull/51
* feat: hide blog link if page not created (#4)Nick Badal2020-09-171
| | | Allows this theme to be used for sites that do not have a blog.
* chore: initial commitJan Raasch2020-09-0315