Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2021-02-20 23:39:31 +0300
committerGitHub <noreply@github.com>2021-02-20 23:39:31 +0300
commit1cf78cea4fe0ac4b940ebbb685ef7871834d3121 (patch)
treee75d6114f58603cb9e3b2d000408c2fddae4d8b1 /.drone.yml
parentd9daf73afb2ebc911a7b4e31d607b22909bae190 (diff)
feat: add custom img shortcode (#71)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index ab7fee3..ab4e03d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -159,7 +159,7 @@ steps:
image: node:lts-alpine
commands:
- npm install -g spellchecker-cli
- - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
+ - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --no-suggestions
environment:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
@@ -252,6 +252,6 @@ depends_on:
---
kind: signature
-hmac: fae8f99db3daee8b04423ca2f8c9f1aa0547a1902fcf7f90a17f9e39fcc302a9
+hmac: e7f2792705cf2a50d0d2c3aca83d5b715c56d1199ae838d0e8cd9dc89e0da305
...