dmy / elm-doc-preview

Elm offline documentation previewer
https://www.npmjs.com/package/elm-doc-preview
Other
126 stars 15 forks source link

Use Hugo templates to avoid duplicate HTML code #12

Closed rlefevre closed 5 years ago

rlefevre commented 5 years ago

We could use Hugo templates to avoid duplicate html between index.html, noindex.html and local.html as it is supported by netlify.

rlefevre commented 5 years ago

The online version is now a fork in online branch, as there is not enough common code to justify keeping it with the npm package. So the master since 3.0.0-rc1 does not have any duplicate HTML anymore.