https://github.com/mdgriffith/elmsmith
A Static Site Generator in Elm
https://github.com/mdgriffith/elmsmith
Last synced: 4 months ago
JSON representation
A Static Site Generator in Elm
- Host: GitHub
- URL: https://github.com/mdgriffith/elmsmith
- Owner: mdgriffith
- License: bsd-3-clause
- Created: 2016-01-31T15:31:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T17:56:17.000Z (over 10 years ago)
- Last Synced: 2025-05-30T01:37:50.540Z (about 1 year ago)
- Language: HTML
- Size: 72.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.