Releases: denisftw/s2gen
Version 0.2.7
The 7th public release of s2gen which doesn't add any new features but corrects several log messages.
Version 0.2.6
The 6th public release of s2gen which adds the following:
- Starts Jetty in the embedded mode to serve static content on a specified port
A new property needs to be added to the s2gen.json
:
{
"server": {
"port": 8080
}
}
You can also start the monitoring without starting the server by supplying the -noserver
flag.
Version 0.2.5
The 5th public release of s2gen which adds the following:
- Allowing to run the generator with the
-once
flag without starting the monitor
Version 0.2.4
The fourth public release of s2gen, which is mainly a bug-fix release that contains mostly internal changes:
- Switching from ScalaZ Task to Monix Task
- Switching from Typesafe Config to JSON
As a result, instead of s2gen.conf
, the generator now expects s2gen.json
. The old file can be easily converted into a JSON by hand.
Version 0.2.3
The third public release of s2gen which adds the following:
- Allowing to extract parts of the blog post as a preview
Version 0.2.2
The second public release of s2gen which adds the following:
- Support for custom templates
- Ability to run on older JVMs
Obviously, it still includes features released in previous versions :
- project skeleton generation
- monitoring for file changes
- adding
target="_blank"
to external links - generating post URLs without
html
extensions
s2gen uses Markdown for content and Freemarker for templating.
v0.2.1
The first public release of s2gen. At the moment, it already supports the following:
- project skeleton generation
- monitoring for file changes
- adding
target="_blank"
to external links - generating post URLs without
html
extensions
s2gen uses Markdown for content and Freemarker for templating.