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
18719a8df5
docs: replace contact page by about page (#280) 2022-07-11 16:04:05 +02:00
6a827d20f9
chore: slightly rework headline anchor (#277) 2022-07-11 14:50:45 +02:00
f9437ae997
fix: improve keyboard accessability for anchors and code blocks (#259) 2022-06-10 22:16:14 +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
967a75b9de
fix: fix formatting on feature and code links (#182) 2022-02-02 22:27:10 +01:00
b4721c0ce7
chore: enable auto-formatting for template files (#133) 2021-12-30 15:55:55 +01:00
c9ab88ea8d
fix: remove relURL from markdown render image hook (#44) 2021-05-23 22:58:37 +02:00
42968b6a30
feat: auto-load custom svg sprites from assets folder (#40)
BREAKING CHANGE:

The icon gdoc_telescope was removed. If you are using this icon you have to replace it.

Build-in icons are prefixed with gdoc_ now. If you use built-in icons in e.g. menus you have to rename these references!
2021-05-23 22:04:57 +02:00
18e0e7577a
fix: enforce css overwrite for raw links (#36) 2021-05-23 15:09:01 +02:00
14502ab963
fix: ensure render template contains no empty newlines (#35) 2021-05-23 14:57:55 +02:00
999f05049a
fix: remove relURL function from render-link template 2021-02-21 21:57:06 +01:00
673dc72be0
fix: dont apply relURL function to remote urls in render-link template 2021-02-21 21:16:11 +01:00
261956c145
fix: use custom render hook templates 2021-02-21 13:24:55 +01:00