cork_site 3.1.1
cork_site: ^3.1.1 copied to clipboard
A minimalist personal static site generator with an opinionated feature set.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.1.1 - 2025-09-07 #
- Fix issue with RSS feed urls
3.1.0 - 2025-09-07 #
- Add support for RSS feed generation
3.0.0 - 2025-09-06 #
- Upgrade to Dart 3
2.0.2 - 2023-12-21 #
- Upgrade dependencies (markdown, lints)
2.0.1 - 2021-04-16 #
- Migrate to null safety
1.0.5 - 2020-09-14 #
- Add readability metric autogenerated metadata
1.0.4 - 2020-09-09 #
- Add proper support for
.json
version of posts - In addition to the
.html
version of an article (www.example.com/article.html), the following are now also generated and available- Markdown (www.example.com/article.md)
- JSON (www.example.com/article.json)
1.0.3 - 2020-09-03 #
- Switch metadata output to use
.metadata.json
extension - Small README cleanup
- Introduce autogenerated metadata
- Currently Cork autogenerates "url" and "reading time" metadata
1.0.2 - 2020-08-16 #
- Add "pedantic" linter
- fixed linter errors
1.0.1 - 2020-08-16 #
- Added example readme for pub.dev integration
1.0.0 - 2020-08-15 #
- Initial version of Cork
- Markdown support
- Mustache support
- YAML front matter support
- Dart scripting support
- File transclusion support