Index page and post pages ready

This commit is contained in:
Senad Uka
2023-07-30 19:21:16 +02:00
parent 327e9caad7
commit b1561c4875
88 changed files with 273478 additions and 2 deletions

41
vendor/github.com/a-h/gemini/.goreleaser.yml generated vendored Normal file
View File

@@ -0,0 +1,41 @@
# See documentation at http://goreleaser.com
builds:
- env:
- CGO_ENABLED=0
dir: cmd
goos:
- linux
- windows
- darwin
goarch:
- 386
- arm
- arm64
- amd64
ignore:
- goos: darwin
goarch: 386
signs:
- artifacts: checksum
dockers:
- image_templates:
- adrianhesketh/gemini
extra_files:
- serve-gemini.sh
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'