This commit is contained in:
parent
61b329d668
commit
f1908d9a97
8
.dictionary
Normal file
8
.dictionary
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Kaussow
|
||||||
|
GDPR
|
||||||
|
hugo-geekblog
|
||||||
|
Hetzner
|
||||||
|
Minio
|
||||||
|
S3
|
||||||
|
thegeeklab
|
||||||
|
backend
|
@ -29,7 +29,7 @@ steps:
|
|||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install -g spellchecker-cli
|
- npm install -g spellchecker-cli
|
||||||
- spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
|
- spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title tags --no-suggestions
|
||||||
environment:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
@ -114,6 +114,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: e220fd19fcc087ca1cd9ac3bee409d70776ab5ebf4f926f962bc2856fe6a64f3
|
hmac: cadb7bad9f783ad249bb496ee2aaea04403e56b18b9249fb84e3f1b091e2f2ef
|
||||||
|
|
||||||
...
|
...
|
||||||
|
6
.markdownlint.yml
Normal file
6
.markdownlint.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
default: True
|
||||||
|
MD013: False
|
||||||
|
MD041: False
|
||||||
|
MD004:
|
||||||
|
style: dash
|
@ -2,7 +2,7 @@
|
|||||||
title: "Get in touch"
|
title: "Get in touch"
|
||||||
---
|
---
|
||||||
|
|
||||||
- E-Mail: mail [ett] thegeeklab.de
|
- E-Mail: <!-- spellchecker-disable -->mail [ett] thegeeklab.de<!-- spellchecker-enable -->
|
||||||
- Matrix: [@xoxys:rknet.org](https://matrix.to/#/@xoxys:rknet.org)
|
- Matrix: [@xoxys:rknet.org](https://matrix.to/#/@xoxys:rknet.org)
|
||||||
- XMPP: xoxys\@trashserver.net
|
- XMPP: xoxys\@trashserver.net
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user