Commit Graph

20 Commits

Author SHA1 Message Date
Patrick Näf
f26c973a82
docs: add information that unsafe = true is required for nested shortcodes (#795) 2024-02-26 10:12:01 +01:00
f5ea5f0ef6
docs: explain buildDrafts flag in getting started guide (#786) 2024-02-11 13:44:25 +01:00
392fa73eba
docs: fix format of the netlify makefile example (#785) 2024-02-11 13:10:35 +01:00
renovate[bot]
0e026ff7de
chore(deps): update quay.io/thegeeklab/lhci docker tag to v0.13 (#760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-01-08 08:32:21 +01:00
eae99409b7
fix: replace .Site.BaseURL by recommended alternatives (#761) 2024-01-07 16:24:22 +01:00
712be2e2a7
feat: add next-prev navigation for filetree menu (#723) 2023-10-20 09:39:38 +02:00
James Braza
74b3bb7b69
docs: add link to Hugo docs to explain page weight (#637) 2023-06-22 10:34:39 +02:00
23128a3dfa
chore: normalize mixed casing of code block lang and theme parameters (#647) 2023-06-22 09:45:54 +02:00
fb924d52dd
docs: replace screenshots after redesign (#612) 2023-04-19 20:48:06 +02:00
e9ece03388
feat: add option to enable or disable the dark mode toggle button (#529) 2022-11-02 15:48:45 +01:00
e7c4453d45
ci: improve version file and tarball creation (#486) 2022-08-29 22:53:07 +02:00
Dan Čermák
3b9e4ec10b
docs: fix typo side to site (#480) 2022-08-22 21:02:25 +02:00
1a9fe22d64
feat: add option anchor the the bundle menu (#468) 2022-08-04 21:57:02 +02:00
6545ceb24d
feat: add option geekdocDarkModeCode to enforce dark codeblocks (#429) 2022-05-31 14:14:01 +02:00
cb68d35c24
ci: switch to linkchecker (#410) 2022-05-18 18:21:11 +02:00
a056805a30
docs: migrate hints to named attributes (#393) 2022-04-30 14:28:48 +02:00
7df6057ca0
feat: add new option geekdocContentLicense (#346) 2022-02-16 11:53:13 +01:00
c9f809ca19
fix: fix edit page link and auto-detect contentDir (#343)
BREAKING CHANGE: With support of the multilingual mode, we broke the `edit page` links, as the content directory was statically hard-coded into the `GeekdocEditPath` parameter. To get the correct content directory, regardless of the language or a disabled multilingual mode, we now use Hugo's built-in `.Site.Params.contentDir` parameter. Therefor, you have to remove the hard-coded `/content` part from the `geekdocEditPath` parameter in the configuration of your project.
2022-02-15 20:58:35 +01:00
39df04c78f
docs: fix theme build documentation (#318) 2022-02-03 14:41:42 +01:00
5c22ce57dc
feat: add multilingual mode support (#241)
BREAKING CHANGE:  Layout file renamed ´layouts/partials/page-footer.html → layouts/partials/menu-nextprev.html`. If you use overrides, you might need to change the filenames as well.
2022-01-23 13:21:44 +01:00