Commit Graph

102 Commits

Author SHA1 Message Date
Renovator Bot 15dfeb23a5 chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.13.1 (#1)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [thegeeklab/hugo-geekdoc](https://github.com/thegeeklab/hugo-geekdoc) | minor | `v0.8.2` -> `v0.13.1` |

---

### Release Notes

<details>
<summary>thegeeklab/hugo-geekdoc</summary>

### [`v0.13.1`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.13.1)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.13.0...v0.13.1)

##### Changelog

##### [v0.13.1](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.13.0...v0.13.1) (2021-05-13)

##### Bug Fixes

-   **deps:** update dependency mermaid to v8.10.1 ([#&#8203;115](https://github.com/thegeeklab/hugo-geekdoc/issues/115))

##### Documentation

-   fix typos

##### Features

-   add css variable to set max height for code blocks ([#&#8203;119](https://github.com/thegeeklab/hugo-geekdoc/issues/119))

##### Others

-   **deps:** lock file maintenance ([#&#8203;112](https://github.com/thegeeklab/hugo-geekdoc/issues/112))
-   **deps:** update dependency prettier to v2.3.0

### [`v0.13.0`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.13.0)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.12.0...v0.13.0)

### Changelog

#### [v0.13.0](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.12.0...v0.13.0) (2021-05-08)

##### Bug Fixes

-   reset dimming filters in light mode ([#&#8203;109](https://github.com/thegeeklab/hugo-geekdoc/issues/109))
-   use same css proterty for header border and footer background
-   **deps:** update dependency flexsearch to v0.6.32 ([#&#8203;105](https://github.com/thegeeklab/hugo-geekdoc/issues/105))
-   **deps:** update dependency mermaid to v8.9.3 ([#&#8203;106](https://github.com/thegeeklab/hugo-geekdoc/issues/106))
-   **deps:** update dependency clipboard to v2.0.8 ([#&#8203;104](https://github.com/thegeeklab/hugo-geekdoc/issues/104))

##### CI Pipeline

-   use Hugo 0.83.1

##### Code Refactoring

-   cleanup and restructure gulp tasks ([#&#8203;101](https://github.com/thegeeklab/hugo-geekdoc/issues/101))

##### Others

-   use cleaner table formatting ([#&#8203;110](https://github.com/thegeeklab/hugo-geekdoc/issues/110))
-   fix capitalization for params in while clause ([#&#8203;108](https://github.com/thegeeklab/hugo-geekdoc/issues/108))
-   move js libraries used by the theme to prod dependencies
-   drop master branch
-   scale down the readme image to improve readability
-   **deps:** update dependency gulp-replace to v1.1.3
-   **deps:** lock file maintenance ([#&#8203;107](https://github.com/thegeeklab/hugo-geekdoc/issues/107))

##### BREAKING CHANGE

The minimal required Hugo version was bumped to 0.83.0

### [`v0.12.0`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.12.0)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.11.1...v0.12.0)

### Changelog

#### [v0.12.0](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.11.1...v0.12.0) (2021-04-28)

##### Features

-   add dark mode ([#&#8203;66](https://github.com/thegeeklab/hugo-geekdoc/issues/66))

##### Others

-   **deps:** pin dependencies ([#&#8203;100](https://github.com/thegeeklab/hugo-geekdoc/issues/100))

##### BREAKING CHANGE

With the new dark mode, we also added custom CSS properties that should make theming easier. Since the class names have not changed, an existing custom theme will continue to work. This release should still be considered a breaking change, as custom themes may need to be adjusted for dark mode.

### [`v0.11.1`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.11.1)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.11.0...v0.11.1)

### Changelog

#### [v0.11.1](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.11.0...v0.11.1) (2021-04-22)

##### Bug Fixes

-   rework site header for better title and decription handling ([#&#8203;98](https://github.com/thegeeklab/hugo-geekdoc/issues/98))

##### Features

-   add option geekdocProtected to exclude pages from data file ([#&#8203;97](https://github.com/thegeeklab/hugo-geekdoc/issues/97))

### [`v0.11.0`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.11.0)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.10.1...v0.11.0)

### Changelog

#### [v0.11.0](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.10.1...v0.11.0) (2021-04-11)

##### Bug Fixes

-   remove relURL from markdown render image hook ([#&#8203;93](https://github.com/thegeeklab/hugo-geekdoc/issues/93))

##### Documentation

-   add known limitations ([#&#8203;94](https://github.com/thegeeklab/hugo-geekdoc/issues/94))

##### Features

-   add option to include pages using the include shortcode ([#&#8203;92](https://github.com/thegeeklab/hugo-geekdoc/issues/92))

##### Others

-   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!

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/#subdirectories) how to workaround subdirectory deployments.

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.

The include shortcode option markdown was replaces by a generic type option that could be used to specify special include types.

### [`v0.10.1`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.10.1)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.10.0...v0.10.1)

### Changelog

#### [v0.10.1](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.10.0...v0.10.1) (2021-03-06)

##### Bug Fixes

-   fix broken search result links in WebKit browsers ([#&#8203;86](https://github.com/thegeeklab/hugo-geekdoc/issues/86))

### [`v0.10.0`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.10.0)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.5...v0.10.0)

### Changelog

#### [v0.10.0](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.5...v0.10.0) (2021-03-04)

##### Bug Fixes

-   adjust default logo size to better match font size

##### CI Pipeline

-   user master branch to test docs build on PR

##### Features

-   replace error page icon ([#&#8203;84](https://github.com/thegeeklab/hugo-geekdoc/issues/84))
-   allow user-defined overwriting of the logo size ([#&#8203;83](https://github.com/thegeeklab/hugo-geekdoc/issues/83))
-   auto-load custom svg sprites from assets folder ([#&#8203;79](https://github.com/thegeeklab/hugo-geekdoc/issues/79))

##### Others

-   **deps:** pin dependency gulp-filelist to 2.0.5 ([#&#8203;82](https://github.com/thegeeklab/hugo-geekdoc/issues/82))

##### 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 build-in icons in e.g. menus you have to rename these references!

### [`v0.9.5`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.9.5)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.4...v0.9.5)

### Changelog

#### [v0.9.5](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.4...v0.9.5) (2021-02-24)

##### Bug Fixes

-   enforce css overwrite for raw links ([#&#8203;77](https://github.com/thegeeklab/hugo-geekdoc/issues/77))
-   ensure render template contains no empty newlines ([#&#8203;76](https://github.com/thegeeklab/hugo-geekdoc/issues/76))

### [`v0.9.4`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.9.4)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.3...v0.9.4)

### Changelog

#### [v0.9.4](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.3...v0.9.4) (2021-02-23)

##### Bug Fixes

-   fix formatting of nested code blocks ([#&#8203;75](https://github.com/thegeeklab/hugo-geekdoc/issues/75))

##### Documentation

-   add pluralizeListTitles = false to min config example
-   fix ci badge

### [`v0.9.3`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.9.3)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.2...v0.9.3)

### Changelog

#### [v0.9.3](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.2...v0.9.3) (2021-02-21)

##### Bug Fixes

-   switch back to pixel based border sizes

### [`v0.9.2`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.9.2)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.1...v0.9.2)

### Changelog

#### [v0.9.2](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.1...v0.9.2) (2021-02-21)

##### Bug Fixes

-   remove relURL function from render-link template

### [`v0.9.1`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.9.1)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.0...v0.9.1)

### Changelog

#### [v0.9.1](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.9.0...v0.9.1) (2021-02-21)

##### Bug Fixes

-   prevend wrong formatting for linked images

##### CI Pipeline

-   enable spellchecking for frontmatter titles

##### Others

-   normalize sass default vars

### [`v0.9.0`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.9.0)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.6...v0.9.0)

### Changelog

#### [v0.9.0](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.6...v0.9.0) (2021-02-21)

##### Bug Fixes

-   avoid overlapping site footer in print view ([#&#8203;72](https://github.com/thegeeklab/hugo-geekdoc/issues/72))

##### Features

-   add structured data annotation to breadcrumb nav  ([#&#8203;67](https://github.com/thegeeklab/hugo-geekdoc/issues/67))
-   add custom img shortcode ([#&#8203;71](https://github.com/thegeeklab/hugo-geekdoc/issues/71))

### [`v0.8.6`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.8.6)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.5...v0.8.6)

### Changelog

#### [v0.8.6](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.5...v0.8.6) (2021-02-17)

##### Bug Fixes

-   replace markdownify with renderString to use render hooks ([#&#8203;65](https://github.com/thegeeklab/hugo-geekdoc/issues/65))

##### CI Pipeline

-   auto-generate changelog

### [`v0.8.5`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.8.5)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.4...v0.8.5)

### Changelog

#### [v0.8.5](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.4...v0.8.5) (2021-02-07)

##### Bug Fixes

-   set line-height in normalized h1 to avoid overlapping ([#&#8203;58](https://github.com/thegeeklab/hugo-geekdoc/issues/58))

##### Others

-   set a proper value for lighthouse throttling ([#&#8203;59](https://github.com/thegeeklab/hugo-geekdoc/issues/59))

### [`v0.8.4`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.8.4)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.3...v0.8.4)

### Changelog

#### v0.8.4 (2021-02-04)

##### Fixes

-   use custom render templates to fix references ([#&#8203;56](https://github.com/thegeeklab/hugo-geekdoc/issues/56))

### [`v0.8.3`](https://github.com/thegeeklab/hugo-geekdoc/releases/v0.8.3)

[Compare Source](https://github.com/thegeeklab/hugo-geekdoc/compare/v0.8.2...v0.8.3)

### Changelog

#### v0.8.3 (2021-01-24)

##### Features

-   add collapsible sections to bundle menu ([#&#8203;53](https://github.com/thegeeklab/hugo-geekdoc/issues/53))

##### Docs

-   fix gulp instructions in readme
-   fix link to Getting Started guide in readme ([#&#8203;44](https://github.com/thegeeklab/hugo-geekdoc/issues/44))

##### Others

-   **deps**: update dependency gulp-iconfont to v11 ([#&#8203;48](https://github.com/thegeeklab/hugo-geekdoc/issues/48))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled due to failing status checks.

♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Reviewed-on: #1
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-05-15 16:41:06 +02:00
Robert Kaussow 1dcadd5c7d
refactor ci
continuous-integration/drone/push Build is passing Details
2021-01-18 20:07:07 +01:00