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

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
# SCDocs
## Introduction
SCDocs is a static site generated by [Hugo](https://gohugo.io/) and [Hugo Book Theme](https://github.com/alex-shpak/hugo-book).
Created by the student union of Upper Secondary, DSAS
## Run in local
Clone the repository:
```bash
git clone https://github.com/JamesFlare1212/SCDocs.git
```
Then, install Hugo.
For Linux:
```bash
wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.deb
dpkg -i hugo_extended_0.122.0_linux-amd64.deb
```
For MacOS:
```bash
brew install hugo
```
Server the blog locally:
```bash
cd SCDocs
hugo server
```
Open the browser and go to `http://localhost:1313/` to see the blog.