aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-16 19:32:18 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-17 01:28:57 +0300
commit239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch)
treec576da169afc442f51eae6213ad0ff749ed86589 /archetypes
parent8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff)
Своя тема, полностью всё переделал
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/categories.md7
-rw-r--r--archetypes/default.md19
-rw-r--r--archetypes/post.md9
-rw-r--r--archetypes/project.md7
-rw-r--r--archetypes/tags.md5
5 files changed, 24 insertions, 23 deletions
diff --git a/archetypes/categories.md b/archetypes/categories.md
deleted file mode 100644
index d771b29..0000000
--- a/archetypes/categories.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-image:
-style:
- background: "#2a9d8f"
- color: "#fff"
---- \ No newline at end of file
diff --git a/archetypes/default.md b/archetypes/default.md
index 0556d3a..c6f6ab7 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,11 +1,8 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-description:
-date: {{ .Date }}
-image:
-math:
-license:
-hidden: false
-comments: true
-draft: true
---- \ No newline at end of file
++++
+title = "{{ replace .Name "-" " " | title }}"
+description = ""
+date = {{ .Date }}
+categories = [ "Без рубрики" ]
+tags = [ "разное" ]
++++
+
diff --git a/archetypes/post.md b/archetypes/post.md
new file mode 100644
index 0000000..e0be702
--- /dev/null
+++ b/archetypes/post.md
@@ -0,0 +1,9 @@
++++
+title = "{{ replace .Name "-" " " | title }}"
+description = ""
+date = {{ .Date }}
+categories = [ "Без рубрики" ]
+tags = [ "разное" ]
+location = "Казань"
++++
+
diff --git a/archetypes/project.md b/archetypes/project.md
new file mode 100644
index 0000000..e1e025c
--- /dev/null
+++ b/archetypes/project.md
@@ -0,0 +1,7 @@
++++
+title = "{{ replace .Name "-" " " | title }}"
+description = ""
+project_url = ""
+git_url = ""
++++
+
diff --git a/archetypes/tags.md b/archetypes/tags.md
deleted file mode 100644
index 2fd2fd7..0000000
--- a/archetypes/tags.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-description:
-image:
---- \ No newline at end of file