Release v0.029
This release adds support for static files to the Store and a new app for adding static files to your site.
Since Statocles is meant to be used with a command line, you can now redirect input into the "blog post" command. This makes it easy to write scripts that generate markdown and use them with the blog.
The Statocles website also got a bit of a facelift, and that revealed a bunch more bugs to fix.
There was also a lot of test cleanup in this release, to make future development easier.
Full changelog:
- release v0.029
- add new home page layout (#148)
- add head_after include for custom JS and CSS
- fix site altering raw file content with base URL
- open/write filehandles using raw bytes (#171)
- allow blog post content on STDIN (#164)
- add plain and static apps to Setup guide (#166)
- allow for test_pages without index test
- fix syntax error on 5.10. '...' was added in 5.12
- add Static app for tracking static files (#22)
- make sure find_files returns absolute paths
- add File page to move files between stores
- add open_file and write_file for filehandles
- add find_files method to Store
- add SEE ALSO about other static site tools (#68)
- clarify setup docs about daemon command
- trap date/time parsing exceptions
- move test yaml error document to a directory
- check that store path exists and is directory (#124)
- make sure store is always using utf-8 (#145)
- cleanup store tests to use files
- remove spurious test collateral
- organize t/share directory better
- add script to generate release commit lists (#157)
- cleanup blog tests (#133)
- add test_pages helper function (#132)
- add test_constructor helper function (#132)
- paginated list pages should share last_modified (#125)
- fix: daemon serves data with wrong charset (#162)
- add tagline to default theme (#161)
- clarify what each destination Store is used for
- build the site when daemon starts up (#155)
- add links to github, cpan, and irc to site (#156)