mirror of
https://github.com/facundoolano/jorge.git
synced 2024-11-16 07:47:40 +01:00
e344dcb6ad
* update markdown and org renderers to use chrome highlighting * add example code blocks * fix missing nav in default layout * remove problematic code nowrap * add language to tutorial samples * set theme explicitly * allow setting highlight theme with config * fix config key for hl * try to handle both light dark settings gracefully * fix some problematic css color settings * fix missing raw template * fix weird chroma code height artifacts * improve tabler rendering in mobile * remove redundant default
26 lines
796 B
Modula-2
26 lines
796 B
Modula-2
module github.com/facundoolano/jorge
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.5.0
|
|
github.com/alecthomas/kong v0.8.1
|
|
github.com/elliotchance/orderedmap/v2 v2.2.0
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/niklasfasching/go-org v1.7.0
|
|
github.com/osteele/liquid v1.3.2
|
|
github.com/tdewolff/minify/v2 v2.20.16
|
|
github.com/yuin/goldmark v1.7.0
|
|
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
golang.org/x/text v0.3.3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/osteele/tuesday v1.0.3 // indirect
|
|
github.com/tdewolff/parse/v2 v2.7.11 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
)
|