updated to use golang chroma instead of python pygments

This commit is contained in:
Adam Piontek 2021-04-06 10:42:15 -04:00
parent 3bdfb5148b
commit a8e0b5d45d
9 changed files with 85 additions and 296 deletions

View file

@ -14,7 +14,7 @@ config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
config :home73k, :app_global_vars,
time_zone: "America/New_York",
blog_content: "priv/content",
pygmentize_bin: "priv/pygments/bin/pygmentize"
chroma_bin: "priv/chroma/chroma"
# Configures the endpoint
config :home73k, Home73kWeb.Endpoint,