Packages

Content Management System for static sites, like Jekyll but with elixir/eex rather than liquid templates

Current section

Files

Jump to
dragon lib context.ex
Raw

lib/context.ex

defmodule Dragon.Context do
@moduledoc false
defmacro __using__(_) do
quote location: :keep do
@config_file "_dragon.yml"
import Rivet.Utils.Cli.Print
import Dragon.Abort
end
end
end