Commit Graph

81 Commits (731c5c9317c46e91ee55de2c42d163abf83256f6)

Author SHA1 Message Date
Robert Kaussow 550745e727
feat: add katex math typesetting shortcode (#157) 2021-07-01 09:05:26 +02:00
Robert Kaussow 51742a4030
fix: fix rendering of nested img shortcodes (#142)
* fix: fix rendering of nested img shortcodes

* fix whitespaces
2021-06-02 17:26:13 +02:00
Robert Kaussow 021eaf7ab6
feat: add sizes 'regular' and 'large' to button shortcode (#135) 2021-05-21 15:51:19 +02:00
Robert Kaussow 649e3cf752
fix: remove inline script usage (#133) 2021-05-21 11:33:17 +02:00
Robert Kaussow df901ba968
feat: add partial head/custom.html for custom page head elements (#131) 2021-05-19 22:42:57 +02:00
Robert Kaussow 98271b1232
chore: remove unused font and only preload main fonts (#132) 2021-05-19 22:10:54 +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 cd0cfe37ae
feat: add page parameter geekdocNav to disable navigation sidebar (#129) 2021-05-18 23:10:42 +02:00
Robert Kaussow c84e71e9a1
fix: remove duplicate favicon declaration (#126) 2021-05-18 21:26:25 +02:00
Robert Kaussow 59be9a504f
Dark mode (#66) 2021-04-27 23:44:35 +02:00
Robert Kaussow 5eff47c68b
fix: rework site header for better title and decription handling (#98) 2021-04-22 22:07:09 +02:00
Robert Kaussow a8de42c489
fix: remove relURL from markdown render image hook (#93)
* fix: remove relURL from markdown render image hook

BREAKING CHANGE: As the relURL function in markdown render hooks
caused some unwanted side effects we had to remove it. Related to this
change the behavior for sites deployed to a subdirectory has changed as
well! Please check the [documentation](https://geekdocs.de/usage/getting-started/#sub-directories)
how to workaround subdirectory deployments.

* restructure color-schemes page to work as image bundle example

* fix wording
2021-04-10 15:52:27 +02:00
Robert Kaussow 1ace505d27
feat: add option to include pages using the include shortcode (#92)
BREAKING CHANGE: The include shortcode will render files as Markdown
instead of HTML by default now. While the Markdown renderer should be
able to render HTML as well this might still work as before.

BREAKING CHANGE: The include shortcode option markdown was replaces by
a generic type option that could be used to specify special include
types.
2021-04-10 13:55:03 +02:00
Robert Kaussow 9ab80e989e
feat: replace error page icon (#84)
BREAKING CHANGE: The icon `gdoc_telescope` was removed. If you are using this icon you have to replace it.
2021-03-04 22:01:10 +01:00
Leah Oswald 10203cd9a0
feat: allow user-defined overwriting of the logo size (#83) 2021-03-04 21:25:25 +01:00
Robert Kaussow 5e105c9ff4
feat: auto-load custom svg sprites from assets folder (#79)
BREAKING CHANGE: Build-in icons are prefixed with `gdoc_` now. If you use build-in icons in e.g. menus you have to rename these references!
2021-03-03 21:07:59 +01:00
Robert Kaussow 798a2679c1
fix: ensure render template contains no empty newlines (#76) 2021-02-24 16:37:12 +01:00
Robert Kaussow e748a7dbc0
fix: remove relURL function from render-link template 2021-02-21 21:56:26 +01:00
Robert Kaussow 81988b477a
replace missing markdownify by RenderString 2021-02-21 14:27:54 +01:00
Robert Kaussow 0d80589019
fix: prevend wrong formatting for linked images 2021-02-21 14:04:40 +01:00
i7d3v3l0p3r e29fa7a327
feat: add structured data annotation to breadcrumb nav (#67) 2021-02-20 22:54:49 +01:00
Robert Kaussow 1cf78cea4f
feat: add custom img shortcode (#71) 2021-02-20 21:39:31 +01:00
Robert Kaussow d9daf73afb
fix: replace markdownify with renderString to use render hooks (#65) 2021-02-17 09:22:26 +01:00
Robert Kaussow 38c6059ab8
fix: use custom render templates to fix references (#56)
* fix: use custom render templates to fix references

* add back showAnchor condition

* change site params access
2021-02-04 10:06:19 +01:00
Robert Kaussow 1c5e86904c
feat: add collapsible sections to bundle menu (#53)
* feat: add collapsible sections to bundle menu

* remove isParent check
2021-01-24 11:58:39 +01:00
Robert Kaussow cff562644e
normalize source icon size for the icon font 2020-11-28 15:05:04 +01:00
Robert Kaussow 9f437094fe
add new icons for vcs providers"
Addresses #27.

New icons added:

- bitbucket
- gitlab
- git
2020-11-26 22:58:08 +01:00
Robert Kaussow 5df0ba4b35
add new page parameter GeekdocCollapseSection 2020-11-16 22:47:50 +01:00
Robert Kaussow 8628fbbd7e
normalize svg icons and iconfont source 2020-11-16 22:24:23 +01:00
Robert Kaussow b2e52d6073
cleanup formatting 2020-11-11 11:48:25 +01:00
Alvaro Torres Cogollo 90f285c335 Allow geekdocHiddenTocTree as Page parameter 2020-11-10 22:56:14 +01:00
Alvaro Torres Cogollo a565da529f Allow description text in toc-tree items 2020-11-10 22:05:56 +01:00
Robert Kaussow d6242e1842
fix acces hashing and asset data file usage 2020-11-09 22:21:50 +01:00
Robert Kaussow dfd2f6725d
split out css 2020-11-09 22:06:06 +01:00
Robert Kaussow 6054d3888d
replace theme link 2020-11-07 15:47:52 +01:00
Robert Kaussow 1c7526498b
update changelog 2020-11-03 08:41:24 +01:00
Alvaro Torres Cogollo 9a7531894e Bugfix: relative URL resolution for fonts 2020-11-02 23:34:24 +01:00
Robert Kaussow f8d2670528
migrate to thegeeklab namespace 2020-09-27 22:21:29 +02:00
Robert Kaussow 329021eb8f
temp switch to warn instead of error for the performance category 2020-09-19 15:48:14 +02:00
Robert Kaussow ab0867d2df
add font and css preloading links 2020-09-19 12:23:14 +02:00
Robert Kaussow d4d8437388
improve and normalize microblog formatting 2020-09-17 22:44:42 +02:00
Robert Kaussow f84375f21c
remove left anchor option and adjust spacing 2020-09-07 21:51:04 +02:00
Robert Kaussow 78a365d7f0
fix wording 2020-07-02 20:41:27 +02:00
Robert Kaussow c4c882b768 add surrounding div to include shortcode 2020-06-02 21:28:52 +02:00
Robert Kaussow 5eb04b81d2 fix mermaid default font 2020-06-02 21:22:10 +02:00
Robert Kaussow 1037da5062 use pre tag instead of p for mermaid shortcode 2020-06-02 20:17:05 +02:00
Robert Kaussow bb0cfc464f beautify html before uploading the documentation 2020-06-02 19:43:52 +02:00
Robert Kaussow 048f98fd22 fix script loading 2020-06-02 18:11:29 +02:00
Robert Kaussow 178b92b0a0 add lighthouse-ci to drone 2020-06-02 18:11:29 +02:00
Robert Kaussow a428f9d84d configure npm 2020-06-02 18:07:53 +02:00