Skip to content

v0.1.0

Compare
Choose a tag to compare
@jellyterra jellyterra released this 18 May 12:56
· 51 commits to master since this release
339dea1

Changelog for v0.1.0

Site generator

  • Invoke page generator for *.pagine files.
  • Copy all files except ignored or *.pagine files.
  • Relative path filter based on regular expression.

Page generator

  • Individual text/HTML generation based on Go template.
  • Match the corresponding content generator based on the content file name suffix.

Content source support

  • Markdown

HTTP server

  • Automatically fully generate on file change.

pagine.toml

  • ignore field.

*.pagine

  • template, [content], [data] fields.