Load HTML templates and SCSS styling
This commit is contained in:
parent
8daaa1b330
commit
d347551455
10 changed files with 581 additions and 22 deletions
10
go.mod
10
go.mod
|
@ -2,4 +2,12 @@ module prose
|
|||
|
||||
go 1.15
|
||||
|
||||
require github.com/yuin/goldmark v1.3.1
|
||||
require (
|
||||
github.com/aymerick/raymond v2.0.2+incompatible
|
||||
github.com/mitchellh/mapstructure v1.4.1
|
||||
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/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue