Commit Graph

40 Commits

Author SHA1 Message Date
Robert Kaussow 785adf091b
fix: replace .Site.BaseURL by recommended alternatives (#487) 2024-01-15 21:15:17 +01:00
Robert Kaussow a57797f12b
chore: normalize mixed casing of code block lang and theme parameters (#401) 2023-06-22 10:52:32 +02:00
Robert Kaussow b11460f532
feat: add option to enable or disable the dark mode toggle button (#346) 2022-12-21 11:41:23 +01:00
Robert Kaussow d12bd8b069
feat: add new option geekblogSeoIgnore (#307) 2022-09-11 13:54:25 +02:00
Robert Kaussow 6da6ced08d
ci: switch to linkchecker (#246) 2022-05-18 20:51:52 +02:00
Robert Kaussow 0000409601
chore: cleanup meta tags (#208) 2022-02-14 22:58:34 +01:00
Robert Kaussow e27b8db64a
refactor: cleanup and unify the featured image metadata integration (#207) 2022-02-14 16:25:11 +01:00
Robert Kaussow 063c116bb5
fix: use safeHTML for description in metadata (#202) 2022-02-07 14:47:30 +01:00
Robert Kaussow e5b269fb36
refactor: cleanup Atom feed template and remove CDATA (#195) 2022-02-06 21:53:22 +01:00
Robert Kaussow 6f0cd03608
feat: add feature or thumbnail image to feeds (#194) 2022-02-06 16:59:16 +01:00
Robert Kaussow d8d211d6a5
replace deprecated .Page.Hugo variable (#193) 2022-02-06 13:48:16 +01:00
Robert Kaussow df31c57278
feat: add referrer and generator meta tag and canonical link (#192) 2022-02-06 13:13:05 +01:00
Robert Kaussow 1b3e25abc3
use title partial when possible (#190) 2022-02-06 12:46:10 +01:00
Robert Kaussow 91f44eb3a5
refactor: unify title and description handling in meta files (#189) 2022-02-05 20:02:17 +01:00
Robert Kaussow 59a591c73b
fix: prevent failing build if tags is an empty string (#187) 2022-02-05 15:02:00 +01:00
Robert Kaussow 851aec0c1f
fix: enable cache busting for js files (#163) 2022-01-23 21:42:59 +01:00
Robert Kaussow b4721c0ce7
chore: enable auto-formatting for template files (#133) 2021-12-30 15:55:55 +01:00
Robert Kaussow 392708d390
chore: include microformtas templates to fix opengraph (#132) 2021-12-30 15:30:40 +01:00
Robert Kaussow d5f6cfb13e
refator: replace gulp by webpack and npm scripts (#129)
BREAKING CHANGE: We have replaced `gulp` with `webpack` and `npm scripts` to build this theme. If you build it on your own or use build commands during the deployment, you may have to adjust your setup.

BREAKING CHANGE: The `GeekblogIcons` font is using the icon name as Unicode now. As a consequence, you have to replace all references to Icons from this font if you have customized the theme.
2021-12-29 22:50:13 +01:00
Robert Kaussow 472b50ca22
feat: add dark mode (#109) 2021-11-23 16:53:25 +01:00
Robert Kaussow cf4134df17
chore: normalize default favicons and add docs (#96) 2021-09-23 14:31:19 +02:00
Robert Kaussow 55adaddc30
feat: add partial head/custom.html for custom page head elements (#48) 2021-05-24 14:30:19 +02:00
Robert Kaussow f03cae033a
chore: remove unused font and only preload main fonts (#47) 2021-05-24 14:21:36 +02:00
Robert Kaussow c9ab88ea8d
fix: remove relURL from markdown render image hook (#44) 2021-05-23 22:58:37 +02:00
Robert Kaussow f00b90be78
load static css/js assets from data template 2020-11-08 22:36:04 +01:00
Robert Kaussow 172db048f0
fix print css and split out mobile css 2020-11-08 17:08:17 +01:00
Robert Kaussow 7cdb54f558
revert css media type 2020-11-08 15:07:02 +01:00
Robert Kaussow 821865d033
use relative URL's for fonts 2020-11-08 15:00:48 +01:00
Robert Kaussow 28a82733b8
migrate to thegeeklab namespace 2020-09-27 22:14:36 +02:00
Robert Kaussow 4e59fbe941
improve defaults and getting started guide 2020-09-17 11:15:26 +02:00
Robert Kaussow c0a15b9c5f
switch back to hugo internal twitter-card 2020-08-01 21:17:40 +02:00
Robert Kaussow a5e7eceaa8
include custom twitter-card metadata 2020-08-01 19:57:46 +02:00
Robert Kaussow da6c845d06
cleanup image and thumbnail handling 2020-07-26 14:47:51 +02:00
Robert Kaussow fd7c3a72c1
cleaup 2020-07-25 13:53:27 +02:00
Robert Kaussow 07f124360d
add json-ld structured data partial 2020-07-24 22:25:04 +02:00
Robert Kaussow 247a1f7263
rename keyword and description variables 2020-07-24 14:36:07 +02:00
Robert Kaussow 7db1152b23
add default favicons and microformats 2020-07-23 21:27:11 +02:00
Robert Kaussow 7164a83f2f
removing self-closing slash 2020-07-23 13:27:52 +02:00
Robert Kaussow 439ca1c7e8
add partial for rel-me links 2020-07-23 10:00:18 +02:00
Robert Kaussow edc1307b1a
refactor head partials 2020-07-22 23:41:46 +02:00