Skip to content

Releases: 8sun/static-site-gen

Release 0.3.0

08 Dec 19:33

Choose a tag to compare

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 the resources/ directory. Users can rename the provided sample directory to resources or 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 sample to resources if you want to use the provided example site.
  • Ensure your Cargo.toml author 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.