21 lines
556 B
Markdown
21 lines
556 B
Markdown
## ServTeX
|
|
I made this because I wanted something like this. I have been learning Goland along the way, so some code may seem odd.
|
|
|
|
### AI-Disclaimer
|
|
> No Vibe Coding
|
|
|
|
The code has been minimally touched by AI in the form of helping me figure out the syntax and language oddities of Golang.
|
|
To reduce the 404s I also generated the favicon.
|
|
|
|
### Usage
|
|
Copy the executable and the config.json to the same directory and run
|
|
You may want to change the configuration as needed.
|
|
|
|
### Development
|
|
```go
|
|
go build
|
|
./servtex
|
|
```
|
|
or `make`, which contains the same.
|
|
|