Commit dc3ede1 1 parent a56c244 commit dc3ede1 Copy full SHA for dc3ede1
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
NPM_CONFIG_LOGLEVEL : error
27
27
28
28
- name : testbuild
29
- image : thegeeklab/hugo:0.114.0
29
+ image : thegeeklab/hugo:0.115.2
30
30
commands :
31
31
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
32
32
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
@@ -173,7 +173,7 @@ steps:
173
173
- refs/pull/**
174
174
175
175
- name : build
176
- image : thegeeklab/hugo:0.114.0
176
+ image : thegeeklab/hugo:0.115.2
177
177
commands :
178
178
- hugo --panicOnWarning -s exampleSite/
179
179
Original file line number Diff line number Diff line change 1
1
# Geekdoc
2
2
3
3
[ ![ Build Status] ( https://img.shields.io/drone/build/thegeeklab/hugo-geekdoc?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de )] ( https://drone.thegeeklab.de/thegeeklab/hugo-geekdoc )
4
- [ ![ Hugo Version] ( https://img.shields.io/badge/hugo-0.93 -blue.svg )] ( https://gohugo.io )
4
+ [ ![ Hugo Version] ( https://img.shields.io/badge/hugo-0.112 -blue.svg )] ( https://gohugo.io )
5
5
[ ![ GitHub release] ( https://img.shields.io/github/v/release/thegeeklab/hugo-geekdoc )] ( https://github.com/thegeeklab/hugo-geekdoc/releases/latest )
6
6
[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/thegeeklab/hugo-geekdoc )] ( https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors )
7
7
[ ![ License: MIT] ( https://img.shields.io/github/license/thegeeklab/hugo-geekdoc )] ( https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ geekdocAnchor: false
9
9
<!-- markdownlint-disable MD033 -->
10
10
11
11
<span class =" badge-placeholder " >[ ![ Build Status] ( https://img.shields.io/drone/build/thegeeklab/hugo-geekdoc?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de )] ( https://drone.thegeeklab.de/thegeeklab/hugo-geekdoc ) </span >
12
- <span class =" badge-placeholder " >[ ![ Hugo Version] ( https://img.shields.io/badge/hugo-0.93 -blue.svg )] ( https://gohugo.io ) </span >
12
+ <span class =" badge-placeholder " >[ ![ Hugo Version] ( https://img.shields.io/badge/hugo-0.112 -blue.svg )] ( https://gohugo.io ) </span >
13
13
<span class =" badge-placeholder " >[ ![ GitHub release] ( https://img.shields.io/github/v/release/thegeeklab/hugo-geekdoc )] ( https://github.com/thegeeklab/hugo-geekdoc/releases/latest ) </span >
14
14
<span class =" badge-placeholder " >[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/thegeeklab/hugo-geekdoc )] ( https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors ) </span >
15
15
<span class =" badge-placeholder " >[ ![ License: MIT] ( https://img.shields.io/github/license/thegeeklab/hugo-geekdoc )] ( https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE ) </span >
Original file line number Diff line number Diff line change 1
1
{{ $geekdocRepo := default (default false .Site.Params.geekdocRepo) .Page.Params.geekdocRepo }}
2
2
{{ $geekdocEditPath := default (default false .Site.Params.geekdocEditPath) .Page.Params.geekdocEditPath }}
3
3
{{ if .File }}
4
- {{ $.Scratch.Set "geekdocFilePath" (default (path.Join (default "content" .Site.Params.contentDir) .File.Path ) .Page.Params.geekdocFilePath) }}
4
+ {{ $.Scratch.Set "geekdocFilePath" (default (strings.TrimPrefix hugo.WorkingDir .File.Filename ) .Page.Params.geekdocFilePath) }}
5
5
{{ else }}
6
6
{{ $.Scratch.Set "geekdocFilePath" false }}
7
7
{{ end }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Hugo theme made for documentation"
5
5
homepage = " https://geekdocs.de/"
6
6
demosite = " https://geekdocs.de/"
7
7
tags = [" docs" , " documentation" , " responsive" , " simple" ]
8
- min_version = " 0.93 .0"
8
+ min_version = " 0.112 .0"
9
9
10
10
[author ]
11
11
name = " Robert Kaussow"
You can’t perform that action at this time.
0 commit comments