Commit Graph

443 Commits

Author SHA1 Message Date
021eaf7ab6
feat: add sizes 'regular' and 'large' to button shortcode (#135) 2021-05-21 15:51:19 +02:00
cc10b9d80a
chore: normalize font-size vars (#134) 2021-05-21 13:31:19 +02:00
649e3cf752
fix: remove inline script usage (#133) 2021-05-21 11:33:17 +02:00
ae421f0050
cleanup ci 2021-05-21 09:33:14 +02:00
b81c040b99
remove custom header from docs 2021-05-21 09:24:13 +02:00
88d8af1e90
adjust csp of the documentation 2021-05-19 23:29:22 +02:00
c834b310b9
adjust csp of the documentation 2021-05-19 23:10:18 +02:00
df901ba968
feat: add partial head/custom.html for custom page head elements (#131) 2021-05-19 22:42:57 +02:00
98271b1232
chore: remove unused font and only preload main fonts (#132) 2021-05-19 22:10:54 +02:00
e629d15607
feat: add page parameter geekdocAlign to control a pages text alignment (#130) 2021-05-19 00:00:57 +02:00
cd0cfe37ae
feat: add page parameter geekdocNav to disable navigation sidebar (#129) 2021-05-18 23:10:42 +02:00
7938bc7d97
docs: improve wording of columns shortcode description (#127) 2021-05-18 21:50:28 +02:00
c84e71e9a1
fix: remove duplicate favicon declaration (#126) 2021-05-18 21:26:25 +02:00
renovate[bot]
b44d608233
chore(deps): lock file maintenance (#123)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-17 09:00:28 +02:00
a92eb9f0aa
docs: fix typos 2021-05-13 15:17:18 +02:00
4424e0b81c
feat: add css variable to set max height for code blocks (#119) 2021-05-13 14:05:38 +02:00
renovate[bot]
e4f8111a3b
fix(deps): update dependency mermaid to v8.10.1 (#115)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-10 22:08:49 +02:00
renovate[bot]
d8e68e2bd9
chore(deps): lock file maintenance (#112)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-10 09:01:45 +02:00
Renovate Bot
53a8bbe154 chore(deps): update dependency prettier to v2.3.0 2021-05-10 02:04:26 +00:00
f296f85366
chore: use cleaner table formatting (#110) 2021-05-08 22:44:52 +02:00
b82f5e1ae8
fix: reset dimming filters in light mode (#109) 2021-05-08 13:32:33 +02:00
85905aaa2f
switch to own hugo ci image 2021-05-06 22:42:10 +02:00
82419c6d34
ci: use Hugo 0.83.1 2021-05-06 22:03:07 +02:00
8df82947b7
chore: fix capitalization for params in while clause (#108)
BREAKING CHANGE: The minimal required Hugo version was bumped to 0.83.0
2021-05-06 21:42:45 +02:00
Renovate Bot
0eb5e23cbb chore(deps): update dependency gulp-replace to v1.1.3 2021-05-06 18:22:27 +00:00
renovate[bot]
66f6682021
fix(deps): update dependency flexsearch to v0.6.32 (#105)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 23:27:54 +02:00
renovate[bot]
bdac323603
fix(deps): update dependency mermaid to v8.9.3 (#106)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 23:19:34 +02:00
renovate[bot]
6f9f2223e7
fix(deps): update dependency clipboard to v2.0.8 (#104)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 23:18:18 +02:00
renovate[bot]
7263588839
chore(deps): lock file maintenance (#107)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 23:07:08 +02:00
4809a77659
chore: move js libraries used by the theme to prod dependencies 2021-05-05 22:52:57 +02:00
c05cd36f57
refactor: cleanup and restructure gulp tasks (#101) 2021-05-05 22:44:36 +02:00
6e705f7fcd
chore: drop master branch 2021-05-04 00:28:12 +02:00
9fa2c5aff8
fix: use same css proterty for header border and footer background 2021-04-29 21:01:29 +02:00
f102d1e62f
fix typo 2021-04-28 23:34:21 +02:00
fb5e1f2ef1
chore: scale down the readme image to improve readability 2021-04-28 09:31:23 +02:00
renovate[bot]
51e33c8449
chore(deps): pin dependencies (#100)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-28 00:51:06 +02:00
59be9a504f
Dark mode (#66) 2021-04-27 23:44:35 +02:00
5eff47c68b
fix: rework site header for better title and decription handling (#98) 2021-04-22 22:07:09 +02:00
d51f514b90
feat: add option geekdocProtected to exclude pages from data file (#97) 2021-04-22 21:25:43 +02:00
4e81dbe0e9
update branch protection 2021-04-11 15:23:11 +02:00
0838f25d53
sign drone config 2021-04-11 15:17:33 +02:00
63e44beef4
chore: replace master by main as default branch
BREAKING CHANGE: We have switched to 'main' as default branch. The 'master' branch is no longer maintained and will be removed after April 30, 2021!
2021-04-11 15:11:59 +02:00
72ffa01363
docs: add known limitations (#94)
* docs: add known limitations

* fix typos
2021-04-11 13:58:06 +02:00
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
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
9129b07d2f
add toc to dictionary 2021-04-10 13:06:07 +02:00
fb8d22d967
fix: fix broken search result links in WebKit browsers (#86)
Fixes: https://github.com/thegeeklab/hugo-geekdoc/issues/85
2021-03-06 11:24:58 +01:00
ecc59e6482
fix: adjust default logo size to better match font size 2021-03-04 22:21:00 +01:00
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
458e108e15
cleanup gitignore 2021-03-04 21:36:15 +01:00