42 Commits

Author SHA1 Message Date
Mirai Kumiko
c3286b77b8
Update rich-content.md (#34)
WARN  The "twitter", "tweet", and "twitter_simple" shortcodes were deprecated in v0.142.0 and will be removed in a future release. Please use the "x" shortcode instead.
2025-01-19 11:48:33 -03:00
Caio Lente
b335d9ac5e
Add hideReply to exampleSite and credits to README 2024-06-21 16:26:22 -03:00
Caio Lente
d0b36f11bd
Choose between original and herman styles 2024-03-04 17:16:00 -03:00
Caio Lente
16889fcadb
Merge branch 'master' of github.com:janraasch/hugo-bearblog into janraasch-master 2024-03-04 16:13:03 -03:00
Jan Raasch
ea7bb396cc Fill og:title on home page
See #84
2024-02-20 11:57:49 +01:00
Caio Lente
cabba4d809
Typo on docs 2024-02-08 12:01:03 -03:00
Martijn Engler
dec11203de
Use hugo.toml instead of config.toml (#74)
* Use hugo.toml instead of config.toml

Use the file hugo.toml in both the README.md and the exampleSite, since
Hugo will look for this file first.

The current instructions (using config.toml) in a new Hugo site
(that has a hugo.toml-file) means that the site doesn't work, or the
theme is not activated.

Note that this is a breaking change for sites running on older versions.
(But v0.110.0 was released almost a year ago.)

Relevant Hugo commit:

f38a2fbd2e

* Require `hugo v0.110.0`

> Make hugo.toml the new config.toml

see https://github.com/gohugoio/hugo/releases/tag/v0.110.0

---------

Co-authored-by: Jan Raasch <425211+janraasch@users.noreply.github.com>
2024-01-23 10:28:44 +01:00
Caio Lente
bd5d81f18c
Update author param 2024-01-04 17:32:06 -03:00
Caio Lente
bda54f97d8
Update social card logic 2024-01-04 17:21:51 -03:00
Caio Lente
4edcba8dd1
Make images work with baseURLs containing a subdir 2023-10-18 23:36:03 -03:00
Caio Lente
bf804a0814
Improved RSS template 2023-10-17 15:41:36 -03:00
Caio Lente
77893ccf46
Move 'reply by email' button to the bottom of every post 2023-10-17 01:10:22 -03:00
Caio Lente
dc1d2cf057
Fix #2 2023-09-29 20:56:09 -03:00
C. Lente
488da01892
Better social card logic 2023-03-04 16:36:06 -03:00
C. Lente
8b4ac7a925
Fix path to share image again 2023-03-04 15:32:37 -03:00
C. Lente
2f82fa99b7
Fix path to share image 2023-03-04 15:20:14 -03:00
C. Lente
f9ba6222e4
Dynamically generated social cards 2023-03-04 15:08:11 -03:00
C. Lente
a98c11f5f7
Add social links to config 2023-03-04 14:39:39 -03:00
C. Lente
3b1e939020
Reorder options in config 2023-03-02 14:35:20 -03:00
C. Lente
0fac9c3eba
Minor tweaks 2023-02-13 21:34:52 -03:00
C. Lente
f9a536f74c
New images for demo 2023-02-13 21:31:35 -03:00
C. Lente
356f6f192e
Update demo website 2023-02-13 21:18:59 -03:00
C. Lente
ee51627153
Fix config: https://discourse.gohugo.io/t/solved-defaultcontentlanguage-does-not-seem-to-work/4135/8 2023-02-13 16:25:24 -03:00
C. Lente
26a33fde27
New example site text 2023-02-10 19:09:09 -03:00
C. Lente
8f8169ac5b
More default posts 2023-02-10 18:27:36 -03:00
C. Lente
70e60e7605
Clean up config.toml 2023-02-10 17:58:47 -03:00
C. Lente
6fd0628f81
robots.txt is back 2023-02-10 17:40:02 -03:00
C. Lente
9d89e94f48
Favicon is back 2023-02-10 17:37:29 -03:00
C. Lente
d78444cd19
Separate sintax from style 2023-02-10 17:32:44 -03:00
C. Lente
6e341272f5
Better RSS 2023-02-10 17:16:49 -03:00
C. Lente
17caeb985f
Generalize translation menus 2023-02-10 16:31:47 -03:00
C. Lente
a8c0f3734f
New madeWith 2023-02-09 17:54:15 -03:00
C. Lente
cba0246af9
Move to double quotes 2023-02-09 17:51:22 -03:00
C. Lente
6d88b28c14
Use site.Home.Permalink instead of param 2023-02-09 17:31:27 -03:00
C. Lente
045c2e3495
Fetch menus from YAML 2023-02-09 17:28:32 -03:00
C. Lente
7a4c8fd24b
Less menus on config 2023-02-09 17:17:51 -03:00
C. Lente
4b84339a4f
YAML header on posts 2023-02-09 17:05:10 -03:00
C. Lente
2ba59f18db
Reproduce lente.dev setup 2023-02-09 16:56:09 -03:00
Timothy Vieregge
b1ebca14a6
Update config.toml (#41) 2022-01-24 08:08:18 +01: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
e13df26c71 refactor: move (non-post) pages to "content"-root 2020-09-04 09:02:09 +02:00
Jan Raasch
5880538157 chore: initial commit 2020-09-03 20:22:23 +02:00