11 Commits

Author SHA1 Message Date
C. Lente
d6592fd409
Automatically fetch extra styles 2023-02-13 17:59:27 -03:00
C. Lente
d78444cd19
Separate sintax from style 2023-02-10 17:32:44 -03:00
C. Lente
a18a8cc797
Translate no-post 2023-02-10 16:51:07 -03:00
C. Lente
cba0246af9
Move to double quotes 2023-02-09 17:51:22 -03:00
C. Lente
1c249d7b3f
Remove style= 2023-02-09 17:02:15 -03:00
C. Lente
2ba59f18db
Reproduce lente.dev setup 2023-02-09 16:56:09 -03:00
C. Lente
3ec9550325
Bring files from personal blog 2023-02-01 15:06:05 -03:00
Akira Baruah
be0ba327e3 feat: enable optional custom date format
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.
2021-04-12 17:18:41 +02:00
Jan Raasch
ed4cda1ac4 fix: improve accessibility on mobile
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.
2020-10-02 15:57:36 +02:00
Jan Raasch
6e2f054d42 fix: styling of ul.blog-posts
see 0c3efa6
2020-10-01 16:12:16 +02:00
Jan Raasch
5880538157 chore: initial commit 2020-09-03 20:22:23 +02:00