Releases: ipavl/flamel
Releases · ipavl/flamel
v0.4.0
Flamel v0.3.0
The initial "actual" release of Flamel.
What works
- Generating HTML pages from Markdown content and uses partial HTML files as "templates"
What doesn't
- Preview server
- Outputting generated files to a separate directory than their source files
- Support for Markdown files that don't use the
.md
extension (e.g..markdown
) - Built-in SASS support or anything fancy like that
- Most error handling
v0.2.1
v0.2.0: Outputted pages no longer include the metadata block in the page content
Pre-release
Made the source Markdown files be read into an array, which is transformed into a multiline string and rebuilt without the metadata block before being converted to HTML.