Skip to content

Releases: ipavl/flamel

v0.4.0

08 Mar 17:26
Compare
Choose a tag to compare

New features

  • File watcher to automatically regenerate pages when a .md file is changed (currently regenerates all .md files)
  • Preview server to view generated website (runs on http://localhost:8141)

Flamel v0.3.0

26 Oct 01:19
Compare
Choose a tag to compare

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

30 Oct 00:30
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
Added elapsed timer for creating the output files

v0.2.0: Outputted pages no longer include the metadata block in the page content

30 Oct 00:30
Compare
Choose a tag to compare
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.