Попытка настроить дату обновления материала от гита
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Struchkov Mark 2024-09-04 23:29:33 +03:00
parent 4ebee4f4cc
commit 66f4a9ecdb
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
2 changed files with 7 additions and 2 deletions

View File

@ -11,6 +11,11 @@ image_pull_secrets:
- DOCKER_AUTH - DOCKER_AUTH
steps: steps:
- name: clone
image: alpine/git
commands:
- git clone https://github.com/octocat/hello-world.git .
- git checkout https://git.struchkov.dev/upagge/digital-garden.git
- name: build site - name: build site
# https://hub.docker.com/r/library/docker # https://hub.docker.com/r/library/docker
pull: always pull: always
@ -50,6 +55,6 @@ steps:
# drone sign --save upagge/digital-garden # drone sign --save upagge/digital-garden
--- ---
kind: signature kind: signature
hmac: 5024471b462482086caed03df61c919e6d7febe1069a08422d81ebdc5bb06a8b hmac: f53021911cf99e606d90ca32fc65c9b9354677ca10490c09401a03a52357db3a
... ...

View File

@ -53,7 +53,7 @@ const config: QuartzConfig = {
transformers: [ transformers: [
Plugin.FrontMatter(), Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({ Plugin.CreatedModifiedDate({
priority: ["git", "filesystem", "frontmatter"], priority: ["git", "frontmatter"],
}), }),
Plugin.SyntaxHighlighting({ Plugin.SyntaxHighlighting({
theme: { theme: {