chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.32.3 #66

Closed
renovator wants to merge 47 commits from renovate/thegeeklab-hugo-geekdoc-0.x into master
8 changed files with 182 additions and 18 deletions

View File

@ -15,8 +15,6 @@ https://gitea.rknet.org/ansible/xoxys.gitea;docs;content/roles/cloud/gitea
https://gitea.rknet.org/ansible/xoxys.haveged;docs;content/roles/security/haveged
https://gitea.rknet.org/ansible/xoxys.homeassistant_docker;docs;content/roles/iot/homeassistant_docker
https://gitea.rknet.org/ansible/xoxys.iptables;docs;content/roles/security/iptables
https://gitea.rknet.org/ansible/xoxys.jellyfin;docs;content/roles/cloud/jellyfin
https://gitea.rknet.org/ansible/xoxys.kanboard_docker;docs;content/roles/cloud/kanboard_docker
https://gitea.rknet.org/ansible/xoxys.kernel;docs;content/roles/system/kernel
https://gitea.rknet.org/ansible/xoxys.ldap_proxy;docs;content/roles/system/ldap_proxy
https://gitea.rknet.org/ansible/xoxys.lvm;docs;content/roles/system/lvm
@ -26,7 +24,6 @@ https://gitea.rknet.org/ansible/xoxys.mosquitto;docs;content/roles/iot/mosquitto
https://gitea.rknet.org/ansible/xoxys.motd;docs;content/roles/system/motd
https://gitea.rknet.org/ansible/xoxys.network;docs;content/roles/networking/network
https://gitea.rknet.org/ansible/xoxys.nginx;docs;content/roles/system/nginx
https://gitea.rknet.org/ansible/xoxys.nodejs;docs;content/roles/programming/nodejs
https://gitea.rknet.org/ansible/xoxys.ntp;docs;content/roles/system/ntp
https://gitea.rknet.org/ansible/xoxys.pam;docs;content/roles/system/pam
https://gitea.rknet.org/ansible/xoxys.postfix_relay;docs;content/roles/system/postfix_relay
@ -47,7 +44,6 @@ https://gitea.rknet.org/ansible/xoxys.pve;docs;content/roles/cloud/pve
https://gitea.rknet.org/ansible/xoxys.ucs;docs;content/roles/cloud/ucs
https://gitea.rknet.org/ansible/xoxys.update;docs;content/roles/misc/update
https://gitea.rknet.org/ansible/xoxys.docker_tidy;docs;content/roles/system/docker_tidy
https://gitea.rknet.org/ansible/xoxys.corenetworks_dns;docs;content/roles/cloud/corenetworks_dns
https://gitea.rknet.org/ansible/xoxys.ucs_dns;docs;content/roles/cloud/ucs_dns
https://gitea.rknet.org/ansible/xoxys.openvpn_client;docs;content/roles/security/openvpn_client
https://gitea.rknet.org/ansible/xoxys.hcloud_server;docs;content/roles/cloud/hcloud_server
@ -60,3 +56,9 @@ https://gitea.rknet.org/ansible/xoxys.redis;docs;content/roles/database/redis
https://gitea.rknet.org/ansible/xoxys.pve_sd;docs;content/roles/cloud/pve_sd
https://gitea.rknet.org/ansible/xoxys.grafana;docs;content/roles/cloud/grafana
https://gitea.rknet.org/ansible/xoxys.renovate_bot;docs;content/roles/cloud/renovate_bot
https://gitea.rknet.org/ansible/xoxys.chrony;docs;content/roles/system/chrony
https://gitea.rknet.org/ansible/xoxys.firewalld;docs;content/roles/security/firewalld
https://gitea.rknet.org/ansible/xoxys.auditd;docs;content/roles/security/auditd
https://gitea.rknet.org/ansible/xoxys.k3s;docs;content/roles/cloud/k3s
https://gitea.rknet.org/ansible/xoxys.wireguard;docs;content/roles/security/wireguard
https://gitea.rknet.org/ansible/xoxys.udev;docs;content/roles/security/udev

View File

@ -23,42 +23,41 @@ steps:
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore
- name: spellcheck
image: node:lts-alpine
image: thegeeklab/alpine-tools
commands:
- npm install -g spellchecker-cli
- spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/*' '!content/modules/*' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions
environment:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.97.3
image: thegeeklab/hugo:0.114.0
commands:
- hugo --panicOnWarning -b http://localhost:8000/
- name: link-validation
image: thegeeklab/link-validator
commands:
- link-validator --nice --external --skip-file .linkcheckignore
- link-validator --color=always --rate-limit 10
environment:
LINK_VALIDATOR_BASE_DIR: public
LINK_VALIDATOR_RETRIES: 3
- name: build
image: thegeeklab/hugo:0.97.3
image: thegeeklab/hugo:0.114.0
commands:
- hugo --panicOnWarning
- name: beautify
image: node:lts-alpine
image: thegeeklab/alpine-tools
commands:
- npm install -g js-beautify
- html-beautify -r -f 'public/**/*.html'
environment:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
- name: publish
image: plugins/s3-sync
image: thegeeklab/drone-s3-sync
settings:
access_key:
from_secret: s3_access_key
@ -73,17 +72,17 @@ steps:
target: /${DRONE_REPO_NAME}
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
trigger:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
- refs/pull/**
---
kind: signature
hmac: 2f47b780a063473f8ecdbdd23e204eb5d2262e4b7fa957ffc3534fbce3968d33
hmac: 2db700d3dac29661026661677dbd7687ee461c3496436169dbb547a3a48abccb
...

1
.gitignore vendored
View File

@ -8,7 +8,6 @@
# auto-generated files
/themes/
/public/
/static/
/resources/
/content/roles/*/**/
/content/collections/

View File

View File

@ -1,8 +1,9 @@
# renovate: datasource=github-releases depName=thegeeklab/hugo-geekdoc
THEME_VERSION := v0.29.5
THEME_VERSION := v0.39.7
THEME := hugo-geekdoc
BASEDIR := .
THEMEDIR := $(BASEDIR)/themes
CONTENTDIR := $(BASEDIR)/content
.PHONY: all
all: doc
@ -18,3 +19,4 @@ doc-assets:
.PHONY: clean
clean:
rm -rf $(THEMEDIR) && \
rm -rf $(CONTENTDIR)/roles/*/**/

View File

@ -6,4 +6,4 @@ title: Documentation
You should not trust any Ansible resource on the internet without verification! Beside that, listed Ansible roles getting not versioned right now and **breaking changes** may happen and possibly damage your deployment. Use it at your own risk.
{{< /hint >}}
This project provides documentation for most of my Ansible roles. The goal is to make it more useful to others and showcase some possibilities. If you want to contact me you can use one of the listed [channels](https://thegeeklab.de/contact/).
This project provides documentation for most of my Ansible roles. The goal is to make it more useful to others and showcase some possibilities. If you want to contact me you can use one of the listed [channels](https://thegeeklab.de/about/#contact).

162
static/socialmedia.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 31 KiB