aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/archetypes/docs
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/docs
downloadgreatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.tar.xz
greatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.zip
feat: Initial commit
Diffstat (limited to 'code/frontpage/archetypes/docs')
-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
3 files changed, 36 insertions, 0 deletions
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
+---