Commit Graph

145 Commits

Author SHA1 Message Date
0f42af77c4
feat: add basic svg support to the img shortcode (#351) 2022-12-21 15:43:57 +01:00
0968dd7a49
fix: fix access to data assets in render hook (#348) 2022-12-21 13:46:50 +01:00
b11460f532
feat: add option to enable or disable the dark mode toggle button (#346) 2022-12-21 11:41:23 +01:00
3c61ef8957
chore: bump hugo in ci to 0.104.3 (#320) 2022-10-14 12:21:16 +02:00
d12bd8b069
feat: add new option geekblogSeoIgnore (#307) 2022-09-11 13:54:25 +02:00
c95851d0a6
feat: add origin size to image shortcode (#306) 2022-09-02 11:22:48 +02:00
b7de69863a
feat: add progress shortcode (#305) 2022-08-31 10:15:13 +02:00
12fc429b87
feat: support mermaid codeblocks (#302)
BREAKING CHANGE: Mermaid can be rendered using code blocks now as an alternative to the shortcode. To support this feature, the minimum supported Hugo version was changed to v0.93.
2022-08-30 21:24:49 +02:00
18719a8df5
docs: replace contact page by about page (#280) 2022-07-11 16:04:05 +02:00
1e1da86618
feat: add profile size to img shortcode (#279) 2022-07-11 15:46:49 +02:00
bf9cf7578a
fix: add column size attribute (#278) 2022-07-11 15:09:48 +02:00
6a827d20f9
chore: slightly rework headline anchor (#277) 2022-07-11 14:50:45 +02:00
c1f15c2162
feat: add new boxes shortcode (#274) 2022-07-11 14:37:17 +02:00
Michael Kuhn
7656685e05
fix: add missing space in img shortcode (#272) 2022-07-06 20:44:21 +02:00
3333560056
fix: fix broken rendering of nested buttons (#266) 2022-06-27 09:17:27 +02:00
f9437ae997
fix: improve keyboard accessability for anchors and code blocks (#259) 2022-06-10 22:16:14 +02:00
29021a4cb8
feat: add option geekblogDarkModeCode to enforce dark code blocks (#255) 2022-06-02 14:01:56 +02:00
6da6ced08d
ci: switch to linkchecker (#246) 2022-05-18 20:51:52 +02:00
015b99a3ff
fix: fix extra space after katex shortcode (#244) 2022-05-17 14:42:08 +02:00
7ce82f7b6d
feat: add optional hint/admonition icons (#233) 2022-04-30 14:32:07 +02:00
3ccc8918bb
refactor: rename class .icon to .gblog-icon (#232)
BREAKING CHANGE: The class `.icon` was renamed to `.gblog-icon` to avoid conflicts.
2022-04-30 13:36:39 +02:00
85f5d63f29
fix: fix missing spaces while using links in headlines (#224) 2022-03-23 21:20:40 +01:00
Michael Kuhn
bf114930ba
fix: fix typo in KaTeX class name (#214) 2022-02-23 09:03:11 +01:00
425b7ed2b2
fix: fix typo in gdoc_keyboard icons filename (#213)
BREAKING CHANGE: Icons `gblog_keyborad_arrow_*` were renamed to `gblog_keyboard_arrow_*?`.
2022-02-22 22:31:49 +01:00
614d157b2f
fix usage of summary and description shortcode 2022-02-22 22:05:49 +01:00
357417f8ef
docs: move mermaid shortcode documentation to shortcode page (#212) 2022-02-22 21:42:44 +01:00
Michael Kuhn
591ee8d6df
feat: add KaTeX support (#211) 2022-02-22 16:45:10 +01:00
0000409601
chore: cleanup meta tags (#208) 2022-02-14 22:58:34 +01:00
e27b8db64a
refactor: cleanup and unify the featured image metadata integration (#207) 2022-02-14 16:25:11 +01:00
063c116bb5
fix: use safeHTML for description in metadata (#202) 2022-02-07 14:47:30 +01:00
9f49819aa8
fix: fix section name formatting in metadata (#201) 2022-02-07 13:52:07 +01:00
dcce1af5b9
fix: unify height of header menu items (#198) 2022-02-07 09:01:52 +01:00
d5e0ed0857
fix: fix formatting of multiline post metadata (#197) 2022-02-07 00:10:30 +01:00
eb17b172ed
fix: use absolute ULRs in img shortcode (#196) 2022-02-06 23:57:32 +01:00
e5b269fb36
refactor: cleanup Atom feed template and remove CDATA (#195) 2022-02-06 21:53:22 +01:00
6f0cd03608
feat: add feature or thumbnail image to feeds (#194) 2022-02-06 16:59:16 +01:00
d8d211d6a5
replace deprecated .Page.Hugo variable (#193) 2022-02-06 13:48:16 +01:00
df31c57278
feat: add referrer and generator meta tag and canonical link (#192) 2022-02-06 13:13:05 +01:00
0e6e2cce60
fix: use terms list template instead of toxonomies (#191) 2022-02-06 13:03:42 +01:00
1b3e25abc3
use title partial when possible (#190) 2022-02-06 12:46:10 +01:00
91f44eb3a5
refactor: unify title and description handling in meta files (#189) 2022-02-05 20:02:17 +01:00
59a591c73b
fix: prevent failing build if tags is an empty string (#187) 2022-02-05 15:02:00 +01:00
967a75b9de
fix: fix formatting on feature and code links (#182) 2022-02-02 22:27:10 +01:00
414391ce09
feat: add taxonomy list template (#172) 2022-01-29 14:38:08 +01:00
851aec0c1f
fix: enable cache busting for js files (#163) 2022-01-23 21:42:59 +01:00
6c769422d9
BREAKING CHANGE: rename icon bookmarks to bookmark (#153) 2022-01-12 22:50:20 +01:00
5c7f5db32b
fix: fix title formatting (#152) 2022-01-12 22:05:20 +01:00
d406d33ae3
adjust template formatting 2022-01-12 21:43:53 +01:00
6362bcdee5
adjust template formatting 2022-01-12 21:32:34 +01:00
8ba04bfb36
fix: broken mermaid rendering (#141) 2022-01-08 13:45:19 +01:00