aboutsummaryrefslogtreecommitdiff
path: root/layouts
Commit message (Collapse)AuthorAgeFiles
* Merge branch 'main' into style/hermanCaio Lente2024-01-043
|\
| * Update author paramCaio Lente2024-01-041
| |
| * Update RSS templateCaio Lente2024-01-041
| |
| * Update social card logicCaio Lente2024-01-042
| |
* | Merge remote-tracking branch 'origin/main' into style/hermanCaio Lente2023-10-273
|\|
| * Conditional CSSCaio Lente2023-10-273
| |
* | Merge remote-tracking branch 'origin/main' into style/hermanCaio Lente2023-10-192
|\|
| * Make images work with baseURLs containing a subdirCaio Lente2023-10-182
| |
* | Merge remote-tracking branch 'origin/main' into style/hermanCaio Lente2023-10-171
|\|
| * Create byline classCaio Lente2023-10-171
| |
* | Merge remote-tracking branch 'origin/main' into style/hermanCaio Lente2023-10-173
|\|
| * Show post author if providedCaio Lente2023-10-171
| |
| * Improved RSS templateCaio Lente2023-10-172
| |
| * Move 'reply by email' button to the bottom of every postCaio Lente2023-10-172
| |
* | Merge origin/main into style/hermanCaio Lente2023-10-173
|\|
| * Add icon idicating external postsCaio Lente2023-10-161
| |
| * Fix #2Caio Lente2023-09-291
| |
| * Add i18n to skiplinkCaio Lente2023-09-292
| |
| * Merge branch 'main' into language-params-fixCaio Lente2023-09-292
| |\
| | * Merge pull request #5 from 2kool4idkwhat/mainCaio Lente2023-09-292
| | |\ | | | | | | | | a11y: add a "skip to main content" link
| | | * a11y: add skipnav link2kool4idkwhat2023-07-122
| | | |
| | * | 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
* | Add icon idicating external postsCaio Lente2023-10-161
| |
* | Bring updates from mainCaio Lente2023-10-162
| |
* | Update social cardsC. Lente2023-04-271
| |
* | Adjust heading sizesC. Lente2023-04-271
| |
* | Add Herman styleC. Lente2023-04-252
|/
* Make website title H1C. Lente2023-04-251
|
* Better social card logicC. Lente2023-03-042
|
* Dynamically generated social cardsC. Lente2023-03-042
|
* Add social links to configC. Lente2023-03-041
|
* Open external links in another tabC. Lente2023-02-271
|
* Fix lighthouse uncrawlable linksC. Lente2023-02-271
|
* Automatically fetch extra stylesC. Lente2023-02-131
|
* Use relURLsC. Lente2023-02-133
|
* Separate sintax from styleC. Lente2023-02-101
|
* Better RSSC. Lente2023-02-101
|
* Translate no-postC. Lente2023-02-101
|
* Generalize translation menusC. Lente2023-02-101
|
* Move to double quotesC. Lente2023-02-092
|
* Use site.Home.Permalink instead of paramC. Lente2023-02-091
|
* Fetch menus from YAMLC. Lente2023-02-091
|
* Less menus on configC. Lente2023-02-091
|
* Remove style=C. Lente2023-02-092
|
* Reproduce lente.dev setupC. Lente2023-02-097
|
* Bring files from personal blogC. Lente2023-02-0111
|
* Revert "Fix link to »Blog« on demo page"Jan Raasch2022-09-151
| | | | | | | | This reverts commit 9863ab4f50b81073367145c3edc5a991bada5e53. Whoops. I should update my local version of `hugo` 😊. This broke the build, see https://github.com/janraasch/hugo-bearblog/actions/runs/3057300422/jobs/4932310672
* Fix link to »Blog« on demo pageJan Raasch2022-09-151
| | | | The demo is hosted at https://janraasch.github.io/hugo-bearblog/, but currently the link is »/blog«, so we end up at https://janraasch.github.io/blog with a `404` 🥹.
* Use `overflow-x: auto` to avoid spilling long lines (#49)Andrew Jorgensen2022-09-151
|