how to llm

This commit is contained in:
JamesFlare1212
2024-04-15 11:46:15 -04:00
parent 5619ea3b82
commit e59826cf81
13 changed files with 138 additions and 1748 deletions

10
archetypes/docs.md Normal file
View 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
View 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
---