Commit Graph

15 Commits

Author SHA1 Message Date
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
c1f15c2162
feat: add new boxes shortcode (#274) 2022-07-11 14:37:17 +02:00
42f408b2d4
docs: normalize shortcode documentation (#276) 2022-07-11 14:27:54 +02:00
61f6461ba5
docs: replace emoji cheat sheet 2022-06-29 21:04:12 +02:00
7ce82f7b6d
feat: add optional hint/admonition icons (#233) 2022-04-30 14:32:07 +02: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
8fb428e672
docs: add missing option to hints shortcode example (#162) 2022-01-23 21:36:07 +01:00
9192ade60b
cleanup include shortcode docs 2022-01-10 23:39:30 +01:00
8b10c81053
docs: document how to use different type in include shortcode (#146) 2022-01-10 23:36:39 +01:00
b4721c0ce7
chore: enable auto-formatting for template files (#133) 2021-12-30 15:55:55 +01:00
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
c59f179d0b
feat: add button to copy code blocks (#115) 2021-11-23 22:18:26 +01:00
9b2a28d7b5
feat: add include shortcode (#111) 2021-11-23 14:33:03 +01:00
d0cab9622b
docs: improve documentation structure (#94) 2021-09-23 12:01:54 +02:00