Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Update rich-content.md | miraikumiko | 2025-01-18 | 1 |
| | | | 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. | |||
* | Add hideReply to exampleSite and credits to README | Caio Lente | 2024-06-21 | 1 |
| | ||||
* | Choose between original and herman styles | Caio Lente | 2024-03-04 | 1 |
| | ||||
* | Merge branch 'master' of github.com:janraasch/hugo-bearblog into ↵ | Caio Lente | 2024-03-04 | 1 |
|\ | | | | | | | janraasch-master | |||
| * | Fill `og:title` on home page | Jan Raasch | 2024-02-20 | 1 |
| | | | | | | | | See #84 | |||
| * | Use hugo.toml instead of config.toml (#74) | Martijn Engler | 2024-01-23 | 1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: https://github.com/gohugoio/hugo/commit/f38a2fbd2e4de7f095a833b448cb8bc053955ce2 * 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> | |||
* | | Typo on docs | Caio Lente | 2024-02-08 | 1 |
| | | ||||
* | | Update author param | Caio Lente | 2024-01-04 | 1 |
| | | ||||
* | | Update social card logic | Caio Lente | 2024-01-04 | 1 |
| | | ||||
* | | Make images work with baseURLs containing a subdir | Caio Lente | 2023-10-18 | 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 |
| | | ||||
* | | Fix #2 | Caio Lente | 2023-09-29 | 1 |
| | | ||||
* | | Better social card logic | C. Lente | 2023-03-04 | 5 |
| | | ||||
* | | Fix path to share image again | C. Lente | 2023-03-04 | 4 |
| | | ||||
* | | Fix path to share image | C. Lente | 2023-03-04 | 5 |
| | | ||||
* | | Dynamically generated social cards | C. Lente | 2023-03-04 | 5 |
| | | ||||
* | | Add social links to config | C. Lente | 2023-03-04 | 1 |
| | | ||||
* | | Reorder options in config | C. Lente | 2023-03-02 | 1 |
| | | ||||
* | | Minor tweaks | C. Lente | 2023-02-13 | 2 |
| | | ||||
* | | New images for demo | C. Lente | 2023-02-13 | 5 |
| | | ||||
* | | Update demo website | C. Lente | 2023-02-13 | 3 |
| | | ||||
* | | Fix config: ↵ | C. Lente | 2023-02-13 | 1 |
| | | | | | | | | https://discourse.gohugo.io/t/solved-defaultcontentlanguage-does-not-seem-to-work/4135/8 | |||
* | | New example site text | C. Lente | 2023-02-10 | 2 |
| | | ||||
* | | More default posts | C. Lente | 2023-02-10 | 9 |
| | | ||||
* | | Clean up config.toml | C. Lente | 2023-02-10 | 1 |
| | | ||||
* | | robots.txt is back | C. Lente | 2023-02-10 | 1 |
| | | ||||
* | | Favicon is back | C. Lente | 2023-02-10 | 1 |
| | | ||||
* | | Separate sintax from style | C. Lente | 2023-02-10 | 1 |
| | | ||||
* | | Better RSS | C. Lente | 2023-02-10 | 1 |
| | | ||||
* | | Generalize translation menus | C. Lente | 2023-02-10 | 2 |
| | | ||||
* | | New madeWith | C. Lente | 2023-02-09 | 1 |
| | | ||||
* | | Move to double quotes | C. Lente | 2023-02-09 | 1 |
| | | ||||
* | | Use site.Home.Permalink instead of param | C. Lente | 2023-02-09 | 1 |
| | | ||||
* | | Fetch menus from YAML | C. Lente | 2023-02-09 | 5 |
| | | ||||
* | | Less menus on config | C. Lente | 2023-02-09 | 1 |
| | | ||||
* | | YAML header on posts | C. Lente | 2023-02-09 | 2 |
| | | ||||
* | | Reproduce lente.dev setup | C. Lente | 2023-02-09 | 6 |
|/ | ||||
* | Update config.toml (#41) | Timothy Vieregge | 2022-01-24 | 1 |
| | ||||
* | feat: enable optional custom date format | Akira Baruah | 2021-04-12 | 1 |
| | | | | | | | | 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. | |||
* | refactor: move (non-post) pages to "content"-root | Jan Raasch | 2020-09-04 | 2 |
| | ||||
* | chore: initial commit | Jan Raasch | 2020-09-03 | 9 |