mdgriffith / Elmsmith

A Static Site Generator in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-static

A Static Site Generator in Elm

Desired Features

  • Typesafe URLs - Meaning links are either provided as a type for local urls, and external urls are flagged as such.

    • This allows checking of url validity. External urls can be GET'ed on build to ensure that they actually exist
  • Typechecked Models/Content - If content is missing a necessary field, it should give a build error

  • Integration with existing HTML/CSS -

  • Content be written in markdown -

  • Potential means for plugins? - Simple example would be google analytics.

About

A Static Site Generator in Elm

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 98.8%Language:Elm 1.2%