aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
commit940af50d96e9a7916674d237dec53738ab776103 (patch)
tree8309097577c27913d094edfbe60d880da968e680 /archetypes
parentbd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff)
Auto-commit 2025-01-02
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md16
-rw-r--r--archetypes/go.md14
-rw-r--r--archetypes/posts.md20
-rw-r--r--archetypes/project.md12
4 files changed, 33 insertions, 29 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index c6f6ab7..375ee3c 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,8 +1,10 @@
-+++
-title = "{{ replace .Name "-" " " | title }}"
-description = ""
-date = {{ .Date }}
-categories = [ "Без рубрики" ]
-tags = [ "разное" ]
-+++
+---
+title: "{{ replace .Name "-" " " | title }}"
+description: ""
+date: {{ .Date }}
+categories:
+ - Без рубрики
+tags:
+ - разное
+---
diff --git a/archetypes/go.md b/archetypes/go.md
index e525746..622fa9c 100644
--- a/archetypes/go.md
+++ b/archetypes/go.md
@@ -1,7 +1,7 @@
-+++
-title = "{{ replace .Name "-" " " | title }}"
-name = "{{ .Name }}"
-repository = "https://git.neonxp.ru/{{ .Name }}.git"
-description = ""
-gomod = true
-+++ \ No newline at end of file
+---
+title: {{ replace .Name "-" " " | title }}
+name: {{ .Name }}
+repository: https://git.neonxp.ru/{{ .Name }}.git
+description:
+gomod: true
+--- \ No newline at end of file
diff --git a/archetypes/posts.md b/archetypes/posts.md
index 9294478..1fbd47a 100644
--- a/archetypes/posts.md
+++ b/archetypes/posts.md
@@ -1,10 +1,12 @@
-+++
-title = ""
-description = ""
-date = {{ .Date }}
-categories = [ "Без рубрики" ]
-tags = [ "разное" ]
-location = "Казань"
-image=""
-+++
+---
+title:
+description:
+date: {{ .Date }}
+categories:
+ - Без рубрики
+tags:
+ - разное
+location: Казань
+image:
+---
diff --git a/archetypes/project.md b/archetypes/project.md
index e1e025c..645e467 100644
--- a/archetypes/project.md
+++ b/archetypes/project.md
@@ -1,7 +1,7 @@
-+++
-title = "{{ replace .Name "-" " " | title }}"
-description = ""
-project_url = ""
-git_url = ""
-+++
+---
+title: {{ replace .Name "-" " " | title }}
+description:
+project_url:
+git_url: = ""
+---