Попытка настроить дату обновления материала от гита
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
4ebee4f4cc
commit
66f4a9ecdb
@ -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
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user