Blog/.markdownlint.json
Marco Blessing a686be9055
prepare initial release (#2)
* force dark mode

* add node based build

* add markdown lint

* fix markdown lint issues

* add custom caddy file

* fix page lookup for error page

* disable pagination

* adjus trivy behavior

* exclude mardkownlint from docker build

* fix trivy step and add umami tracking code

* set data-domain to exclude forks adding stats
2022-01-04 09:27:51 +01:00

10 lines
201 B
JSON

{
"comment": "OCram85.com rules",
"default": true,
"line_length": false,
"no-inline-html": false,
"no-trailing-punctuation": false,
"no-duplicate-heading": false,
"no-bare-urls": false
}