aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/archetypes
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2023-02-25 13:15:44 +0100
committerivarlovlie <git@ivarlovlie.no>2023-02-25 13:15:44 +0100
commit900bb5e845c3ad44defbd427cae3d44a4a43321f (patch)
treedf3d96a93771884add571e82336c29fc3d9c7a1c /code/frontpage/archetypes
downloadgreatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.tar.xz
greatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.zip
feat: Initial commit
Diffstat (limited to 'code/frontpage/archetypes')
-rw-r--r--code/frontpage/archetypes/blog.md15
-rw-r--r--code/frontpage/archetypes/default.md8
-rw-r--r--code/frontpage/archetypes/docs.md15
-rw-r--r--code/frontpage/archetypes/docs/_index.md10
-rw-r--r--code/frontpage/archetypes/docs/lorem/_index.md10
-rw-r--r--code/frontpage/archetypes/docs/lorem/ipsum/index.md16
6 files changed, 74 insertions, 0 deletions
diff --git a/code/frontpage/archetypes/blog.md b/code/frontpage/archetypes/blog.md
new file mode 100644
index 0000000..24c911b
--- /dev/null
+++ b/code/frontpage/archetypes/blog.md
@@ -0,0 +1,15 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+description: ""
+excerpt: ""
+date: {{ .Date }}
+lastmod: {{ .Date }}
+draft: true
+weight: 50
+images: []
+categories: []
+tags: []
+contributors: []
+pinned: false
+homepage: false
+---
diff --git a/code/frontpage/archetypes/default.md b/code/frontpage/archetypes/default.md
new file mode 100644
index 0000000..d8210df
--- /dev/null
+++ b/code/frontpage/archetypes/default.md
@@ -0,0 +1,8 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+description: ""
+date: {{ .Date }}
+lastmod: {{ .Date }}
+draft: true
+images: []
+---
diff --git a/code/frontpage/archetypes/docs.md b/code/frontpage/archetypes/docs.md
new file mode 100644
index 0000000..8089a43
--- /dev/null
+++ b/code/frontpage/archetypes/docs.md
@@ -0,0 +1,15 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+description: ""
+lead: ""
+date: {{ .Date }}
+lastmod: {{ .Date }}
+draft: true
+images: []
+menu:
+ docs:
+ parent: ""
+ identifier: "{{ .Name }}-{{ delimit (shuffle (split (md5 .Name) "" )) "" }}"
+weight: 999
+toc: true
+---
diff --git a/code/frontpage/archetypes/docs/_index.md b/code/frontpage/archetypes/docs/_index.md
new file mode 100644
index 0000000..3ed0540
--- /dev/null
+++ b/code/frontpage/archetypes/docs/_index.md
@@ -0,0 +1,10 @@
+---
+title: "Docs"
+description: ""
+lead: ""
+date: 2022-01-25T14:40:56+01:00
+lastmod: 2022-01-25T14:40:56+01:00
+draft: false
+images: []
+type: docs
+---
diff --git a/code/frontpage/archetypes/docs/lorem/_index.md b/code/frontpage/archetypes/docs/lorem/_index.md
new file mode 100644
index 0000000..c1b50ae
--- /dev/null
+++ b/code/frontpage/archetypes/docs/lorem/_index.md
@@ -0,0 +1,10 @@
+---
+title: "Lorem"
+description: ""
+lead: ""
+date: 2022-01-25T14:41:21+01:00
+lastmod: 2022-01-25T14:41:21+01:00
+draft: false
+images: []
+type: docs
+---
diff --git a/code/frontpage/archetypes/docs/lorem/ipsum/index.md b/code/frontpage/archetypes/docs/lorem/ipsum/index.md
new file mode 100644
index 0000000..6264981
--- /dev/null
+++ b/code/frontpage/archetypes/docs/lorem/ipsum/index.md
@@ -0,0 +1,16 @@
+---
+title: "Ipsum"
+description: ""
+lead: ""
+date: 2022-01-25T14:41:39+01:00
+lastmod: 2022-01-25T14:41:39+01:00
+draft: false
+images: []
+type: docs
+menu:
+ {{ .Section }}:
+ parent: "lorem"
+ identifier: "{{ .Name }}-{{ delimit (shuffle (split (md5 .Name) "" )) "" }}"
+weight: 100
+toc: true
+---