Carew Development Team is announcing that Carew with version number 2.2.0 is already available to download.
What is Carew ?
Carew is A very small static site generator written in PHP, taking content stored in local Markdown files and creating beautiful websites out of them .
Inspired by Jekyll and coded on top of the Symfony PHP framework, Carew is a simple PHP CLI utility for assembling HTML websites out of basic templates and Markdown files. While the "Markdown+template+PHP->HTML" is not new, Carew does a good job at producing easy maintainable sites, using a very simplistic approach to both storing content and the template files themselves.The entire Carew core is extensible if developers need new features, and also features automatically generated navigation menus, pagination for blog index pages, syntax highlighting, and a basic Bootstrap-powered theme.Carew can also work on top of Git repositories, doesn't need any server-side compilation when serving files, supports RSS syndication, and also comes with support for SEO friendly URLs.All Carew templates are written using Twig, a well-known PHP template engine, so you can rest assured you'll find lots of tutorials to get started on creating your very own themes.
This is changelog for Carew version 2.2.0 :
- Fixed issue with link / toc / title with double quote.
You can read the complete changelog and also download this latest version on their homepage:
carew.github.io