Releases: 8sun/static-site-gen
Releases · 8sun/static-site-gen
Release 0.3.0
Release Notes: static-site-gen v0.3.0
Highlights
- Major refactor: project structure now separates code (
src/) from resources (resources/), improving maintainability and clarity. - All templates, content, and configuration files (
params.yaml,posts.yaml) are now located in theresources/directory. Users can rename the providedsampledirectory toresourcesor create their own. - Documentation updated for new structure and onboarding workflow.
- Author and repository metadata updated to reflect new ownership.
- All code and tests pass; robust validation of build and test workflows.
Features & Improvements
- Improved directory layout for easier customization and collaboration.
- Clear instructions for users to set up their own site resources.
- Enhanced README and onboarding documentation.
- Consistent handling of configuration and template files.
- All dependencies updated to latest compatible versions.
Migration Notes
- If upgrading from a previous version, move your content, templates, and YAML config files to the new
resources/directory. - Rename
sampletoresourcesif you want to use the provided example site. - Ensure your
Cargo.tomlauthor field is updated if you fork or customize the project.
Technical
- Rust edition: 2021
- Release build tested and verified
- Compatible with latest stable Rust toolchain
- static-site-gen.tar.gz is for Mac and compatible with Apple M1 Pro.
Thank you for using static-site-gen! For questions or issues, see the README or open an issue on the repository.