13 Commits

Author SHA1 Message Date
Christian Mutti
e7b875a1fa
Add hideReply functionality to pages (#18)
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.
2024-06-21 16:21:25 -03:00
Caio Lente
c8673f43ba
Fix #13 2024-03-05 15:24:13 -03:00
Caio Lente
fe5c892af5
Tags in lowercase 2024-03-04 17:27:28 -03:00
Caio Lente
5d2a097a0b
Remove HTML spacing 2024-03-04 16:35:15 -03:00
Caio Lente
5f343dee4f
Fix #10 2024-01-08 14:11:08 -03:00
Caio Lente
bda54f97d8
Update social card logic 2024-01-04 17:21:51 -03:00
Caio Lente
fc8583e445
Create byline class 2023-10-17 23:34:17 -03:00
Caio Lente
88edea7e8a
Show post author if provided 2023-10-17 15:49:40 -03:00
Caio Lente
77893ccf46
Move 'reply by email' button to the bottom of every post 2023-10-17 01:10:22 -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
5880538157 chore: initial commit 2020-09-03 20:22:23 +02:00