Commit Graph

21 Commits

Author SHA1 Message Date
Robert Kaussow 4f3d48c1d9
fix: fix formatting on code links (#316) 2022-02-03 11:42:26 +01:00
Robert Kaussow 30d3c64c41
fix: fix post metadata positioning (#315) 2022-02-03 10:58:37 +01:00
Robert Kaussow 5c5e2d59cb
refactor: replace gulp by webpack and npm scripts (#258)
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.

BREAKING CHANGE: We have refactored the search integration to split Hugo templates from JavaScript code. To get it working again, you need to adjust the `outputFormats` and `outputs` in your Hugo configuration file, as [documented](https://geekdocs.de/usage/configuration/#site-configuration).
2022-01-06 13:58:10 +01:00
Robert Kaussow 6e7c01e04f
cleanup formatting and docs (#247) 2021-11-24 09:10:26 +01:00
Robert Kaussow 9c116862f0
fix: fix various spacing issues (#238) 2021-11-13 13:57:06 +01:00
Robert Kaussow 75f56d8fad
feat: add button to copy code blocks (#228)
BREAKING CHANGE: The `--code-max-height` formatting is applied only to code blocks that use syntax highlighting, see [documentation](https://geekdocs.de/features/code-blocks/).
2021-11-07 22:12:14 +01:00
Robert Kaussow 0ea7ebf1a2
fix: add div wrapper around markdown tables to allow overflows (#177) 2021-08-02 14:06:24 +02:00
Robert Kaussow 9682ef999b
fix: adjust colors to improve accessibility (#159) 2021-07-05 08:42:48 +02:00
Robert Kaussow e629d15607
feat: add page parameter geekdocAlign to control a pages text alignment (#130) 2021-05-19 00:00:57 +02:00
Robert Kaussow 4424e0b81c
feat: add css variable to set max height for code blocks (#119) 2021-05-13 14:05:38 +02:00
Robert Kaussow f296f85366
chore: use cleaner table formatting (#110) 2021-05-08 22:44:52 +02:00
Robert Kaussow 59be9a504f
Dark mode (#66) 2021-04-27 23:44:35 +02:00
Robert Kaussow 5c15ade342
fix: enforce css overwrite for raw links (#77) 2021-02-24 16:38:18 +01:00
Robert Kaussow 10e95b8c7b
fix: fix formatting of nested code blocks (#75) 2021-02-23 09:55:39 +01:00
Robert Kaussow a8af7c3791
fix: switch back to pixel based border sizes 2021-02-21 22:34:34 +01:00
Robert Kaussow 7d028ddc71
chore: normalize sass default vars 2021-02-21 14:44:44 +01:00
Robert Kaussow 0d80589019
fix: prevend wrong formatting for linked images 2021-02-21 14:04:40 +01:00
Robert Kaussow 1cf78cea4f
feat: add custom img shortcode (#71) 2021-02-20 21:39:31 +01:00
Robert Kaussow d4d8437388
improve and normalize microblog formatting 2020-09-17 22:44:42 +02:00
Robert Kaussow a428f9d84d configure npm 2020-06-02 18:07:53 +02:00
Robert Kaussow b710cfda80 initial commit 2020-01-12 15:33:02 +01:00