chore: end of the year maintenance

uci-hugo-doc
Robert Kaussow 2021-12-21 10:37:09 +01:00
parent fe044fa612
commit f6321e0ee9
No known key found for this signature in database
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 19 additions and 17 deletions

View File

@ -17,7 +17,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.83.1
image: thegeeklab/hugo:0.91.0
commands:
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
- hugo -s exampleSite/ -b http://localhost/
@ -195,7 +195,7 @@ steps:
- refs/pull/**
- name: build
image: thegeeklab/hugo:0.83.1
image: thegeeklab/hugo:0.91.0
commands:
- hugo -s exampleSite/
@ -276,6 +276,6 @@ depends_on:
---
kind: signature
hmac: 7ff8e2d8c4025380a8ca176f7c2bf99565a766e492755187d813a9e08a920c1d
hmac: a61d16aa7a47108fbef3836588111f16f52d280497cfe0aab14bcd726728b297
...

View File

@ -6,3 +6,4 @@ _normalize.css
themes/
static/js/
src/favicon/
LICENSE

29
LICENSE
View File

@ -1,20 +1,21 @@
The MIT License (MIT)
MIT License
Copyright (c) 2021 Robert Kaussow
Copyright (c) 2022 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.