pagr

A 'static site generator', built using dati.
Log | Files | Refs | Atom

go.mod (120B)


      1 module notabug.org/gearsix/pagr
      2 
      3 go 1.13
      4 
      5 require (
      6 	github.com/yuin/goldmark v1.4.0
      7 	notabug.org/gearsix/suti v0.7.1
      8 )