server, post: add about images for social media

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2021-12-17 03:09:04 -05:00
parent 4fd8925116
commit 4c39700474
36 changed files with 216 additions and 3 deletions

3
go.mod
View file

@ -4,12 +4,15 @@ go 1.15
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/rjeczalik/notify v0.9.2
github.com/wellington/go-libsass v0.9.2
github.com/yuin/goldmark v1.3.1
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
github.com/yuin/goldmark-meta v1.0.0
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
)