Releases: crempp/mdweb
Releases · crempp/mdweb
Version 0.3
This version adds many features that make using MDWeb easier and more enjoyable.
New Features
- Added
nav_slug
andnav_id
attributes to navigation object (#30) - Inject current page object to context (#31)
- Page list sort Jinja filter (#49)
- Debug helper UI (#43)
- Added Google Analytics support (#27)
- Render 4XX and 500.md files when returning those statuses (#20)
- Updates to the bootstrap theme and demo content (#40)
- Added page abstract (first X words) make X configurable (#34)
- Made README better (#36)
Fixes
- Missing favicon.ico throws exception, should return 404 (#28)
A Functional Site Framework
[0.2] - 2016-02-27
A much more usable release. All the basics of a site are in place and I plan on building my personal sites off of this release.
Change log
- A handful of bug fixes
- Support for root level files such as favicon.ico and crossdomain.xml
- Nav-level meta information (order and navigation name)
- Navigation ordering
- Asset support in content directory
- Sitemap.xml generation
- Fixed shippable settings and made builds faster
- Landscape.io integration
Initial Release
[0.1] - 2016-02-22
This release is a minimum viable product released for review by a few individuals. It is not considered complete enough to be used effectively by general users.
Change log
- Basic markdown page hosting
- File change watcher
- Arbitrary depth navigation with page metadata definition
-
90% test coverage