Add Lotusdocs theme
This commit is contained in:
2
themes/lotusdocs/archetypes/default.md
Normal file
2
themes/lotusdocs/archetypes/default.md
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
||||
10
themes/lotusdocs/archetypes/docs.md
Normal file
10
themes/lotusdocs/archetypes/docs.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
weight: 999
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
icon: "article"
|
||||
date: "{{ .Date }}"
|
||||
lastmod: "{{ .Date }}"
|
||||
draft: true
|
||||
toc: true
|
||||
---
|
||||
Reference in New Issue
Block a user