mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-23 05:30:41 +00:00
chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.136.5 (#594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
4e36dc13b9
commit
f67e0358d1
@ -8,7 +8,7 @@ ci:
|
|||||||
- http://localhost/404.html
|
- http://localhost/404.html
|
||||||
- http://localhost/posts/usage/getting-started/
|
- http://localhost/posts/usage/getting-started/
|
||||||
settings:
|
settings:
|
||||||
chromeFlags: "--no-sandbox"
|
chromeFlags: "--no-sandbox --headless --disable-dev-shm-usage"
|
||||||
onlyCategories: ["performance", "accessibility", "best-practices", "seo"]
|
onlyCategories: ["performance", "accessibility", "best-practices", "seo"]
|
||||||
skipAudits:
|
skipAudits:
|
||||||
[
|
[
|
||||||
|
@ -44,7 +44,7 @@ steps:
|
|||||||
- event: [pull_request]
|
- event: [pull_request]
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: quay.io/thegeeklab/hugo:0.133.0
|
image: quay.io/thegeeklab/hugo:0.136.5
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning -s exampleSite/
|
- hugo --panicOnWarning -s exampleSite/
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ steps:
|
|||||||
FORCE_COLOR: "true"
|
FORCE_COLOR: "true"
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: quay.io/thegeeklab/hugo:0.133.0
|
image: quay.io/thegeeklab/hugo:0.136.5
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
|
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
|
||||||
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
|
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
|
||||||
|
@ -8,7 +8,8 @@ enableGitInfo: true
|
|||||||
timeout: 180000
|
timeout: 180000
|
||||||
pluralizeListTitles: false
|
pluralizeListTitles: false
|
||||||
|
|
||||||
paginate: 5
|
pagination:
|
||||||
|
pagerSize: 5
|
||||||
|
|
||||||
markup:
|
markup:
|
||||||
goldmark:
|
goldmark:
|
||||||
|
@ -7,6 +7,8 @@ date = 2020-06-22T20:00:00+02:00
|
|||||||
|
|
||||||
By default, the admonition is rendered with a plain text label. To enable font icons the document attribute `:icons: font` need to be set.
|
By default, the admonition is rendered with a plain text label. To enable font icons the document attribute `:icons: font` need to be set.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
== Example
|
== Example
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
|
@ -6,6 +6,10 @@ date = 2020-06-22T20:00:00+02:00
|
|||||||
:toc:
|
:toc:
|
||||||
:toclevels: 2
|
:toclevels: 2
|
||||||
|
|
||||||
|
AsciiDoc admonitions are special callout blocks that highlight important information in documentation using distinct visual styles and icons.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
{{< toc >}}
|
{{< toc >}}
|
||||||
|
|
||||||
== Admonition types
|
== Admonition types
|
||||||
|
@ -26,7 +26,9 @@ baseURL = "http://localhost"
|
|||||||
title = "Geekblog"
|
title = "Geekblog"
|
||||||
theme = "hugo-geekblog"
|
theme = "hugo-geekblog"
|
||||||
|
|
||||||
paginate = 5
|
[pagination]
|
||||||
|
pagerSize = 5
|
||||||
|
|
||||||
pluralizeListTitles = false
|
pluralizeListTitles = false
|
||||||
|
|
||||||
# Required to get well formatted code blocks
|
# Required to get well formatted code blocks
|
||||||
@ -157,7 +159,9 @@ baseURL: "http://localhost"
|
|||||||
title: "Geekblog"
|
title: "Geekblog"
|
||||||
theme: "hugo-geekblog"
|
theme: "hugo-geekblog"
|
||||||
|
|
||||||
paginate: 5
|
pagination:
|
||||||
|
pagerSize: 5
|
||||||
|
|
||||||
pluralizeListTitles: false
|
pluralizeListTitles: false
|
||||||
|
|
||||||
# Required to get well formatted code blocks
|
# Required to get well formatted code blocks
|
||||||
|
Loading…
Reference in New Issue
Block a user