aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
...
| * | | | | | | | | | Use hugo.toml instead of config.toml (#74)Martijn Engler2024-01-233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | | | | | | | | chore(deps): bump actions/checkout from 3 to 4 (#72)dependabot[bot]2024-01-231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | | | | | | | docs: no email support ❌😅😁Jan Raasch2023-03-151
| | | | | | | | | | |
| * | | | | | | | | | chore(ci): oh the lols :)) aka fix the fixJan Raasch2023-03-151
| | | | | | | | | | |
| * | | | | | | | | | chore(ci): try try tryJan Raasch2023-03-151
| | | | | | | | | | |
| * | | | | | | | | | chore(ci): try ignoring cacheJan Raasch2023-03-151
| | | | | | | | | | |
| * | | | | | | | | | fix: remove trailing slashesJan Raasch2023-03-153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guess what, on https://gohugo.io/functions/relurl/ it says > As a best practice, never include a leading slash when using this function. Fixes https://github.com/janraasch/hugo-bearblog/issues/65
| * | | | | | | | | | chore(ci): auto-merge patch and minor updates of depsJan Raasch2023-03-081
| | | | | | | | | | |
| * | | | | | | | | | chore(ci): fix deploy condition - for real! :)Jan Raasch2023-03-081
| | | | | | | | | | |
| * | | | | | | | | | chore(ci): fix deploy condition - hopefullyJan Raasch2023-03-081
| | | | | | | | | | |
| * | | | | | | | | | chore(ci): split build into build and deploy jobsJan Raasch2023-03-081
| | | | | | | | | | |
| * | | | | | | | | | chore(deps): bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.2 (#61)dependabot[bot]2023-02-161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.0 to 3.9.2. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3.9.0...v3.9.2) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | | | | | Fix #9Caio Lente2024-02-081
| | | | | | | | | | |
* | | | | | | | | | | Typo on docsCaio Lente2024-02-082
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix #10Caio Lente2024-01-081
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Update author paramCaio Lente2024-01-043
| | | | | | | | |
* | | | | | | | | Update RSS templateCaio Lente2024-01-041
| | | | | | | | |
* | | | | | | | | Update social card logicCaio Lente2024-01-044
| | | | | | | | |
* | | | | | | | | TypoCaio Lente2023-11-031
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Conditional CSSCaio Lente2023-10-274
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Customize figure styleCaio Lente2023-10-251
| |_|_|_|_|/ |/| | | | |
* | | | | | Make images work with baseURLs containing a subdirCaio Lente2023-10-184
| |_|_|_|/ |/| | | |
* | | | | Create byline classCaio Lente2023-10-172
| |_|_|/ |/| | |
* | | | Show post author if providedCaio Lente2023-10-171
| | | |
* | | | Improved RSS templateCaio Lente2023-10-174
| | | |
* | | | Move 'reply by email' button to the bottom of every postCaio Lente2023-10-176
| |_|/ |/| |
* | | Add icon idicating external postsCaio Lente2023-10-161
| | |
* | | Suggest render: false in adition to link: urlCaio Lente2023-10-161
| | |
* | | Update README with new config.toml templateCaio Lente2023-09-291
| | |
* | | Fix #2Caio Lente2023-09-292
| | |
* | | Add a descriptionCaio Lente2023-09-291
| | |
* | | Add skip links to features and credit @2kool4idkwhatCaio Lente2023-09-291
| | |
* | | Add i18n to skiplinkCaio Lente2023-09-296
| | |
* | | Merge pull request #4 from huantianad/language-params-fixCaio Lente2023-09-292
|\ \ \ | | | | | | | | fix: change use of .Site.Language.Params.params -> .Site.Params
| * \ \ Merge branch 'main' into language-params-fixCaio Lente2023-09-293
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #5 from 2kool4idkwhat/mainCaio Lente2023-09-293
|\ \ \ \ | | | | | | | | | | a11y: add a "skip to main content" link
| * | | | a11y: add skipnav link2kool4idkwhat2023-07-123
| | |_|/ | |/| |
* | | | Merge pull request #7 from crazyc4t/crazyc4t-fix-footerCaio Lente2023-09-291
|\ \ \ \ | |/ / / |/| | | Update deprecated parameters use
| * | | Update deprecated parameters useSaid Neder2023-08-201
|/ / /
| * / fix: change use of .Site.Language.Params.params -> .Site.Paramshuantian2023-06-132
|/ / | | | | | | .Site.Language.Params was deprecated in Hugo 0.112.0, see https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120
* | Make website title H1C. Lente2023-04-252
| |
* | Better social card logicC. Lente2023-03-048
| |
* | Fix path to share image againC. Lente2023-03-045
| |
* | Fix path to share imageC. Lente2023-03-046
| |
* | Update hugo version reqC. Lente2023-03-042
| |
* | Dynamically generated social cardsC. Lente2023-03-0412
| |
* | Add social links to configC. Lente2023-03-042
| |
* | Reorder options in configC. Lente2023-03-022
| |
* | Open external links in another tabC. Lente2023-02-271
| |
* | Fix lighthouse uncrawlable linksC. Lente2023-02-271
| |