Statocles Beta (Release v0.039)
This is it! The beta milestone is complete!
This release adds the "create" command to easily create new Statocles sites.
Blog posts are now directories, which will allow us (in the future) to have images and other documents inside. The breaking part of this change was made now, and future additions will be made as beta progresses.
There were a couple reorganizations of the documentation and tests to make them easier to understand.
Full changelog below:
- normalize the default log level to warn
- rearrange tests into small, feature-sized chunks
- create new blog posts in directories (#239)
- allow blog posts to be directories (#239)
- organize core and non-core deps
- add create command example to website
- fix note about default theme using skeleton
- add note about create command to Setup guide
- add site "create" command (#28)
- add link to content guide
- reorganize guides and add Statocles::Help (#253)
- split the Setup guide into Config and Content
- fix navbar too close to main page content
- break parsing a frontmatter file into its own sub
- clarify the docs on Pages and what a Site is
- split the main doc into the Develop guide (#242)