shtola 0.3.0-alpha1

Minimal static site generator
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Added Tera layouts support.
- Added this here changelog.

## [0.2.1] - 2021-07-07

### Changed

- Enabled docs.rs to build all features.

## [0.2.0] - 2021-07-07

### Added

- Implemented `Default` for `ShFile`.

### Changed

- Inlined plugins into the crate itself. This means that now, you control the plugins shtola comes with
  not via installing extra crates, but via enabling crate features on the main `shtola` crate. This saves me
  a stupid amount of maintenance overhead.
- Upgraded `ware` from 1.0 to 2.0. This is a larger refactor that changes the way shtola plugins work. For reference,
  see the docs.rs page, examples and tests.
- Updated the main example to actually do something cool. It now pulls the system time.

### Fixed

- Removed a line break that caused the link to docs.rs to break.