785adf091b
fix: replace .Site.BaseURL by recommended alternatives ( #487 )
2024-01-15 21:15:17 +01:00
45398ae676
feat: add option to change the crop box anchor in img shortcode ( #466 )
2023-12-02 19:59:14 +01:00
3f8a09d311
chore: use smartcrop for profile images ( #465 )
2023-12-02 16:42:30 +01:00
aef6f59ee1
fix!: generate unique properties anchor ( #457 )
...
The way anchors are generated for `properties` of a `propertylist` has changed to be unique, even if the shortcode is used multiple times on a page.
2023-10-27 22:31:04 +02:00
e7a3759f0a
feat: add properylist shortcode ( #455 )
2023-10-27 21:57:55 +02:00
945b31d146
fix: use flexbox to align heading anchors ( #434 )
2023-09-01 22:42:06 +02:00
a611955251
feat: add option to set custom label on progress shortcode ( #412 )
2023-07-06 22:07:07 +02:00
9be026819d
feat: improve css print media type ( #411 )
2023-07-05 21:48:39 +02:00
a57797f12b
chore: normalize mixed casing of code block lang and theme parameters ( #401 )
2023-06-22 10:52:32 +02:00
eb86a76010
feat: add support for custom heading css class ( #381 )
2023-04-21 23:05:46 +02:00
031941a46b
fix: issues with nested columns shortcode ( #364 )
2023-02-17 10:01:46 +01:00
1b203a991c
fix: fix rendering of nested shortcodes in tabs ( #363 )
2023-02-16 10:52:42 +01:00
484a0b13e8
fix: improve spacing of shortcodes ( #362 )
2023-02-16 10:38:45 +01:00
837dd399db
remove whitespace
2023-02-03 23:03:26 +01:00
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