aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
Commit message (Collapse)AuthorAgeFiles
* Update rich-content.mdmiraikumiko2025-01-181
| | | 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 READMECaio Lente2024-06-211
|
* Choose between original and herman stylesCaio Lente2024-03-041
|
* Merge branch 'master' of github.com:janraasch/hugo-bearblog into ↵Caio Lente2024-03-041
|\ | | | | | | janraasch-master
| * Fill `og:title` on home pageJan Raasch2024-02-201
| | | | | | | | See #84
| * Use hugo.toml instead of config.toml (#74)Martijn Engler2024-01-231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 docsCaio Lente2024-02-081
| |
* | Update author paramCaio Lente2024-01-041
| |
* | Update social card logicCaio Lente2024-01-041
| |
* | Make images work with baseURLs containing a subdirCaio Lente2023-10-181
| |
* | Improved RSS templateCaio Lente2023-10-171
| |
* | Move 'reply by email' button to the bottom of every postCaio Lente2023-10-171
| |
* | Fix #2Caio Lente2023-09-291
| |
* | Better social card logicC. Lente2023-03-045
| |
* | Fix path to share image againC. Lente2023-03-044
| |
* | Fix path to share imageC. Lente2023-03-045
| |
* | Dynamically generated social cardsC. Lente2023-03-045
| |
* | Add social links to configC. Lente2023-03-041
| |
* | Reorder options in configC. Lente2023-03-021
| |
* | Minor tweaksC. Lente2023-02-132
| |
* | New images for demoC. Lente2023-02-135
| |
* | Update demo websiteC. Lente2023-02-133
| |
* | Fix config: ↵C. Lente2023-02-131
| | | | | | | | https://discourse.gohugo.io/t/solved-defaultcontentlanguage-does-not-seem-to-work/4135/8
* | New example site textC. Lente2023-02-102
| |
* | More default postsC. Lente2023-02-109
| |
* | Clean up config.tomlC. Lente2023-02-101
| |
* | robots.txt is backC. Lente2023-02-101
| |
* | Favicon is backC. Lente2023-02-101
| |
* | Separate sintax from styleC. Lente2023-02-101
| |
* | Better RSSC. Lente2023-02-101
| |
* | Generalize translation menusC. Lente2023-02-102
| |
* | New madeWithC. Lente2023-02-091
| |
* | Move to double quotesC. Lente2023-02-091
| |
* | Use site.Home.Permalink instead of paramC. Lente2023-02-091
| |
* | Fetch menus from YAMLC. Lente2023-02-095
| |
* | Less menus on configC. Lente2023-02-091
| |
* | YAML header on postsC. Lente2023-02-092
| |
* | Reproduce lente.dev setupC. Lente2023-02-096
|/
* Update config.toml (#41)Timothy Vieregge2022-01-241
|
* feat: enable optional custom date formatAkira Baruah2021-04-121
| | | | | | | | 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"-rootJan Raasch2020-09-042
|
* chore: initial commitJan Raasch2020-09-039