alfredbaudisch / pardall_markdown

Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Apache License 2.0
115 stars 7 forks source link

Remove the configuration :site_name, it's not used by the framework itself, only by consuming applications #34

Closed alfredbaudisch closed 3 years ago

alfredbaudisch commented 3 years ago

PardallMarkdown itself has no use for :site_name. It's a leftover from the beginning of the project. The sample Phoenix application that uses it, so the configuration is on a per application basis.