mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Initial Version
This commit is contained in:
commit
76ee2dd12c
91 changed files with 7690 additions and 0 deletions
8
archetypes/default.md
Normal file
8
archetypes/default.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = ""
|
||||
slug = ""
|
||||
description = ""
|
||||
tags = []
|
||||
keywords = []
|
||||
categories = []
|
||||
+++
|
10
archetypes/page.md
Normal file
10
archetypes/page.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = ""
|
||||
slug = ""
|
||||
description = ""
|
||||
menu = "main"
|
||||
keywords = [""]
|
||||
categories = [""]
|
||||
tags = [""]
|
||||
+++
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue