how to llm
This commit is contained in:
10
archetypes/docs.md
Normal file
10
archetypes/docs.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "{{ .Name | humanize | title }}"
|
||||
weight: 1
|
||||
# bookFlatSection: false
|
||||
# bookToc: true
|
||||
# bookHidden: false
|
||||
# bookCollapseSection: false
|
||||
# bookComments: false
|
||||
# bookSearchExclude: false
|
||||
---
|
||||
16
archetypes/posts.md
Normal file
16
archetypes/posts.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "{{ .Name | humanize | title }}"
|
||||
date: {{ .Date }}
|
||||
linktitle: "{{ .Name | humanize | title }}"
|
||||
menu:
|
||||
main:
|
||||
parent:
|
||||
tags:
|
||||
-
|
||||
categories:
|
||||
-
|
||||
summary:
|
||||
next:
|
||||
prev:
|
||||
weight: 0
|
||||
---
|
||||
Reference in New Issue
Block a user